Skip to content

Commit

Permalink
Merge pull request #64 from LoganathanSekar7627/MOSIP-31067-exclude-j…
Browse files Browse the repository at this point in the history
…ackson-databind-depednency
  • Loading branch information
gsasikumar authored Jan 10, 2024
2 parents f93e8f2 + 872174d commit 0d48945
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 0d48945

Please sign in to comment.