aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2021-01-13 21:50:06 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-13 21:50:06 +0000
commite998ae0a7cd16f53ade786fc83140d2e78e0892e (patch)
treeaafbd721587835d42a304f10f2b0e27cfc89122f /common
parent6a291a8b03903c86640d57b8cf810dd8fe30c697 (diff)
parent4209b112238df5ec0efe7bd2e351f2b6b8e816e2 (diff)
Merge "added in changes to pom for new cadi dependencies"
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 6e265925c3..08f797d7e5 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -135,8 +135,11 @@
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-client</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
- <version>${aaf.cadi.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
@@ -149,6 +152,21 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-auth-client</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-misc-env</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-misc-rosetta</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.11</version>