summaryrefslogtreecommitdiffstats
path: root/asdcApi/model/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-09 13:36:38 -0400
committerDan Timoney <dtimoney@att.com>2019-08-15 16:35:30 +0000
commit5e2c493f9856c2d8cc966ca9a89506f57f00930f (patch)
tree8739219486471f6d4ab993ee853c749495b1abcf /asdcApi/model/pom.xml
parent1f685ea0295dc23233fa91cdc32ba412535d3f50 (diff)
Code changes for Neon
Updated code via ccsdk/parent/tools/fluorine2neon.sh script. Change-Id: Ie19b69db481318afa9224d4673f27e74bfc65a81 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'asdcApi/model/pom.xml')
-rwxr-xr-xasdcApi/model/pom.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml
index a5bb371c..d5e83561 100755
--- a/asdcApi/model/pom.xml
+++ b/asdcApi/model/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>asdcApi-model</artifactId>
- <version>0.5.2-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name>
@@ -23,13 +23,11 @@
<dependencies>
<dependency>
- <groupId>org.opendaylight.mdsal.model</groupId>
- <artifactId>ietf-inet-types-2013-07-15</artifactId>
- </dependency>
- <dependency>
- <groupId>org.opendaylight.mdsal.model</groupId>
- <artifactId>ietf-yang-types-20130715</artifactId>
+ <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+ <artifactId>rfc6991</artifactId>
</dependency>
+
+
</dependencies>