Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/mosip/id-authentication
Browse files Browse the repository at this point in the history
…into ida-issue
  • Loading branch information
kameshsr committed Jan 9, 2024
2 parents 06a5f52 + 8813255 commit 7b4e48e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
Expand Down

0 comments on commit 7b4e48e

Please sign in to comment.