Skip to content
Snippets Groups Projects
Commit 40da5dcb authored by Cyril Dangerville's avatar Cyril Dangerville
Browse files

- updated license headers

- Updated parent project: 8.5.0
- Upgraded/replaced maven dependency: com.github.everit-org.json-schema/org.everit.json.schema -> com.github.erosb/everit-json-schema
- Upgraded test dependency: testng: 7.8.0
parent 1ceedb3c
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<suppressions
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
FP per issue https://github.com/jeremylong/DependencyCheck/issues/5545
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.json/json@.*$</packageUrl>
<vulnerabilityName>CVE-2022-45688</vulnerabilityName>
</suppress>
</suppressions>
\ No newline at end of file
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-parent</artifactId>
<version>8.0.3</version>
<version>8.5.0</version>
</parent>
<artifactId>authzforce-ce-xacml-json-model</artifactId>
<packaging>jar</packaging>
......@@ -32,13 +32,13 @@
<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>
<artifactId>testng</artifactId>
<version>6.11</version>
<version>7.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
......@@ -147,6 +147,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<!-- Must match the version in ivy.xml -->
<version>9.8.0-15</version>
</dependency>
<dependency>
......@@ -214,7 +215,7 @@
<!-- Using multiple test suites simplifies debugging and prevent some TestNG issues happening when reusing same class/methods over multiple tests in same test suite -->
<!-- <suiteXmlFile>src/test/suite.xml</suiteXmlFile> -->
<!-- </suiteXmlFiles> -->
<skipAfterFailureCount>1</skipAfterFailureCount>
<skipAfterFailureCount>0</skipAfterFailureCount>
<!-- redirectTestOutputToFile: set this to 'true' to redirect the unit test standard output to a file (found in reportsDirectory/testName-output.txt) -->
<redirectTestOutputToFile>false</redirectTestOutputToFile>
<systemPropertyVariables>
......
/*
* Copyright 2012-2021 THALES.
* Copyright 2012-2023 THALES.
*
* This file is part of AuthzForce CE.
*
......
/*
* Copyright 2012-2021 THALES.
* Copyright 2012-2023 THALES.
*
* This file is part of AuthzForce CE.
*
......
/*
* Copyright 2012-2021 THALES.
* Copyright 2012-2023 THALES.
*
* This file is part of AuthzForce CE.
*
......
/*
* Copyright 2012-2021 THALES.
* Copyright 2012-2023 THALES.
*
* This file is part of AuthzForce CE.
*
......
/*
* Copyright 2012-2021 THALES.
* Copyright 2012-2023 THALES.
*
* This file is part of AuthzForce CE.
*
......
/*
* Copyright 2012-2021 THALES.
* Copyright 2012-2023 THALES.
*
* This file is part of AuthzForce CE.
*
......
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