From f2c1c952765c0a4df2545ebec7b7f6e5c59617b1 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 26 Aug 2019 13:54:22 -0700 Subject: Changes to fix feature installs Feature installs were causing karaf to freeze following the upgrade to the Fluorine SR2 version of ODL. These changes correct the problems. Change-Id: I8e5a41ba6816da782fea3ebaef3b6918cfc1ad4c Signed-off-by: Patrick Brady Issue-ID: APPC-1630 --- .../onap-appc-network-inventory-client/pom.xml | 24 +--------------------- .../appc-network-inventory-client/provider/pom.xml | 7 ------- 2 files changed, 1 insertion(+), 30 deletions(-) (limited to 'appc-outbound') 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 922615336..250651e79 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 @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ============================================================================= Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -49,28 +49,6 @@ limitations under the License. xml features - - commons-lang - commons-lang - 2.6 - - - commons-collections - commons-collections - ${commons.collections.version} - - - com.sun.jersey - jersey-client - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - org.onap.appc appc-config-params-provider diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index 58d0e9e39..fdd1ca110 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -51,7 +51,6 @@ ch.qos.logback logback-classic - ${logback.version} com.att.eelf @@ -76,13 +75,11 @@ org.powermock powermock-api-mockito - 1.6.4 test org.powermock powermock-module-junit4 - 1.6.4 test @@ -115,12 +112,10 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.3.2 org.yaml snakeyaml - ${snakeyaml.version} @@ -137,9 +132,7 @@ org.onap.appc.instar * jackson-dataformat-yaml,snakeyaml - * - ${project.basedir}/src/main/resources/META-INF -- cgit 1.2.3-korg