aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-XACML/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-02-04 11:29:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-04 11:29:29 +0000
commitca1c2e1701e0ee387d2f722d8b7fd23071af8e1e (patch)
treedf04a77a6ae0986536876e49373d1551a92267a2 /ONAP-XACML/pom.xml
parente497e511b1d317b55d4e6d52122ad8e4de4b8f59 (diff)
parentce75201a88f6787c7f5aed265c32134e1a116761 (diff)
Merge "policy/engine jdk11 junit and compilation error fixes"
Diffstat (limited to 'ONAP-XACML/pom.xml')
-rw-r--r--ONAP-XACML/pom.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml
index 8bb78f6c0..664798a07 100644
--- a/ONAP-XACML/pom.xml
+++ b/ONAP-XACML/pom.xml
@@ -64,19 +64,9 @@
<version>1.2.0</version>
</dependency>
<dependency>
- <groupId>javax.xml</groupId>
- <artifactId>jaxp-api</artifactId>
- <version>1.4.2</version>
- </dependency>
- <dependency>
- <groupId>javax.xml.parsers</groupId>
- <artifactId>jaxp-api</artifactId>
- <version>1.4.5</version>
- </dependency>
- <dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml</artifactId>
- <version>1.0.2</version>
+ <version>2.0.1</version>
<exclusions>
<!-- The LDAP PIP uses velocity which pulls this insecure jar in. We
are not using that PIP and can safely exclude this jar to resolve CLM issue.
@@ -85,6 +75,10 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>