summaryrefslogtreecommitdiffstats
path: root/auth/auth-locate/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-06-27 09:15:59 -0500
committerInstrumental <jonathan.gathman@att.com>2018-06-27 09:47:12 -0500
commit2c0dd5c5136e249f63f1d3296063795cde30c399 (patch)
tree6689f36e8a138481f2e4f000bdc444121bf4f3f9 /auth/auth-locate/pom.xml
parent5f1a6a0ab09ea3fa4199a8d413af75d4378e2a8e (diff)
Refine Agent to create CADI Configs
Issue-ID: AAF-378 Change-Id: I4bb70ff582a3990d0344d23aaac2b750e931a6b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-locate/pom.xml')
-rw-r--r--auth/auth-locate/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml
index a8e7de2c..13640b53 100644
--- a/auth/auth-locate/pom.xml
+++ b/auth/auth-locate/pom.xml
@@ -48,6 +48,11 @@
<dependencies>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-auth-client</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-auth-core</artifactId>
</dependency>
@@ -60,6 +65,11 @@
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-misc-rosetta</artifactId>
+ </dependency>
</dependencies>
<build>
@@ -80,7 +90,6 @@
</configuration>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>