Skip to content

Commit

Permalink
[MOSIP-31284]Update pom.xml (#938)
Browse files Browse the repository at this point in the history
* Update pom.xml

Signed-off-by: Balaji Alluru <[email protected]>
Signed-off-by: Balaji <[email protected]>

* Update pom.xml

Signed-off-by: Balaji <[email protected]>

---------

Signed-off-by: Balaji Alluru <[email protected]>
Signed-off-by: Balaji <[email protected]>
  • Loading branch information
balaji-alluru authored Feb 26, 2024
1 parent b7fafcf commit 3292b50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 3292b50

Please sign in to comment.