summaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
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 /catalog-be/pom.xml
parentf0407bbf38d551fbda45402f83617789c03e2661 (diff)
remove unnecessary dependencies from pom
Issue-ID: SDC-2734 Signed-off-by: Yuli Shlosberg <ys9693@att.com> Change-Id: I7ce13f05f646689ae730959d9d81b3b0b95cbbe6
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml9
1 files changed, 1 insertions, 8 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>