diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 11:26:38 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 11:26:38 +0200 |
commit | feada673f2e99c3ed5fcdc2a47994e9e4500b2ea (patch) | |
tree | d17070c00feca30f88ef98f78d5e92581d0fdfaf /aai-resources/pom.xml | |
parent | 4d1b2cd24f060b1a4849f411a09a04346f22dc06 (diff) |
Update janusgraph to 1.0.01.15.0
- update Janusgraph (0.6.4 -> 1.0.0)
- update Tinkerpop (3.5.8 -> 3.7.1)
Issue-ID: AAI-3743
Change-Id: I20cfe7229b9e02bd8db54894082e25556dadc538
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
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> |