From 48830f146f6776afa180fefa101788b169bc841a Mon Sep 17 00:00:00 2001 From: "Rishi.Chail" Date: Mon, 9 Nov 2020 03:28:44 +0000 Subject: VSE: Create an anchor in the given dataspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: CPS-42 https://jira.onap.org/browse/CPS-42 Signed-off-by: Rishi Chail Change-Id: If67be6f13889808da4d9fe830595766af67e4fdf --- cps-dependencies/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) mode change 100644 => 100755 cps-dependencies/pom.xml (limited to 'cps-dependencies/pom.xml') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml old mode 100644 new mode 100755 index 6286391a59..9e0269b3a2 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.cps @@ -21,6 +21,7 @@ https://nexus.onap.org /content/repositories/releases/ /content/repositories/snapshots/ + 2.3.8 2.0-M2-groovy-3.0 2.3.3.RELEASE 3.0.0 @@ -93,6 +94,11 @@ commons-lang3 ${commons-lang3.version} + + org.modelmapper + modelmapper + ${modelmapper.version} + \ No newline at end of file -- cgit 1.2.3-korg