aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2023-09-13 12:12:46 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-09-27 20:50:45 +0000
commit5f3e9912406897ee18c424b940881ce08d59bb44 (patch)
tree044f7d60aa41ddbd8f0fdeb54f2e16ff21bd58bf /catalog-be/pom.xml
parentd4fd2ca0fba827042fc5313efeaf9cdf850be647 (diff)
Remove legacy certificate handling
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4621 Change-Id: I834f2a0a4f73693dbb656dfa9186506bf88c62c1
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index dd7944341c..e5392cce60 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -832,31 +832,6 @@
</exclusions>
</dependency>
- <!-- CADI -->
- <dependency>
- <groupId>org.onap.aaf.authz</groupId>
- <artifactId>aaf-cadi-aaf</artifactId>
- <version>${cadi.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.datastax.cassandra</groupId>
- <artifactId>cassandra-driver-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- <exclusion>
- <artifactId>log4j</artifactId>
- <groupId>log4j</groupId>
- </exclusion>
- <exclusion>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<!-- TEST -->
<dependency>
<groupId>org.assertj</groupId>