From 9c74c5729c9a52268342e583d6493bb19df80aa6 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Tue, 8 Oct 2019 22:11:26 -0400 Subject: Neon SR1 upgrade change pom files for ODL Neon SR1 upgrade Issue-ID: APPC-1749 Change-Id: Ib10ff74852a2b38933c0df034c71e21665430f62 Signed-off-by: Taka Cho --- .../features-appc-network-inventory-client/pom.xml | 4 +- .../onap-appc-network-inventory-client/pom.xml | 7 +- .../appc-network-inventory-client/features/pom.xml | 4 +- .../installer/pom.xml | 5 +- .../src/main/resources/scripts/install-feature.sh | 4 +- .../appc-network-inventory-client/pom.xml | 5 +- .../appc-network-inventory-client/provider/pom.xml | 286 ++++++++++----------- 7 files changed, 155 insertions(+), 160 deletions(-) (limited to 'appc-outbound/appc-network-inventory-client') diff --git a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml index 6315da758..ca67ec2f1 100644 --- a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.appc.parent feature-repo-parent 2.7.0-SNAPSHOT - + org.onap.appc @@ -33,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT feature - + diff --git a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml index 3d23c88a9..ba5c48325 100644 --- a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml @@ -18,15 +18,14 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.appc.parent single-feature-parent 2.7.0-SNAPSHOT - + org.onap.appc @@ -34,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT feature - + diff --git a/appc-outbound/appc-network-inventory-client/features/pom.xml b/appc-outbound/appc-network-inventory-client/features/pom.xml index 918113908..54fcab391 100644 --- a/appc-outbound/appc-network-inventory-client/features/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc @@ -33,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT pom - + onap-appc-network-inventory-client diff --git a/appc-outbound/appc-network-inventory-client/installer/pom.xml b/appc-outbound/appc-network-inventory-client/installer/pom.xml index 8c51bb141..fb1d39c46 100755 --- a/appc-outbound/appc-network-inventory-client/installer/pom.xml +++ b/appc-outbound/appc-network-inventory-client/installer/pom.xml @@ -19,14 +19,13 @@ limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc APPC Network Inventory - Installer diff --git a/appc-outbound/appc-network-inventory-client/installer/src/main/resources/scripts/install-feature.sh b/appc-outbound/appc-network-inventory-client/installer/src/main/resources/scripts/install-feature.sh index 6402f6c32..2d6113c04 100755 --- a/appc-outbound/appc-network-inventory-client/installer/src/main/resources/scripts/install-feature.sh +++ b/appc-outbound/appc-network-inventory-client/installer/src/main/resources/scripts/install-feature.sh @@ -36,5 +36,5 @@ then fi -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} - +#${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} +sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repositories}" diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index 99af67d87..165b4c2fb 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -19,13 +19,12 @@ limitations under the License. ============LICENSE_END========================================================= --> - + org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index d8c480384..db803e533 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -1,144 +1,142 @@ - - - - 4.0.0 - - org.onap.appc.parent - binding-parent - 2.7.0-SNAPSHOT - - - org.onap.appc - - appc-network-inventory-client-provider - 1.7.0-SNAPSHOT - bundle - APPC Network Client - Provider - - - - - equinoxSDK381 - org.eclipse.osgi - - - commons-io - commons-io - - - ch.qos.logback - logback-classic - - - com.att.eelf - eelf-core - - - ch.qos.logback - logback-classic - - - - - org.glassfish.jersey.core - jersey-client - provided - - - junit - junit - test - - - org.powermock - powermock-api-mockito - test - - - org.powermock - powermock-module-junit4 - test - - - org.javassist - javassist - 3.22.0-GA - test - - - org.onap.appc - appc-config-params-provider - ${project.version} - - - org.onap.ccsdk.sli.core - sli-common - - - org.onap.ccsdk.sli.core - sli-provider - - - org.onap.ccsdk.sli.core - dblib-provider - - - org.json - json - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - org.yaml - snakeyaml - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - org.onap.appc.instar - org.onap.appc.instar.InstarClientActivator - org.onap.appc.instar - * - jackson-dataformat-yaml,snakeyaml - - - - - - - - - - + + + + 4.0.0 + + org.onap.appc.parent + binding-parent + 2.7.0-SNAPSHOT + + + org.onap.appc + + appc-network-inventory-client-provider + 1.7.0-SNAPSHOT + bundle + APPC Network Client - Provider + + + + + equinoxSDK381 + org.eclipse.osgi + + + commons-io + commons-io + + + ch.qos.logback + logback-classic + + + com.att.eelf + eelf-core + + + ch.qos.logback + logback-classic + + + + + org.glassfish.jersey.core + jersey-client + provided + + + junit + junit + test + + + org.powermock + powermock-api-mockito + test + + + org.powermock + powermock-module-junit4 + test + + + org.javassist + javassist + 3.22.0-GA + test + + + org.onap.appc + appc-config-params-provider + ${project.version} + + + org.onap.ccsdk.sli.core + sli-common + + + org.onap.ccsdk.sli.core + sli-provider + + + org.onap.ccsdk.sli.core + dblib-provider + + + org.json + json + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + org.yaml + snakeyaml + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.onap.appc.instar + org.onap.appc.instar.InstarClientActivator + org.onap.appc.instar + * + jackson-dataformat-yaml,snakeyaml + + + + + + + + + + -- cgit 1.2.3-korg