From c74f6af8d7b72eeeee7ceedbf82fc8cecef1ae3d Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 11 Jul 2019 08:47:49 -0400 Subject: Update to Neon Apply code updates to port to Neon. Change-Id: I159309494ec64209d9fa23fc515643f1e31fe146 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) --- .../adaptors/rest-adaptor-provider/pom.xml | 47 ++++++++++++++++++++-- .../OSGI-INF/blueprint/impl-blueprint.xml | 32 +++++++++++++++ 2 files changed, 76 insertions(+), 3 deletions(-) create mode 100644 blueprints-processor/adaptors/rest-adaptor-provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml (limited to 'blueprints-processor/adaptors/rest-adaptor-provider') diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 9232e0c10..f7effc4b8 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -21,12 +21,12 @@ org.onap.ccsdk.parent binding-parent - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.ccsdk.features - 0.5.2-SNAPSHOT + 0.6.0-SNAPSHOT blueprints-rest-adaptor-provider bundle Blueprints Rest Adaptor - Provider @@ -71,6 +71,48 @@ junit test + + org.powermock + powermock-api-mockito + 1.6.4 + test + + + org.javassist + javassist + 3.21.0-GA + test + + + org.mockito + mockito-core + 1.10.19 + test + + + org.powermock + powermock-module-junit4 + 1.6.4 + test + + + org.powermock + powermock-api-support + 1.6.4 + test + + + org.powermock + powermock-reflect + 1.6.4 + test + + + org.powermock + powermock-core + 1.6.4 + test + @@ -85,7 +127,6 @@ org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml b/blueprints-processor/adaptors/rest-adaptor-provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml new file mode 100644 index 000000000..8788f6482 --- /dev/null +++ b/blueprints-processor/adaptors/rest-adaptor-provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + -- cgit 1.2.3-korg