summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2020-01-23 11:50:40 +0200
committerYuli Shlosberg <ys9693@att.com>2020-01-23 12:27:00 +0200
commit47fc40a21e3988172f9ea1a33e3d884c6bd3b2fd (patch)
tree57c788a0fadc8707f290c3f678a724090e628274
parentf0407bbf38d551fbda45402f83617789c03e2661 (diff)
remove unnecessary dependencies from pom
Issue-ID: SDC-2734 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: I7ce13f05f646689ae730959d9d81b3b0b95cbbe6
-rw-r--r--catalog-be/pom.xml9
-rw-r--r--common-app-api/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 3 insertions, 10 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 1c0595b9fc..f78ff11e90 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -35,13 +35,6 @@
</dependency>
<dependency>
- <groupId>org.openecomp.sdc</groupId>
- <artifactId>security-utils</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
<groupId>org.onap.sdc.common</groupId>
<artifactId>onap-generic-artifact-browser-service</artifactId>
<version>${project.version}</version>
@@ -657,7 +650,7 @@
<dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>security-util-lib</artifactId>
- <version>1.6.0</version>
+ <version>${security.util.lib.version}</version>
</dependency>
</dependencies>
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 9821b6b040..13c18a1fa8 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -15,7 +15,7 @@
<dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>security-util-lib</artifactId>
- <version>${security.util.version}</version>
+ <version>${security.util.lib.version}</version>
</dependency>
<!-- functional java -->
<dependency>
diff --git a/pom.xml b/pom.xml
index 802148dd0d..8725fb9edf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@ Modifications copyright (c) 2018-2019 Nokia
<joda.time.version>2.9.9</joda.time.version>
<!--sdc-security-utils-->
- <security.util.version>1.6.0</security.util.version>
+ <security.util.lib.version>1.6.0</security.util.lib.version>
<!--jacoco-->
<jacoco.version>0.8.1</jacoco.version>