Skip to content

Commit 63bf20c

Browse files
committed
fix: adding core jackson library
1 parent 7600658 commit 63bf20c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<url>https://github.com/clean-arch-enablers-project/cae-utils-http-client/blob/main/README.md</url>
99
<groupId>com.clean-arch-enablers</groupId>
1010
<artifactId>http-client</artifactId>
11-
<version>1.1.0</version>
11+
<version>1.1.1</version>
1212
<packaging>jar</packaging>
1313
<licenses>
1414
<license>
@@ -44,6 +44,11 @@
4444
<artifactId>jackson-databind</artifactId>
4545
<version>2.16.1</version>
4646
</dependency>
47+
<dependency>
48+
<groupId>com.fasterxml.jackson.core</groupId>
49+
<artifactId>jackson-core</artifactId>
50+
<version>2.16.1</version>
51+
</dependency>
4752
<dependency>
4853
<groupId>org.junit.jupiter</groupId>
4954
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)