Skip to content

Commit

Permalink
Excluded jackson databind dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Loganathan Sekar committed Jan 10, 2024
1 parent f93e8f2 commit 8795021
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions biosdk-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -113,6 +117,10 @@
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -128,11 +136,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.3</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -181,6 +184,12 @@
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>${kernel.core.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8795021

Please sign in to comment.