Skip to content

Commit

Permalink
Update mvn dependency for json-schema
Browse files Browse the repository at this point in the history
Signed-off-by: S m, Aruna <aruna.mohan@walmart.com>
  • Loading branch information
arsulegai committed Dec 19, 2023
1 parent cc3d3c5 commit 4e85bd9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<jacoco.version>0.8.8</jacoco.version>
<protobuf.version>3.19.6</protobuf.version>
<spring-cloud.version>2021.0.3</spring-cloud.version>
<fabric-chaincode-java.version>2.2.2</fabric-chaincode-java.version>
<fabric-chaincode-java.version>2.2.3</fabric-chaincode-java.version>
</properties>

<!-- Adding dependency management through the Spring BOM, so that we need
Expand All @@ -43,6 +43,17 @@
<artifactId>fabric-chaincode-shim</artifactId>
<version>${fabric-chaincode-java.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.github.everit-org.json-schema</groupId>
<artifactId>org.everit.json.schema</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
<version>1.12.1</version>
</dependency>
<dependency>
<groupId>com.owlike</groupId>
Expand Down

0 comments on commit 4e85bd9

Please sign in to comment.