Skip to content
Snippets Groups Projects
Commit 58281441 authored by Antoine Mottier's avatar Antoine Mottier
Browse files

Update parent pom and org.everit.json.schema dependency

- Use parent version 8.3.0 to avoid build issue due to CVE in dependency.
- Dependency org.everit.json.schema renamed everit-json-schema.
parent 66f5fdd3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-parent</artifactId>
<version>8.2.1</version>
<version>8.3.0</version>
</parent>
<artifactId>authzforce-ce-xacml-json-model</artifactId>
<packaging>jar</packaging>
......@@ -32,8 +32,8 @@
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>com.github.everit-org.json-schema</groupId>
<artifactId>org.everit.json.schema</artifactId>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
......
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