Skip to content

Commit

Permalink
fixes #2270 remove dependency of json-schema-validator (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu authored Jun 26, 2024
1 parent faeefc5 commit 7d180c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
<version.assertj>3.8.0</version.assertj>
<version.hdrhistogram>2.1.10</version.hdrhistogram>
<version.jsr305>3.0.2</version.jsr305>
<version.json-schema-validator>1.0.65</version.json-schema-validator>
<version.yaml-rule>1.0.3</version.yaml-rule>
<version.http-client>1.0.11</version.http-client>
<version.snakeyaml>2.2</version.snakeyaml>
Expand Down Expand Up @@ -593,11 +592,6 @@
</dependency>
<!-- External dependencies -->

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>${version.json-schema-validator}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>yaml-rule</artifactId>
Expand Down

0 comments on commit 7d180c4

Please sign in to comment.