Skip to content
Snippets Groups Projects
Commit ff787bbd authored by Vihar Mamania's avatar Vihar Mamania
Browse files

Updating new version for json smart library

parent aa2749b6
No related branches found
No related tags found
1 merge request!986Moving to single CI/CD pipeline
Pipeline #308466 failed
......@@ -85,6 +85,12 @@
<artifactId>azure-identity</artifactId>
<version>1.0.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
......@@ -98,6 +104,11 @@
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment