Skip to content

Commit dd89865

Browse files
committed
ISSUE-283 Revert
1 parent f28c948 commit dd89865

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

cluster-codec-parent/cluster-codec-jackson/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
</properties>
1818

1919
<dependencies>
20-
<!-- Jackson -->
2120
<dependency>
22-
<groupId>com.fasterxml.jackson</groupId>
23-
<artifactId>jackson-bom</artifactId>
21+
<groupId>com.fasterxml.jackson.core</groupId>
22+
<artifactId>jackson-core</artifactId>
23+
<version>${jackson.version}</version>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.fasterxml.jackson.core</groupId>
27+
<artifactId>jackson-databind</artifactId>
2428
<version>${jackson.version}</version>
25-
<type>pom</type>
26-
<scope>import</scope>
2729
</dependency>
2830
</dependencies>
2931

cluster-codec-parent/cluster-codec-jackson/src/main/java/io/scalecube/cluster/codec/jackson/DefaultObjectMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import com.fasterxml.jackson.databind.ObjectMapper;
99
import com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping;
1010
import com.fasterxml.jackson.databind.SerializationFeature;
11-
import com.fasterxml.jackson.databind.jsontype.PolymorphicTypeValidator;
1211
import com.fasterxml.jackson.databind.jsontype.impl.LaissezFaireSubTypeValidator;
1312

1413
public class DefaultObjectMapper {

0 commit comments

Comments
 (0)