Skip to content

Commit

Permalink
Merge branch 'develop' into release-5u16
Browse files Browse the repository at this point in the history
  • Loading branch information
kanayama.yutaka committed Mar 17, 2020
2 parents 0467db7 + 5fa9c7d commit 32a127d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 120 deletions.
6 changes: 0 additions & 6 deletions nablarch-jackson-adaptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<artifactId>jackson-databind</artifactId>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.nablarch.framework</groupId>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package nablarch.integration.jaxrs.jackson;

import mockit.Mocked;
import mockit.Expectations;
import mockit.Mocked;
import nablarch.fw.ExecutionContext;
import nablarch.fw.jaxrs.BodyConverterSupport;
import nablarch.fw.jaxrs.JaxRsContext;
Expand All @@ -11,8 +11,6 @@
import nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper;
import nablarch.fw.web.servlet.ServletExecutionContext;
import nablarch.test.support.log.app.OnMemoryLogWriter;
import org.codehaus.jackson.map.DeserializationConfig;
import org.codehaus.jackson.map.SerializationConfig.Feature;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
Expand All @@ -27,7 +25,9 @@
import java.nio.charset.UnsupportedCharsetException;

import static javax.ws.rs.core.MediaType.APPLICATION_JSON;
import static org.hamcrest.Matchers.*;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;
Expand Down

0 comments on commit 32a127d

Please sign in to comment.