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/sdclistener/parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/sdclistener/parent/pom.xml') diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index c06ac6a65..5da043c82 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -36,7 +36,7 @@ 27.0.1-jre 1.2.2 1.7.4 - 1.9 + 1.12.8 1.1.5 5.5.1 2.0.0 -- cgit 1.2.3-korg