From c82ace5a5ed259b0fd4dec29a414046fd3be9c6e Mon Sep 17 00:00:00 2001 From: Piotr Darosz Date: Thu, 13 Jun 2019 07:42:06 +0200 Subject: Upgrade netty Upgrade netty-related dependencies. Change-Id: I040287114e21b6d61b84425bd4c15996af27b13c Issue-ID: SDC-2263 Signed-off-by: Piotr Darosz --- pom.xml | 5 +++-- test-apis-ci/pom.xml | 3 ++- .../org/openecomp/sdc/cucumber/steps/StepsTenantIsolationCI.java | 4 ++-- ui-ci/pom.xml | 4 ++++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d1533c267d..462aa6cf1b 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ Modifications copyright (c) 2018 Nokia 3.2.3.RELEASE 2.0.1.RELEASE 2.27 + 4.1.36.Final 3.1.0 2.18.0 2.4.0 @@ -211,12 +212,12 @@ Modifications copyright (c) 2018 Nokia io.netty netty-all - 4.0.45.Final + ${netty.version} io.netty netty-handler - 4.0.45.Final + ${netty.version} org.junit.platform diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index f5b36598ad..2bbf089840 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -13,6 +13,7 @@ true + 5.5.4 @@ -340,7 +341,7 @@ org.mock-server mockserver-netty - 3.10.4 + ${mockserver.netty.version} test diff --git a/test-apis-ci/src/test/java/org/openecomp/sdc/cucumber/steps/StepsTenantIsolationCI.java b/test-apis-ci/src/test/java/org/openecomp/sdc/cucumber/steps/StepsTenantIsolationCI.java index 98c62912c1..0910a30b47 100644 --- a/test-apis-ci/src/test/java/org/openecomp/sdc/cucumber/steps/StepsTenantIsolationCI.java +++ b/test-apis-ci/src/test/java/org/openecomp/sdc/cucumber/steps/StepsTenantIsolationCI.java @@ -48,7 +48,7 @@ import java.util.stream.Collectors; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; -import static org.mockserver.model.HttpCallback.callback; +import static org.mockserver.model.HttpClassCallback.callback; import static org.mockserver.model.HttpRequest.request; import static org.mockserver.model.HttpResponse.response; import static org.openecomp.sdc.common.datastructure.FunctionalInterfaces.retryMethodOnResult; @@ -138,7 +138,7 @@ public class StepsTenantIsolationCI { @Given("^MSO Final Distribution Simulator is UP$") public void mso_Final_Distribution_Simulator_is_UP() throws Throwable { msoHttpRequest = request().withPath(MSO_PATH_REGEX); - msoMockServer.when(msoHttpRequest).callback( + msoMockServer.when(msoHttpRequest).forward( callback().withCallbackClass("org.openecomp.sdc.cucumber.steps.PrecannedTestExpectationCallback")); } diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index afaf49143b..20bf30fcdc 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -36,6 +36,10 @@ org.eclipse.jetty jetty-util + + io.netty + netty + -- cgit 1.2.3-korg