From 58b88df91a91393b1bb2200a82093ed5601cc46a Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 16 Aug 2019 10:10:33 -0400 Subject: Code changes for Neon Code changes for Neon port Change-Id: I4dea521cabdf79e5dcefc7fa079516e2215337a4 Issue-ID: SDNC-850 Signed-off-by: Timoney, Dan (dt5972) --- vnfapi/features/features-vnfapi/pom.xml | 4 +-- vnfapi/features/pom.xml | 4 +-- vnfapi/features/sdnc-vnfapi/pom.xml | 4 +-- vnfapi/installer/pom.xml | 4 +-- vnfapi/model/pom.xml | 14 ++++----- vnfapi/pom.xml | 4 +-- vnfapi/provider/pom.xml | 5 ++-- .../OSGI-INF/blueprint/vnfapi-blueprint.xml | 34 ++++++++++++++++++++++ 8 files changed, 53 insertions(+), 20 deletions(-) create mode 100644 vnfapi/provider/src/main/resources/OSGI-INF/blueprint/vnfapi-blueprint.xml (limited to 'vnfapi') diff --git a/vnfapi/features/features-vnfapi/pom.xml b/vnfapi/features/features-vnfapi/pom.xml index e8a8a5c3..8c00092c 100644 --- a/vnfapi/features/features-vnfapi/pom.xml +++ b/vnfapi/features/features-vnfapi/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent feature-repo-parent - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.sdnc.northbound features-vnfapi - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT feature sdnc-northbound :: vnfapi :: ${project.artifactId} diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index 48c8bf05..67153bbe 100644 --- a/vnfapi/features/pom.xml +++ b/vnfapi/features/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.sdnc.northbound vnfapi-features - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT pom sdnc-northbound :: vnfapi :: ${project.artifactId} diff --git a/vnfapi/features/sdnc-vnfapi/pom.xml b/vnfapi/features/sdnc-vnfapi/pom.xml index 23c3d019..b7c180ae 100644 --- a/vnfapi/features/sdnc-vnfapi/pom.xml +++ b/vnfapi/features/sdnc-vnfapi/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent single-feature-parent - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.sdnc.northbound sdnc-vnfapi - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT feature sdnc-northbound :: vnfapi :: ${project.artifactId} diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml index 1f4b9788..90906ad2 100755 --- a/vnfapi/installer/pom.xml +++ b/vnfapi/installer/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.sdnc.northbound vnfapi-installer - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT pom sdnc-northbound :: vnfapi :: ${project.artifactId} diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml index 874ff7f7..687839fc 100644 --- a/vnfapi/model/pom.xml +++ b/vnfapi/model/pom.xml @@ -5,25 +5,23 @@ org.onap.ccsdk.parent binding-parent - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.sdnc.northbound vnfapi-model - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT bundle sdnc-northbound :: vnfapi :: ${project.artifactId} - org.opendaylight.mdsal.model - ietf-inet-types-2013-07-15 - - - org.opendaylight.mdsal.model - ietf-yang-types-20130715 + org.opendaylight.mdsal.binding.model.ietf + rfc6991 + + diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml index 422d75fd..ad9dd063 100644 --- a/vnfapi/pom.xml +++ b/vnfapi/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.sdnc.northbound vnfapi - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT pom sdnc-northbound :: vnfapi diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index 0c69ea4f..726f2983 100644 --- a/vnfapi/provider/pom.xml +++ b/vnfapi/provider/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent binding-parent - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.sdnc.northbound vnfapi-provider - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT bundle sdnc-northbound :: vnfapi :: ${project.artifactId} @@ -77,6 +77,7 @@ org.mockito mockito-core + 1.10.19 test diff --git a/vnfapi/provider/src/main/resources/OSGI-INF/blueprint/vnfapi-blueprint.xml b/vnfapi/provider/src/main/resources/OSGI-INF/blueprint/vnfapi-blueprint.xml new file mode 100644 index 00000000..1afd1a65 --- /dev/null +++ b/vnfapi/provider/src/main/resources/OSGI-INF/blueprint/vnfapi-blueprint.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg