From c7329ab3f5275f5bcaacdeb0cbcc9bb9ef42299c Mon Sep 17 00:00:00 2001 From: Peter Suna Date: Wed, 1 Jun 2022 17:46:51 +0200 Subject: [PATCH] Switch mockito-core to mockito-inline Switch mockito-core dependency to mockito-inline because currently mockito-core is not supported fully java 17 https://github.com/mockito/mockito/issues/2589 Signed-off-by: Peter Suna --- .../lighty-rcgnmi-app-module/pom.xml | 2 +- .../lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index d5e39ec6f9..6eb25b8ccc 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -45,7 +45,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index c6bb177b4b..3442672cdf 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -43,7 +43,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index efb7b86365..3c2d424310 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -39,7 +39,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 020408ed3f..8131d4e82d 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -53,7 +53,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index eacc1979ea..333f7a0602 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -201,7 +201,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index a4d85fe9e2..785e0bcd7d 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -64,7 +64,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 70e7d724fe..4740148df9 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -65,7 +65,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index b0994def75..8e972e40a3 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -83,7 +83,7 @@ org.mockito - mockito-core + mockito-inline test diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 0ab174b1be..9d0dc96383 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -76,7 +76,7 @@ org.mockito - mockito-core + mockito-inline io.lighty.resources diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 6853cdbc67..d110771736 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -48,7 +48,7 @@ org.mockito - mockito-core + mockito-inline test