diff options
Diffstat (limited to 'auth/auth-locate/pom.xml')
-rw-r--r-- | auth/auth-locate/pom.xml | 11 |
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> |