summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-fw/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-fw/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-fw/pom.xml34
1 files changed, 33 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml
index 6b0ba7e1..2a2e7721 100644
--- a/ecomp-sdk/epsdk-fw/pom.xml
+++ b/ecomp-sdk/epsdk-fw/pom.xml
@@ -21,7 +21,18 @@
<powermock.version>1.6.4</powermock.version>
</properties>
<!-- repositories are inherited from parent -->
-
+ <repositories>
+ <repository>
+ <id>onap-cadi-repo</id>
+ <name>onap CADI Repository</name>
+ <url>http://nexus.onap.org/content/repositories/snapshots/</url>
+ </repository>
+ <repository>
+ <id>onap-cadi-releases-repo</id>
+ <name>onap CADI Releases Repository</name>
+ <url>http://nexus.onap.org/content/repositories/releases/</url>
+ </repository>
+ </repositories>
<!-- profiles are inherited from parent -->
<build>
@@ -58,6 +69,27 @@
</build>
<dependencies>
+ <dependency>
+ <groupId>org.onap.portal.sdk</groupId>
+ <artifactId>epsdk-logger</artifactId>
+ <version>2.5.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-aaf</artifactId>
+ <version>2.1.7-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>gso</groupId>
+ <artifactId>GLCookieDecryption</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-core</artifactId>
+ <version>2.1.7-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>