From 483c3d9c135116689d2308b7b28bb9a4b77004d9 Mon Sep 17 00:00:00 2001 From: "Gitelman, Tal (tg851x)" Date: Mon, 12 Mar 2018 18:41:15 +0200 Subject: analyze and fix IQ server violations SDC Change-Id: If47a151ce095acd37191728aded602a0bc36c13a Issue-ID: SDC-1114 Signed-off-by: Gitelman, Tal (tg851x) --- pom.xml | 4 ++-- test-apis-ci/pom.xml | 4 ++-- .../sdc/ci/tests/utils/general/VendorSoftwareProductRestUtils.java | 1 - ui-ci/pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 0ede848f39..db7327fce8 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 9.2.10.v20150310 - 2.8.4 + 2.8.10 2.8.1 2.8.4 @@ -57,7 +57,7 @@ - 1.1.2 + 1.2.3 1.7.10 1.10 1.2 diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index d603c279a0..b95e4a907e 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -274,14 +274,14 @@ com.fasterxml.jackson.core jackson-databind - 2.3.1 + ${jackson.version} compile com.fasterxml.jackson.core jackson-core - 2.3.1 + ${jackson.version} compile 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 c3b0a28f03..51b11da1b2 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 @@ 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); diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 8fd1970b21..dedd21c969 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -160,14 +160,14 @@ com.fasterxml.jackson.core jackson-databind - 2.3.1 + ${jackson.version} compile com.fasterxml.jackson.core jackson-core - 2.3.1 + ${jackson.version} compile -- cgit 1.2.3-korg