summaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-22 19:16:10 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-22 19:16:10 +0200
commit664cab65c4f0454d8e3594653954387923aa397d (patch)
tree0bd2652c3d7883342475d8bcb3dc05e8d3235dda /aai-parent
parentfb6d819a5175e154c56810e47282d7e7fd7ef9d8 (diff)
Remove aai-aaf-auth from aai-common
- AAF has been removed from ONAP some time ago, thus this model is not needed anymore Issue-ID: AAI-4006 Change-Id: I7943ed2f4c5308cca058c8aead9b0bd3b95ac580 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent')
-rw-r--r--aai-parent/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 45033490..c4b96c2d 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -45,7 +45,6 @@ limitations under the License.
<aai.rest.client.version>1.6.4</aai.rest.client.version>
<aai.schema.service.version>1.9.6</aai.schema.service.version>
- <aaf.version>2.1.15</aaf.version>
<antlr.version>4.11.1</antlr.version>
<activemq.version>5.16.1</activemq.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
@@ -191,12 +190,6 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
- <artifactId>aai-aaf-auth</artifactId>
- <version>${aai.release.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-els-onap-logging</artifactId>
<version>${aai.release.version}</version>
</dependency>
@@ -411,19 +404,6 @@ limitations under the License.
</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.easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easy.mock.version}</version>