summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/model/pom.xml
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-02-03 13:56:31 +0100
committerDan Timoney <dtimoney@att.com>2021-02-05 16:52:27 -0500
commit80ebbf5b525b1a251f8e0eebd4a841d85716cf65 (patch)
treed68f747f92dc0c5e6a938474e252e26db63138e7 /sdnr/wt/data-provider/model/pom.xml
parent4e69f3358d31173a222b275e2a82da692846aa1a (diff)
Update common and data-provider
common and data-provider migrated to Aluminium Issue-ID: CCSDK-3111 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ifb4ddb60f84ca7585137e04bc94d44885fe1f5f4 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/data-provider/model/pom.xml')
-rw-r--r--sdnr/wt/data-provider/model/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/sdnr/wt/data-provider/model/pom.xml b/sdnr/wt/data-provider/model/pom.xml
index 0f8ce415a..b3f39d955 100644
--- a/sdnr/wt/data-provider/model/pom.xml
+++ b/sdnr/wt/data-provider/model/pom.xml
@@ -29,11 +29,11 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
- <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
+ <groupId>org.onap.ccsdk.features.sdnr.wt.aluminium.sr1</groupId>
<artifactId>sdnr-wt-data-provider-model</artifactId>
<version>1.1.1-SNAPSHOT</version>
<packaging>bundle</packaging>
@@ -61,6 +61,10 @@
<artifactId>sdnr-wt-common</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </dependency>
</dependencies>
<build>