We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227b51d commit f28c948Copy full SHA for f28c948
cluster-codec-parent/cluster-codec-jackson/pom.xml
@@ -17,15 +17,13 @@
17
</properties>
18
19
<dependencies>
20
+ <!-- Jackson -->
21
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
22
- <artifactId>jackson-databind</artifactId>
23
- <version>${jackson.version}</version>
24
- </dependency>
25
- <dependency>
26
27
- <artifactId>jackson-core</artifactId>
+ <groupId>com.fasterxml.jackson</groupId>
+ <artifactId>jackson-bom</artifactId>
28
<version>${jackson.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
29
</dependency>
30
</dependencies>
31
0 commit comments