From e5985b37397e1f44242ce97491e502b0a04e0ddb Mon Sep 17 00:00:00 2001 From: Dhawal Kapil Date: Fri, 28 Apr 2023 22:03:51 +0530 Subject: [PATCH] JAVA-13721 Moved mockito-simple to JDK9+ profiles --- pom.xml | 2 ++ testing-modules/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f55a665c33..605542e6dc 100644 --- a/pom.xml +++ b/pom.xml @@ -813,6 +813,7 @@ spring-reactive-modules spring-swagger-codegen/custom-validations-opeanpi-codegen testing-modules/testing-assertions + testing-modules/mockito-simple persistence-modules/fauna persistence-modules/spring-data-rest @@ -1065,6 +1066,7 @@ spring-reactive-modules spring-swagger-codegen/custom-validations-opeanpi-codegen testing-modules/testing-assertions + testing-modules/mockito-simple persistence-modules/fauna persistence-modules/spring-data-rest diff --git a/testing-modules/pom.xml b/testing-modules/pom.xml index 80e0c3bc29..ade9db7661 100644 --- a/testing-modules/pom.xml +++ b/testing-modules/pom.xml @@ -31,7 +31,7 @@ junit5-migration load-testing-comparison mockito - mockito-simple + mocks mocks-2 mockserver