Skip to content

Commit f28c948

Browse files
committed
ISSUE-283 Merge with develop
1 parent 227b51d commit f28c948

File tree

1 file changed

+5
-7
lines changed
  • cluster-codec-parent/cluster-codec-jackson

1 file changed

+5
-7
lines changed

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

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

1919
<dependencies>
20+
<!-- Jackson -->
2021
<dependency>
21-
<groupId>com.fasterxml.jackson.core</groupId>
22-
<artifactId>jackson-databind</artifactId>
23-
<version>${jackson.version}</version>
24-
</dependency>
25-
<dependency>
26-
<groupId>com.fasterxml.jackson.core</groupId>
27-
<artifactId>jackson-core</artifactId>
22+
<groupId>com.fasterxml.jackson</groupId>
23+
<artifactId>jackson-bom</artifactId>
2824
<version>${jackson.version}</version>
25+
<type>pom</type>
26+
<scope>import</scope>
2927
</dependency>
3028
</dependencies>
3129

0 commit comments

Comments
 (0)