Skip to content

Commit

Permalink
DSD-4096 Added scope test to jackson dependency
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr authored Jan 4, 2024
1 parent 720a099 commit 35c0204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,13 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.12.0</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 35c0204

Please sign in to comment.