diff options
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 0679e26..5270131 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -475,10 +475,6 @@ <artifactId>freemarker</artifactId> </dependency> <dependency> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-cadi-aaf</artifactId> - </dependency> - <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> </dependency> @@ -525,10 +521,6 @@ <artifactId>aai-core</artifactId> <exclusions> <exclusion> - <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-aaf-auth</artifactId> - </exclusion> - <exclusion> <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> </exclusion> @@ -557,12 +549,6 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema-ingest</artifactId> - <exclusions> - <exclusion> - <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-aaf-auth</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> |