diff options
author | Yuli Shlosberg <ys9693@att.com> | 2020-01-23 11:50:40 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2020-01-23 12:27:00 +0200 |
commit | 47fc40a21e3988172f9ea1a33e3d884c6bd3b2fd (patch) | |
tree | 57c788a0fadc8707f290c3f678a724090e628274 /common-app-api/pom.xml | |
parent | f0407bbf38d551fbda45402f83617789c03e2661 (diff) |
remove unnecessary dependencies from pom
Issue-ID: SDC-2734
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Change-Id: I7ce13f05f646689ae730959d9d81b3b0b95cbbe6
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r-- | common-app-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |