build with ONAP-ODL dist 98/100998/3
authorTaka Cho <takamune.cho@att.com>
Fri, 31 Jan 2020 21:49:59 +0000 (16:49 -0500)
committerPatrick Brady <patrick.brady@att.com>
Thu, 6 Feb 2020 23:09:13 +0000 (23:09 +0000)
ODL provides ONAP distribution
for Neon SR1

Issue-ID: APPC-1731
Change-Id: I21b26f4ddf6ac9940e7162b9e1fa081e4b25c269
Signed-off-by: Taka Cho <takamune.cho@att.com>
13 files changed:
appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml
appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml
appc-config/appc-config-params/features/src/main/resources/features.xml
appc-config/appc-config-params/provider/pom.xml
appc-config/pom.xml
appc-core/appc-common-bundle/pom.xml
appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml
appc-directed-graph/pom.xml
appc-inbound/pom.xml
appc-outbound/appc-network-inventory-client/features/src/main/resources/features.xml
appc-outbound/appc-network-inventory-client/pom.xml
appc-outbound/appc-network-inventory-client/provider/pom.xml
appc-sdc-listener/appc-sdc-listener-bundle/pom.xml

index 4bf27b9..292bcfd 100644 (file)
@@ -46,7 +46,6 @@ limitations under the License.
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>
-            <version>1.60</version>
         </dependency>
     </dependencies>
 </project>
index 60165a4..465f4ea 100644 (file)
@@ -63,7 +63,6 @@ limitations under the License.
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>
-            <version>1.60</version>
         </dependency>
     </dependencies>
 
index 083fb5c..6a2fec7 100644 (file)
@@ -40,7 +40,7 @@
                
                <!-- <bundle>wrap:mvn:org.onap.appc/appc-yang-generator/${project.version}</bundle> -->
                <bundle>wrap:mvn:org.onap.sdc.common/onap-tosca-datatype/${tosca.datatype.version}</bundle>
-               <bundle>mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle>
                <bundle>mvn:org.onap.appc/appc-config-params-provider/${project.version}</bundle>
+               <bundle>mvn:org.yaml/snakeyaml/1.15</bundle>
        </feature>
 </features>
index 69318eb..81db4ec 100644 (file)
                                                        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</Export-Package>
                                                <Import-Package>groovy.lang;resolution:=optional,org.codehaus.groovy.*;resolution:=optional,!com.google.common.collect,*</Import-Package>
-                                               <Embed-Dependency>guava,jackson-databind,jackson-core,jackson-dataformat-yaml,eelf-core,logback-core,logback-classic</Embed-Dependency>
+                                               <Embed-Dependency>snakeyaml,guava,jackson-databind,jackson-core,jackson-dataformat-yaml,eelf-core,logback-core,logback-classic</Embed-Dependency>
                                        </instructions>
                                </configuration>
                        </plugin>
index bcad4b7..8c64051 100644 (file)
@@ -35,7 +35,7 @@
 
     <properties>
         <jackson.version>2.3.2</jackson.version>
-        <snakeyaml.version>1.12</snakeyaml.version>
+        <snakeyaml.version>1.15</snakeyaml.version>
         <velocity.version>1.7</velocity.version>
         <jettison.version>1.3.7</jettison.version>
         <common.collections.version>3.2.2</common.collections.version>
index e3670f7..8651b9b 100644 (file)
   <packaging>bundle</packaging>
   
   <dependencies>
+    <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpcore</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+      </dependency>
+
     <!--  logging  -->
     <dependency>
          <groupId>ch.qos.logback</groupId>
index 51380fc..c0256be 100644 (file)
@@ -38,7 +38,6 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jackson-yaml-version>2.8.6</jackson-yaml-version>
-    <snakeyaml.version>1.15</snakeyaml.version>
   </properties>
 
   <dependencies>
@@ -75,7 +74,6 @@
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>${snakeyaml.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
index 2f0db35..542fb94 100644 (file)
@@ -37,7 +37,7 @@
 
     <properties>
         <jackson.version>2.3.2</jackson.version>
-        <snakeyaml.version>1.12</snakeyaml.version>
+        <snakeyaml.version>1.15</snakeyaml.version>
         <velocity.version>1.7</velocity.version>
         <jettison.version>1.3.7</jettison.version>
         <commons.collections.version>3.2.2</commons.collections.version>
index 4bed62f..b8d0632 100755 (executable)
@@ -33,7 +33,6 @@
 
     <properties>
         <jackson.version>2.3.2</jackson.version>
-        <snakeyaml.version>1.12</snakeyaml.version>
         <velocity.version>1.7</velocity.version>
         <jettison.version>1.3.7</jettison.version>
         <commons.collections.version>3.2.2</commons.collections.version>
index 0effc0d..75f94e5 100644 (file)
@@ -39,6 +39,7 @@
                <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>              
                <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle>
                <bundle>mvn:com.sun.jersey/jersey-client/1.17</bundle>
+                <bundle>mvn:org.yaml/snakeyaml/1.25</bundle>
                <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle>
                <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle>          
                <bundle>mvn:org.onap.appc/appc-config-params-provider/${project.version}</bundle>
index c5f98f6..e7ea3a1 100755 (executable)
@@ -41,7 +41,6 @@
         <jettison.version>1.3.7</jettison.version>
         <velocity.version>1.7</velocity.version>
         <jackson.version>2.3.2</jackson.version>
-        <snakeyaml.version>1.12</snakeyaml.version>
     </properties>
 
 
index d65cf4b..18aee68 100755 (executable)
             <artifactId>jersey-client</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jline</groupId>
+            <artifactId>jline</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
index 5cde920..1253ffa 100644 (file)
@@ -34,7 +34,6 @@ limitations under the License.
 
        <properties>
                <jackson-yaml-version>2.8.6</jackson-yaml-version>
-               <snakeyaml.version>1.15</snakeyaml.version>
        </properties>
 
        <artifactId>appc-sdc-listener-bundle</artifactId>
@@ -94,7 +93,6 @@ limitations under the License.
                <dependency>
                        <groupId>org.yaml</groupId>
                        <artifactId>snakeyaml</artifactId>
-                       <version>${snakeyaml.version}</version>
                </dependency>
 
                <dependency>