analyze and fix IQ server violations SDC 57/35257/2
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>
Mon, 12 Mar 2018 16:41:15 +0000 (18:41 +0200)
committerMichael Lando <ml636r@att.com>
Mon, 12 Mar 2018 17:31:51 +0000 (17:31 +0000)
Change-Id: If47a151ce095acd37191728aded602a0bc36c13a
Issue-ID: SDC-1114
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
pom.xml
test-apis-ci/pom.xml
test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorSoftwareProductRestUtils.java
ui-ci/pom.xml

diff --git a/pom.xml b/pom.xml
index 0ede848..db7327f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
                <jetty.version>9.2.10.v20150310</jetty.version>
 
                <!-- JSON and YAML Parsing -->
-               <jackson.version>2.8.4</jackson.version>
+               <jackson.version>2.8.10</jackson.version>
                <jackson.yaml.version>2.8.1</jackson.yaml.version>
                <jackson.annotations.version>2.8.4</jackson.annotations.version>
 
@@ -57,7 +57,7 @@
 
                <!-- Logging start -->
                <!-- logback -->
-        <logback.version>1.1.2</logback.version>
+        <logback.version>1.2.3</logback.version>
         <slf4j-api.version>1.7.10</slf4j-api.version>
         <commons-codec>1.10</commons-codec>
         <commons-logging>1.2</commons-logging>
index d603c27..b95e4a9 100644 (file)
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.3.1</version>
+            <version>${jackson.version}</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.3.1</version>
+            <version>${jackson.version}</version>
             <scope>compile</scope>
         </dependency>
 
index c3b0a28..51b11da 100644 (file)
@@ -317,7 +317,6 @@ public class VendorSoftwareProductRestUtils {
 
         vendorSoftwareProductObject.setVspId(ResponseParser.getValueFromJsonResponse(response.getResponse(), "itemId"));
         vendorSoftwareProductObject.setComponentId(ResponseParser.getValueFromJsonResponse(response.getResponse(), "version:id"));
-//             vendorSoftwareProductObject.setVersion(ResponseParser.getValueFromJsonResponse(response.getResponse(), "version:name"));
         vendorSoftwareProductObject.setAttContact(user.getUserId());
 
         return new Pair<>(response, vendorSoftwareProductObject);
index 8fd1970..dedd21c 100644 (file)
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>2.3.1</version>
+                       <version>${jackson.version}</version>
                        <scope>compile</scope>
                </dependency>
 
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
-                       <version>2.3.1</version>
+                       <version>${jackson.version}</version>
                        <scope>compile</scope>
                </dependency>