Skip to content

Commit c89073a

Browse files
committed
forgot to add legacy jackson to the bom
1 parent da61310 commit c89073a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unirest-java-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<artifactId>unirest-modules-jackson</artifactId>
2929
<version>${project.version}</version>
3030
</dependency>
31+
<dependency>
32+
<groupId>com.konghq</groupId>
33+
<artifactId>unirest-modules-jackson-legacy</artifactId>
34+
<version>${project.version}</version>
35+
</dependency>
3136
<dependency>
3237
<groupId>com.konghq</groupId>
3338
<artifactId>unirest-modules-gson</artifactId>

0 commit comments

Comments
 (0)