diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-02-11 17:30:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-11 17:30:26 +0000 |
commit | b91e46218371ea9a94056aa548ff1704de795b2d (patch) | |
tree | a9723a303f30fc7e9b2544430a8eb1f3b7d8c8fa /controlloop/templates/template.demo/pom.xml | |
parent | c33bfe386e2a94d78939621a84173716ca73748f (diff) | |
parent | 9f778302220d8acec8d75b18108054b32b4358c6 (diff) |
Merge "Consolidate xacml dependencies"
Diffstat (limited to 'controlloop/templates/template.demo/pom.xml')
-rw-r--r-- | controlloop/templates/template.demo/pom.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index 33ab4175c..7ec0cd561 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -137,31 +137,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>com.att.research.xacml</groupId> - <artifactId>xacml</artifactId> - <version>1.0.2</version> - <scope>test</scope> - <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. - --> - <exclusion> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </exclusion> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.att.research.xacml</groupId> - <artifactId>xacml-pdp</artifactId> - <version>1.0.2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> <scope>provided</scope> |