aboutsummaryrefslogtreecommitdiffstats
path: root/common-app-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r--common-app-api/pom.xml33
1 files changed, 19 insertions, 14 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 94196bb1af..9821b6b040 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -13,10 +13,9 @@
<dependencies>
<dependency>
- <groupId>org.openecomp.sdc</groupId>
- <artifactId>security-utils</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
+ <groupId>org.onap.sdc.sdc-be-common</groupId>
+ <artifactId>security-util-lib</artifactId>
+ <version>${security.util.version}</version>
</dependency>
<!-- functional java -->
<dependency>
@@ -210,18 +209,18 @@
<artifactId>commons-validator</artifactId>
<version>1.6</version>
<exclusions>
- <exclusion>
- <artifactId>commons-collections</artifactId>
- <groupId>commons-collections</groupId>
- </exclusion>
- </exclusions>
+ <exclusion>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
- <dependency>
- <artifactId>commons-collections</artifactId>
- <groupId>commons-collections</groupId>
- <version>3.2.2</version>
- </dependency>
+ <dependency>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ <version>3.2.2</version>
+ </dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
@@ -235,6 +234,12 @@
<version>2.47</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.openecomp.sdc</groupId>
+ <artifactId>common-app-logging</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>