From 7b7befa39b7b70b4b18b1f1a561398b8bede6224 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 31 Jan 2020 16:49:59 -0500 Subject: build with ONAP-ODL dist ODL provides ONAP distribution for Neon SR1 Issue-ID: APPC-1731 Change-Id: I21b26f4ddf6ac9940e7162b9e1fa081e4b25c269 Signed-off-by: Taka Cho --- .../features-appc-chef-adapter/pom.xml | 1 - .../appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml | 1 - .../appc-config-params/features/src/main/resources/features.xml | 2 +- appc-config/appc-config-params/provider/pom.xml | 2 +- appc-config/pom.xml | 2 +- appc-core/appc-common-bundle/pom.xml | 9 +++++++++ appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml | 2 -- appc-directed-graph/pom.xml | 2 +- appc-inbound/pom.xml | 1 - .../features/src/main/resources/features.xml | 1 + appc-outbound/appc-network-inventory-client/pom.xml | 1 - appc-outbound/appc-network-inventory-client/provider/pom.xml | 5 +++++ appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 2 -- 13 files changed, 19 insertions(+), 12 deletions(-) diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml index 4bf27b9bc..292bcfdd9 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml @@ -46,7 +46,6 @@ limitations under the License. org.bouncycastle bcprov-jdk15on - 1.60 diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml index 60165a43f..465f4eaeb 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml @@ -63,7 +63,6 @@ limitations under the License. org.bouncycastle bcprov-jdk15on - 1.60 diff --git a/appc-config/appc-config-params/features/src/main/resources/features.xml b/appc-config/appc-config-params/features/src/main/resources/features.xml index 083fb5cf4..6a2fec796 100644 --- a/appc-config/appc-config-params/features/src/main/resources/features.xml +++ b/appc-config/appc-config-params/features/src/main/resources/features.xml @@ -40,7 +40,7 @@ wrap:mvn:org.onap.sdc.common/onap-tosca-datatype/${tosca.datatype.version} - mvn:org.yaml/snakeyaml/${snakeyaml.version} mvn:org.onap.appc/appc-config-params-provider/${project.version} + mvn:org.yaml/snakeyaml/1.15 diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml index 69318eb5c..81db4ecd1 100644 --- a/appc-config/appc-config-params/provider/pom.xml +++ b/appc-config/appc-config-params/provider/pom.xml @@ -120,7 +120,7 @@ org.onap.sdnc.config.params.parser,org.onap.sdnc.config.params.transformer, org.onap.sdnc.config.params.transformer.tosca,org.onap.sdnc.config.params.transformer.tosca.exceptions groovy.lang;resolution:=optional,org.codehaus.groovy.*;resolution:=optional,!com.google.common.collect,* - guava,jackson-databind,jackson-core,jackson-dataformat-yaml,eelf-core,logback-core,logback-classic + snakeyaml,guava,jackson-databind,jackson-core,jackson-dataformat-yaml,eelf-core,logback-core,logback-classic diff --git a/appc-config/pom.xml b/appc-config/pom.xml index bcad4b765..8c64051a2 100644 --- a/appc-config/pom.xml +++ b/appc-config/pom.xml @@ -35,7 +35,7 @@ 2.3.2 - 1.12 + 1.15 1.7 1.3.7 3.2.2 diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index e3670f731..8651b9b1a 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -31,6 +31,15 @@ bundle + + org.apache.httpcomponents + httpcore + + + org.apache.httpcomponents + httpclient + + ch.qos.logback diff --git a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml index 51380fcf6..c0256be64 100644 --- a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml @@ -38,7 +38,6 @@ UTF-8 2.8.6 - 1.15 @@ -75,7 +74,6 @@ org.yaml snakeyaml - ${snakeyaml.version} commons-io diff --git a/appc-directed-graph/pom.xml b/appc-directed-graph/pom.xml index 2f0db35ac..542fb9482 100644 --- a/appc-directed-graph/pom.xml +++ b/appc-directed-graph/pom.xml @@ -37,7 +37,7 @@ 2.3.2 - 1.12 + 1.15 1.7 1.3.7 3.2.2 diff --git a/appc-inbound/pom.xml b/appc-inbound/pom.xml index 4bed62fa0..b8d063236 100755 --- a/appc-inbound/pom.xml +++ b/appc-inbound/pom.xml @@ -33,7 +33,6 @@ 2.3.2 - 1.12 1.7 1.3.7 3.2.2 diff --git a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml index 0effc0d4c..75f94e53f 100644 --- a/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml +++ b/appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml @@ -39,6 +39,7 @@ mvn:commons-collections/commons-collections/3.2.2 wrap:mvn:com.att.eelf/eelf-core/${eelf.version} mvn:com.sun.jersey/jersey-client/1.17 + mvn:org.yaml/snakeyaml/1.25 mvn:ch.qos.logback/logback-core/${logback.version} mvn:ch.qos.logback/logback-classic/${logback.version} mvn:org.onap.appc/appc-config-params-provider/${project.version} diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index c5f98f617..e7ea3a16c 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -41,7 +41,6 @@ 1.3.7 1.7 2.3.2 - 1.12 diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index d65cf4b0d..18aee6863 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -65,6 +65,11 @@ jersey-client provided + + org.jline + jline + test + junit junit diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 5cde920b2..1253ffa30 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -34,7 +34,6 @@ limitations under the License. 2.8.6 - 1.15 appc-sdc-listener-bundle @@ -94,7 +93,6 @@ limitations under the License. org.yaml snakeyaml - ${snakeyaml.version} -- cgit 1.2.3-korg