Remove aaf dependencies in babel 53/137453/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 1 Mar 2024 07:15:20 +0000 (08:15 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 1 Mar 2024 07:15:20 +0000 (08:15 +0100)
Issue-ID: AAI-3790
Change-Id: I373917e03d232f13dea892a96955f6f544d21c38
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
.gitignore
pom.xml

index 5e13100..d25b509 100644 (file)
@@ -12,3 +12,4 @@ appconfig-local/
 */.idea
 *.iml
 .idea/
+.vscode/
diff --git a/pom.xml b/pom.xml
index 57fcfe5..043824f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,6 @@
                <sdc.tosca.version>1.6.5</sdc.tosca.version>
 
                <aai.common.version>1.9.4</aai.common.version>
-               <aaf.version>2.7.4</aaf.version>
                <logback.core.version>1.2.11</logback.core.version>
                <groovy.version>3.0.13</groovy.version>
 
                        <groupId>org.onap.aai</groupId>
                        <artifactId>rest-client</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.onap.aai.aai-common</groupId>
-                       <artifactId>aai-aaf-auth</artifactId>
-                       <version>${aai.common.version}</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.springframework.boot</groupId>
-                                       <artifactId>spring-boot-starter-web</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.aaf.authz</groupId>
-                       <artifactId>aaf-cadi-core</artifactId>
-                       <version>${aaf.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.aaf.authz</groupId>
-                       <artifactId>aaf-cadi-aaf</artifactId>
-                       <version>${aaf.version}</version>
-                       <scope>compile</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.aaf.authz</groupId>
-                       <artifactId>aaf-auth-client</artifactId>
-                       <version>${aaf.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.aaf.authz</groupId>
-                       <artifactId>aaf-cadi-client</artifactId>
-                       <version>${aaf.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.aaf.authz</groupId>
-                       <artifactId>aaf-misc-env</artifactId>
-                       <version>${aaf.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.onap.aaf.authz</groupId>
-                       <artifactId>aaf-misc-rosetta</artifactId>
-                       <version>${aaf.version}</version>
-               </dependency>
 
                <!-- Testing -->
                <dependency>