Skip to content

Commit 8b60b2f

Browse files
author
mikr
committed
Java-82 Fix test
1 parent 94a0a60 commit 8b60b2f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

  • apache-libraries
  • jackson-modules/jackson-custom-conversions

apache-libraries/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
<artifactId>zookeeper</artifactId>
130130
<version>${zookeeper.version}</version>
131131
</dependency>
132+
<dependency>
133+
<groupId>com.fasterxml.jackson.core</groupId>
134+
<artifactId>jackson-core</artifactId>
135+
<version>${jackson.version}</version>
136+
</dependency>
132137
<dependency>
133138
<groupId>com.fasterxml.jackson.core</groupId>
134139
<artifactId>jackson-databind</artifactId>

jackson-modules/jackson-custom-conversions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.fasterxml.jackson.core</groupId>
2828
<artifactId>jackson-core</artifactId>
29-
<version>2.10.1</version>
29+
<version>${jackson.version}</version>
3030
</dependency>
3131

3232

0 commit comments

Comments
 (0)