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/provider/pom.xml | 5 ++-- .../OSGI-INF/blueprint/vnfapi-blueprint.xml | 34 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 vnfapi/provider/src/main/resources/OSGI-INF/blueprint/vnfapi-blueprint.xml (limited to 'vnfapi/provider') 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