From 4c9246c82b12a7b9e0f9ac0230abfdb369ce9ab1 Mon Sep 17 00:00:00 2001 From: Frank Kimmlingen Date: Tue, 7 Mar 2023 16:36:48 +0100 Subject: Enable JUnit tests and porting to java 17 JUnit tests are no more executed: spring-boot-starter-test does not execute any junit4 tests by default Fix enable tests and adopts the tests moslty to java 17 runtime Issue-ID: CCSDK-3859 Signed-off-by: Frank Kimmlingen Signed-off-by: Lukasz Rajewski Change-Id: I02a8d25350ca62262bfc6e07c2865cd8d7b4e6b2 --- ms/blueprintsprocessor/functions/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ms/blueprintsprocessor/functions/pom.xml') diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 7a82635cd..5f7b52b5e 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -55,6 +55,11 @@ mockk test + + io.mockk + mockk-jvm + test + org.mock-server mockserver-netty @@ -65,11 +70,21 @@ powermock-api-mockito2 test + + org.mockito.kotlin + mockito-kotlin + test + org.springframework.boot spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + org.jetbrains.kotlin kotlin-test-junit -- cgit 1.2.3-korg