Skip to content
Snippets Groups Projects
Commit 06bec098 authored by Thulasi Dass Subramanian's avatar Thulasi Dass Subramanian Committed by David Diederich
Browse files

Update pom.xml

- fixed SLF4j multiple bindings issue and upgraded jackson, azure-core dependencies

(cherry picked from commit f65b41b9)
parent 8bfde803
No related branches found
No related tags found
1 merge request!578Cherry-pick 'Full Upgrade of First Party Library Dependencies' into release/0.24
Pipeline #219568 failed
......@@ -16,8 +16,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson-databind.version>2.13.4</jackson-databind.version>
<jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.14.2</jackson-databind.version>
<jackson.version>2.14.2</jackson.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
......@@ -88,6 +88,22 @@
<version>1.76.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.2.5</version>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
<exclusion>
<groupId>org.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>core-lib-azure</artifactId>
......@@ -104,6 +120,12 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-lib-ibm</artifactId>
<version>${os-core-lib-ibm.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
......
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