Fix the Jar vulnerability and licensing 27/36727/1
authorByung-Woo Jun <byung-woo.jun@ericsson.com>
Mon, 19 Mar 2018 13:33:53 +0000 (09:33 -0400)
committerByung-Woo Jun <byung-woo.jun@ericsson.com>
Mon, 19 Mar 2018 13:33:53 +0000 (09:33 -0400)
Updated Jar versions in pom.xml files

Change-Id: I507b9348d7eabba879979a3cfeeefe9d850ecf4a
Issue-ID: SO-457
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
adapters/mso-requests-db-adapter/pom.xml
adapters/mso-workflow-message-adapter/pom.xml
asdc-controller/pom.xml
bpmn/MSOCommonBPMN/pom.xml
bpmn/MSOCoreBPMN/pom.xml
bpmn/MSOInfrastructureBPMN/pom.xml
cloudify-client/pom.xml
common/pom.xml
mso-api-handlers/mso-api-handler-infra/pom.xml
pom.xml

index 582d1ea..51d9092 100644 (file)
@@ -22,7 +22,7 @@
                <dependency>
                        <groupId>org.jboss.resteasy</groupId>
                        <artifactId>resteasy-jaxrs</artifactId>
-                       <version>3.0.19.Final</version>
+                       <version>3.5.0.Final</version>
                        <scope>provided</scope>
                        <exclusions>
                                <exclusion>
index 46e4a2b..dd17fe8 100644 (file)
@@ -55,7 +55,7 @@
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
-                       <version>4.5.2</version>
+                       <version>4.5.5</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.so</groupId>
index 75896d2..66ecbd8 100644 (file)
@@ -81,7 +81,7 @@
                <dependency>
                                <groupId>org.apache.httpcomponents</groupId>
                                <artifactId>httpclient</artifactId>
-                               <version>4.4.1</version>
+                               <version>4.5.5</version>
                                <scope>compile</scope>
                                <exclusions>
                                        <exclusion>  
index 6067982..a0a5a24 100644 (file)
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-test</artifactId>
-                       <version>${spring.version}</version>
+                       <version>4.3.14.RELEASE</version>
                </dependency>
                <dependency>
                        <groupId>org.openecomp.sdc.sdc-tosca</groupId>
index 690dd54..2f9d574 100644 (file)
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.3.2</version>
+            <version>1.3.3</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
index 79d3c4f..f7170ff 100644 (file)
                        </exclusions>\r
                </dependency>\r
 \r
+               <!-- bwj add; Jetty-util -->\r
+               <dependency>\r
+                       <groupId>org.eclipse.jetty</groupId>\r
+                       <artifactId>jetty-util</artifactId>\r
+                       <version>9.4.8.v20171121</version>\r
+               </dependency>\r
+               <!-- bwj add; hibernate-validator -->\r
+               <dependency>\r
+                       <groupId>org.hibernate</groupId>\r
+                       <artifactId>hibernate-validator</artifactId>\r
+                       <version>5.4.2.Final</version>\r
+               </dependency>\r
+               <!-- bwj add; spring-test -->\r
+               <dependency>\r
+                       <groupId>org.springframework</groupId>\r
+                       <artifactId>spring-test</artifactId>\r
+                       <version>4.3.14.RELEASE</version>\r
+               </dependency>\r
+               <!-- bwj add; libphonenumber  -->\r
+               <dependency>\r
+                       <groupId>com.googlecode.libphonenumber</groupId>\r
+                       <artifactId>libphonenumber</artifactId>\r
+                       <version>8.9.1</version>\r
+               </dependency>\r
+\r
                <!--for yang tools-->\r
 <!--           <dependency>\r
                        <groupId>org.onap.so</groupId>\r
index f87ee3c..61798c3 100644 (file)
@@ -40,7 +40,7 @@
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
-                       <version>4.3.1</version>
+                       <version>4.5.5</version>
                </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
index 4d2d66a..aeef257 100644 (file)
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.1.1</version>
+            <version>1.2.3</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
-            <version>1.1.1</version>
+            <version>1.2.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
index 6ee9003..a88c9b6 100644 (file)
                        <artifactId>scala-library</artifactId>
                        <version>${scala-lang-version}</version>
                </dependency>
+               <!--bwj added scala-compiler-->
+               <dependency>
+                       <groupId>org.scala-lang</groupId>
+                       <artifactId>scala-compiler</artifactId>
+                       <version>2.12.4</version>
+               </dependency>
                <dependency>
                        <groupId>org.reflections</groupId>
                        <artifactId>reflections</artifactId>
diff --git a/pom.xml b/pom.xml
index c7c9df1..e348468 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5</version>
+        <version>4.5.5</version>
         <scope>compile</scope>
       </dependency>
       <dependency>