Skip to content
Snippets Groups Projects
Commit a521ccb0 authored by Ashwani Pandey's avatar Ashwani Pandey
Browse files

fixing jackson databind issue

parent a6fbc8fb
No related branches found
No related tags found
1 merge request!244fixing jackson databind issue
Pipeline #129785 failed
......@@ -35,6 +35,7 @@
<undertow-websockets-jsr.version>2.2.11.Final</undertow-websockets-jsr.version>
<jackson-dataformat-cbor.version>2.13.0</jackson-dataformat-cbor.version>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
<jackson.version>2.13.2</jackson.version>
</properties>
<dependencies>
......@@ -77,6 +78,16 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson-databind.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment