analyze and fix IQ server violations SDC
Change-Id: If47a151ce095acd37191728aded602a0bc36c13a
Issue-ID: SDC-1114
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 0ede848..db7327f 100644
--- 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>
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml
index d603c27..b95e4a9 100644
--- a/test-apis-ci/pom.xml
+++ b/test-apis-ci/pom.xml
@@ -274,14 +274,14 @@
<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>
diff --git a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorSoftwareProductRestUtils.java b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorSoftwareProductRestUtils.java
index c3b0a28..51b11da 100644
--- a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorSoftwareProductRestUtils.java
+++ b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/utils/general/VendorSoftwareProductRestUtils.java
@@ -317,7 +317,6 @@
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);
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml
index 8fd1970..dedd21c 100644
--- a/ui-ci/pom.xml
+++ b/ui-ci/pom.xml
@@ -160,14 +160,14 @@
<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>