From 6dcd7d41875dbf7af7cf8d0cf4d120873deb865b Mon Sep 17 00:00:00 2001 From: Axel Uhl Date: Mon, 7 Jul 2025 11:14:06 +0200 Subject: [PATCH] bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions --- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.datamining.test/META-INF/MANIFEST.MF | 8 ++++---- .../com.sap.sailing.declination.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.domain.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.geocoding.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.grib.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.ingestion/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.landscape.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.mongodb.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.polars.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.selenium.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.server.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sailing.simulator.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.aicore.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.common.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.datamining.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.datamining.ui.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.filestorage.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.gwt.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.landscape.aws.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.landscape.test/META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- .../META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.security.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.security.ui.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.shared.android.test/META-INF/MANIFEST.MF | 8 ++++---- java/com.sap.sse.test/META-INF/MANIFEST.MF | 8 ++++---- java/net.sf.marineapi.test/META-INF/MANIFEST.MF | 8 ++++---- 65 files changed, 260 insertions(+), 260 deletions(-) diff --git a/java/com.googlecode.java-diff-utils.test/META-INF/MANIFEST.MF b/java/com.googlecode.java-diff-utils.test/META-INF/MANIFEST.MF index f9c5f47f716..97ef7cdd0a8 100644 --- a/java/com.googlecode.java-diff-utils.test/META-INF/MANIFEST.MF +++ b/java/com.googlecode.java-diff-utils.test/META-INF/MANIFEST.MF @@ -8,9 +8,9 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.googlecode.java-diff-utils Bundle-ClassPath: test/, . -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Automatic-Module-Name: com.googlecode.java-diff-utils.test diff --git a/java/com.sap.sailing.barbados.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.barbados.resultimport.test/META-INF/MANIFEST.MF index 7c7576d1bef..f7c00dfc6dc 100644 --- a/java/com.sap.sailing.barbados.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.barbados.resultimport.test/META-INF/MANIFEST.MF @@ -8,10 +8,10 @@ Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.osgi.framework;version="1.3.0" Bundle-ActivationPolicy: lazy -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.barbados.resultimport, com.sap.sailing.domain.common, diff --git a/java/com.sap.sailing.datamining.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.datamining.test/META-INF/MANIFEST.MF index 4835570757e..e31b377f412 100644 --- a/java/com.sap.sailing.datamining.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.datamining.test/META-INF/MANIFEST.MF @@ -17,10 +17,10 @@ Import-Package: javax.servlet;version="[3.1.0,4.0.0]", org.apache.shiro.web.subject.support;version="[1.7.0,2.0.0]" Require-Bundle: org.mockito.mockito-core;bundle-version="4.8.1", org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common, org.objenesis;bundle-version="2.1.0", diff --git a/java/com.sap.sailing.declination.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.declination.test/META-INF/MANIFEST.MF index 8ee1e6d458e..76e433520c4 100644 --- a/java/com.sap.sailing.declination.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.declination.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.declination -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Import-Package: com.sap.sailing.domain.common, com.sap.sailing.domain.common.impl, diff --git a/java/com.sap.sailing.domain.deckmanadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.deckmanadapter.test/META-INF/MANIFEST.MF index 2f23df5ec41..76960d0498f 100644 --- a/java/com.sap.sailing.domain.deckmanadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.deckmanadapter.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.domain.deckmanadapter Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Import-Package: com.sun.istack;version="3.0.7", javax.xml.bind diff --git a/java/com.sap.sailing.domain.igtimiadapter.persistence.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.igtimiadapter.persistence.test/META-INF/MANIFEST.MF index 596a3d57f75..966861311b6 100644 --- a/java/com.sap.sailing.domain.igtimiadapter.persistence.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.igtimiadapter.persistence.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.domain.igtimiadapter.persistence Automatic-Module-Name: com.sap.sailing.domain.igtimiadapter.persistence.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.common, com.sap.sse.mongodb, diff --git a/java/com.sap.sailing.domain.igtimiadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.igtimiadapter.test/META-INF/MANIFEST.MF index ba9da2b3eb5..70cc7c02772 100644 --- a/java/com.sap.sailing.domain.igtimiadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.igtimiadapter.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Automatic-Module-Name: com.sap.sailing.domain.igtimiadapter.test Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.common, com.sap.sse.mongodb, diff --git a/java/com.sap.sailing.domain.queclinkadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.queclinkadapter.test/META-INF/MANIFEST.MF index 8dd4be581d7..d4159b584d1 100644 --- a/java/com.sap.sailing.domain.queclinkadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.queclinkadapter.test/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Automatic-Module-Name: com.sap.sailing.domain.queclinkadapter.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.sap.sailing.domain.common.impl, com.sap.sse.common.util -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common, org.mongodb.driver-core, diff --git a/java/com.sap.sailing.domain.racelogtrackingadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.racelogtrackingadapter.test/META-INF/MANIFEST.MF index be2cf8d3332..d4bc2482e34 100644 --- a/java/com.sap.sailing.domain.racelogtrackingadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.racelogtrackingadapter.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.domain.racelogtrackingadapter -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.racelogtrackingadapter.testsupport, org.mockito.mockito-core;bundle-version="4.8.1", diff --git a/java/com.sap.sailing.domain.racelogtrackingadapter.testsupport/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.racelogtrackingadapter.testsupport/META-INF/MANIFEST.MF index fae78eace6e..0d025dabf36 100644 --- a/java/com.sap.sailing.domain.racelogtrackingadapter.testsupport/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.racelogtrackingadapter.testsupport/META-INF/MANIFEST.MF @@ -13,10 +13,10 @@ Require-Bundle: com.sap.sailing.domain.shared.android, com.sap.sailing.server.gateway.serialization;bundle-version="1.0.0", org.json.simple;bundle-version="1.1.0", org.mockito.mockito-core;bundle-version="1.9.5", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common, com.sap.sailing.server.gateway.serialization.shared.android, diff --git a/java/com.sap.sailing.domain.shared.android.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.shared.android.test/META-INF/MANIFEST.MF index a368d0267a6..674fdace79c 100644 --- a/java/com.sap.sailing.domain.shared.android.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.shared.android.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: com.sap.sailing.domain.common;bundle-version="1.0.0", com.sap.sailing.domain.shared.android;bundle-version="1.0.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.objenesis;bundle-version="1.3.0", org.hamcrest;bundle-version="2.2.0", diff --git a/java/com.sap.sailing.domain.swisstimingadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.swisstimingadapter.test/META-INF/MANIFEST.MF index 57de14440ae..82f1900ba67 100644 --- a/java/com.sap.sailing.domain.swisstimingadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.swisstimingadapter.test/META-INF/MANIFEST.MF @@ -16,10 +16,10 @@ Require-Bundle: com.sap.sailing.domain, com.sap.sailing.domain.persistence, com.sap.sailing.domain.tractracadapter, com.sap.sailing.domain.swisstimingadapter.persistence;bundle-version="1.0.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.hamcrest;bundle-version="2.2.0", com.sap.sse, diff --git a/java/com.sap.sailing.domain.swisstimingreplayadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.swisstimingreplayadapter.test/META-INF/MANIFEST.MF index 64d68e69171..ba18d3274ac 100644 --- a/java/com.sap.sailing.domain.swisstimingreplayadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.swisstimingreplayadapter.test/META-INF/MANIFEST.MF @@ -10,10 +10,10 @@ Fragment-Host: com.sap.sailing.domain.swisstimingreplayadapter Import-Package: org.json.simple, org.json.simple.parser Require-Bundle: com.sap.sailing.domain.test, - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common, org.mockito.mockito-core;bundle-version="1.10.14" diff --git a/java/com.sap.sailing.domain.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.test/META-INF/MANIFEST.MF index dbd2f0d2ef9..1f12760b578 100644 --- a/java/com.sap.sailing.domain.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.test/META-INF/MANIFEST.MF @@ -14,10 +14,10 @@ Require-Bundle: com.sap.sailing.domain, org.mockito.mockito-core;bundle-version="4.8.1", com.sap.sailing.domain.test, org.objenesis;bundle-version="1.3.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.json.simple;bundle-version="1.1.0", com.sap.sse.common, diff --git a/java/com.sap.sailing.domain.vakarosadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.vakarosadapter.test/META-INF/MANIFEST.MF index b2107ea97cb..1bdf8531d60 100644 --- a/java/com.sap.sailing.domain.vakarosadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.vakarosadapter.test/META-INF/MANIFEST.MF @@ -8,8 +8,8 @@ Fragment-Host: com.sap.sailing.domain.vakarosadapter Automatic-Module-Name: com.sap.sailing.domain.vakarosadapter.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" diff --git a/java/com.sap.sailing.domain.windfinderadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.windfinderadapter.test/META-INF/MANIFEST.MF index b5dc8f8301c..09619c92451 100644 --- a/java/com.sap.sailing.domain.windfinderadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.windfinderadapter.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.domain.windfinderadapter Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.objenesis;bundle-version="2.1.0", org.hamcrest;bundle-version="2.2.0", diff --git a/java/com.sap.sailing.domain.yellowbrickadapter.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.domain.yellowbrickadapter.test/META-INF/MANIFEST.MF index 9a188d77e61..38cc378c6e1 100755 --- a/java/com.sap.sailing.domain.yellowbrickadapter.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.domain.yellowbrickadapter.test/META-INF/MANIFEST.MF @@ -7,8 +7,8 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.domain.yellowbrickadapter Automatic-Module-Name: com.sap.sailing.domain.yellowbrickadapter.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" diff --git a/java/com.sap.sailing.ess40.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.ess40.resultimport.test/META-INF/MANIFEST.MF index 3750b21de8f..1d6da69d80e 100644 --- a/java/com.sap.sailing.ess40.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.ess40.resultimport.test/META-INF/MANIFEST.MF @@ -8,10 +8,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.ess40.resultimport Import-Package: org.osgi.framework;version="1.3.0" Bundle-ActivationPolicy: lazy -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common Automatic-Module-Name: com.sap.sailing.ess40.resultimport.test diff --git a/java/com.sap.sailing.expeditionconnector.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.expeditionconnector.test/META-INF/MANIFEST.MF index 7f2e7cbd88b..27d901ac34b 100644 --- a/java/com.sap.sailing.expeditionconnector.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.expeditionconnector.test/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Fragment-Host: com.sap.sailing.expeditionconnector Require-Bundle: com.sap.sailing.server, com.sap.sailing.domain.test, com.sap.sailing.udpconnector, - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common Automatic-Module-Name: com.sap.sailing.expeditionconnector.test diff --git a/java/com.sap.sailing.freg.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.freg.resultimport.test/META-INF/MANIFEST.MF index a802095ca10..dc59f516ad5 100644 --- a/java/com.sap.sailing.freg.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.freg.resultimport.test/META-INF/MANIFEST.MF @@ -8,10 +8,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.freg.resultimport Import-Package: org.osgi.framework;version="1.3.0" Bundle-ActivationPolicy: lazy -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common Automatic-Module-Name: com.sap.sailing.freg.resultimport.test diff --git a/java/com.sap.sailing.geocoding.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.geocoding.test/META-INF/MANIFEST.MF index 7dabd815050..e8740241a44 100644 --- a/java/com.sap.sailing.geocoding.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.geocoding.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.geocoding -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Import-Package: org.json.simple.parser Automatic-Module-Name: com.sap.sailing.geocoding.test diff --git a/java/com.sap.sailing.grib.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.grib.test/META-INF/MANIFEST.MF index 23715c37931..ef2378fdfc0 100644 --- a/java/com.sap.sailing.grib.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.grib.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.grib Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.common Automatic-Module-Name: com.sap.sailing.grib.test diff --git a/java/com.sap.sailing.ingestion/META-INF/MANIFEST.MF b/java/com.sap.sailing.ingestion/META-INF/MANIFEST.MF index 2a41ade1a2d..f87210bd6a3 100644 --- a/java/com.sap.sailing.ingestion/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.ingestion/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: com.sap.sailing.domain.common, - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.amazon.aws.aws-java-api;bundle-version="2.17.124", redisson;bundle-version="3.27.1", diff --git a/java/com.sap.sailing.kiworesultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.kiworesultimport.test/META-INF/MANIFEST.MF index 4cd9eeb3d2a..c65155e0686 100644 --- a/java/com.sap.sailing.kiworesultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.kiworesultimport.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.kiworesultimport -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common Automatic-Module-Name: com.sap.sailing.kiworesultimport.test diff --git a/java/com.sap.sailing.landscape.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.landscape.test/META-INF/MANIFEST.MF index e30b4f81b8d..e8da26fb595 100755 --- a/java/com.sap.sailing.landscape.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.landscape.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.landscape Automatic-Module-Name: com.sap.sailing.landscape.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.mongodb.bson;bundle-version="4.3.1", org.mongodb.driver-core;bundle-version="4.3.1", diff --git a/java/com.sap.sailing.manage2sail.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.manage2sail.resultimport.test/META-INF/MANIFEST.MF index 40086c03fae..26275592e5a 100644 --- a/java/com.sap.sailing.manage2sail.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.manage2sail.resultimport.test/META-INF/MANIFEST.MF @@ -13,10 +13,10 @@ Import-Package: com.sap.sailing.domain.common, com.sap.sailing.xrr.schema, org.osgi.framework;version="1.5.0" Fragment-Host: com.sap.sailing.manage2sail.resultimport -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common, org.mockito.mockito-core;bundle-version="1.9.5", diff --git a/java/com.sap.sailing.media.persistence.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.media.persistence.test/META-INF/MANIFEST.MF index a4faf6aa83a..aaef5606c35 100644 --- a/java/com.sap.sailing.media.persistence.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.media.persistence.test/META-INF/MANIFEST.MF @@ -8,10 +8,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: com.sap.sse.mongodb, org.json.simple;bundle-version="1.1.0", org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.persistence;bundle-version="1.0.0", com.sap.sailing.gwt.ui;bundle-version="1.0.0", diff --git a/java/com.sap.sailing.mongodb.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.mongodb.test/META-INF/MANIFEST.MF index 0eb55a25a0a..668688d1994 100644 --- a/java/com.sap.sailing.mongodb.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.mongodb.test/META-INF/MANIFEST.MF @@ -18,10 +18,10 @@ Require-Bundle: com.sap.sailing.domain, org.json.simple;bundle-version="1.1.0", com.sap.sailing.domain.swisstimingadapter, org.objenesis;bundle-version="1.3.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.hamcrest;bundle-version="2.2.0", org.mockito.mockito-core;bundle-version="1.9.5", diff --git a/java/com.sap.sailing.nmeaconnector.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.nmeaconnector.test/META-INF/MANIFEST.MF index 71241435220..731396f4f96 100644 --- a/java/com.sap.sailing.nmeaconnector.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.nmeaconnector.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.nmeaconnector Bundle-ActivationPolicy: lazy -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain, com.sap.sailing.domain.common, diff --git a/java/com.sap.sailing.polars.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.polars.test/META-INF/MANIFEST.MF index 9ad37122b6b..36680e95071 100644 --- a/java/com.sap.sailing.polars.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.polars.test/META-INF/MANIFEST.MF @@ -8,10 +8,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.polars Require-Bundle: org.hamcrest;bundle-version="2.2.0", org.mockito.mockito-core;bundle-version="1.10.14", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.test, com.sap.sse.common, diff --git a/java/com.sap.sailing.sailti.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.sailti.resultimport.test/META-INF/MANIFEST.MF index 473edf6303f..c549d3dd011 100644 --- a/java/com.sap.sailing.sailti.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.sailti.resultimport.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.sailti.resultimport Automatic-Module-Name: com.sap.sailing.sailti.resultimport.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.mockito.mockito-core;bundle-version="1.10.14", com.sap.sailing.domain.persistence, diff --git a/java/com.sap.sailing.sailwave.html.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.sailwave.html.resultimport.test/META-INF/MANIFEST.MF index 467a163e06f..78d2e008fb1 100644 --- a/java/com.sap.sailing.sailwave.html.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.sailwave.html.resultimport.test/META-INF/MANIFEST.MF @@ -5,10 +5,10 @@ Bundle-SymbolicName: com.sap.sailing.sailwave.html.resultimport.test Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.sailwave.html.resultimport -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Automatic-Module-Name: com.sap.sailing.sailwave.html.resultimport.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/java/com.sap.sailing.sailwave.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.sailwave.resultimport.test/META-INF/MANIFEST.MF index 49350cc006b..0bb1cc7e07b 100644 --- a/java/com.sap.sailing.sailwave.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.sailwave.resultimport.test/META-INF/MANIFEST.MF @@ -8,10 +8,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.osgi.framework;version="1.5.0" Bundle-ActivationPolicy: lazy Fragment-Host: com.sap.sailing.sailwave.resultimport -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common Automatic-Module-Name: com.sap.sailing.sailwave.resultimport.test diff --git a/java/com.sap.sailing.selenium.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.selenium.test/META-INF/MANIFEST.MF index dc77ee7d82e..a1c41ff5e74 100644 --- a/java/com.sap.sailing.selenium.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.selenium.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.openqa.selenium.osgi;bundle-version="3.13.0", com.sap.sse.mongodb;bundle-version="1.0.0", diff --git a/java/com.sap.sailing.server.gateway.serialization.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.server.gateway.serialization.test/META-INF/MANIFEST.MF index ebf9fa86a0d..53896ae74be 100644 --- a/java/com.sap.sailing.server.gateway.serialization.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.server.gateway.serialization.test/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sailing.server.gateway.serialization Require-Bundle: com.sap.sailing.domain;bundle-version="1.0.0", com.sap.sailing.domain.common;bundle-version="1.0.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.shared.android, org.json.simple, diff --git a/java/com.sap.sailing.server.gateway.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.server.gateway.test/META-INF/MANIFEST.MF index 5ea9b8868b3..2a7adc768b5 100644 --- a/java/com.sap.sailing.server.gateway.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.server.gateway.test/META-INF/MANIFEST.MF @@ -10,10 +10,10 @@ Require-Bundle: org.mockito.mockito-core;bundle-version="1.9.5", com.sap.sailing.domain.test, org.hamcrest;bundle-version="2.2.0", org.objenesis;bundle-version="1.3.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.racelogtrackingadapter.testsupport, com.sap.sailing.domain.racelogtrackingadapter, diff --git a/java/com.sap.sailing.server.replication.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.server.replication.test/META-INF/MANIFEST.MF index f503e1dca00..f59f25b6558 100644 --- a/java/com.sap.sailing.server.replication.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.server.replication.test/META-INF/MANIFEST.MF @@ -20,10 +20,10 @@ Require-Bundle: com.sap.sailing.server, com.sap.sailing.expeditionconnector, com.sap.sailing.domain.swisstimingadapter, org.json.simple;bundle-version="1.1.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.hamcrest;bundle-version="2.2.0", com.sap.sailing.polars, diff --git a/java/com.sap.sailing.server.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.server.test/META-INF/MANIFEST.MF index e9f992e2842..b9e28e2c68f 100644 --- a/java/com.sap.sailing.server.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.server.test/META-INF/MANIFEST.MF @@ -16,10 +16,10 @@ Require-Bundle: com.sap.sailing.domain, com.sap.sse.mongodb, com.tractrac.clientmodule;bundle-version="2.0.0", org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.test, org.mockito.mockito-core;bundle-version="1.10.14", diff --git a/java/com.sap.sailing.server.trackfiles.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.server.trackfiles.test/META-INF/MANIFEST.MF index b3d2285f3bb..ebc1e812e02 100755 --- a/java/com.sap.sailing.server.trackfiles.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.server.trackfiles.test/META-INF/MANIFEST.MF @@ -13,10 +13,10 @@ Require-Bundle: com.tractrac.clientmodule;bundle-version="2.0.0", com.sap.sailing.domain.test;bundle-version="1.0.0", com.sap.sailing.domain;bundle-version="1.0.0", com.sap.sailing.server;bundle-version="1.0.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.mockito.mockito-core;bundle-version="1.9.5", org.objenesis;bundle-version="1.3.0", diff --git a/java/com.sap.sailing.simulator.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.simulator.test/META-INF/MANIFEST.MF index ba1fe6f8ba1..5c90f85a2a8 100644 --- a/java/com.sap.sailing.simulator.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.simulator.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: com.sap.sailing.simulator;bundle-version="1.0.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain;bundle-version="1.0.0", com.sap.sailing.domain.common;bundle-version="1.0.0", diff --git a/java/com.sap.sailing.velum.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.velum.resultimport.test/META-INF/MANIFEST.MF index 6650684c7e2..e6aaf561c33 100644 --- a/java/com.sap.sailing.velum.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.velum.resultimport.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.osgi.framework;version="1.5.0" Bundle-ActivationPolicy: lazy -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.velum.resultimport, com.sap.sailing.domain.common, diff --git a/java/com.sap.sailing.windestimation.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.windestimation.test/META-INF/MANIFEST.MF index 77a2c28069a..a0c486bf854 100644 --- a/java/com.sap.sailing.windestimation.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.windestimation.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sailing.domain.test, com.sap.sailing.domain.tractracadapter, diff --git a/java/com.sap.sailing.xrr.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.xrr.resultimport.test/META-INF/MANIFEST.MF index a1e6738eef2..c26924624f5 100644 --- a/java/com.sap.sailing.xrr.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.xrr.resultimport.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Fragment-Host: com.sap.sailing.xrr.resultimport Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common Export-Package: com.sap.sailing.xrr.resultimport.test diff --git a/java/com.sap.sailing.yachtscoring.resultimport.test/META-INF/MANIFEST.MF b/java/com.sap.sailing.yachtscoring.resultimport.test/META-INF/MANIFEST.MF index 124a819bca1..9863b5bb756 100644 --- a/java/com.sap.sailing.yachtscoring.resultimport.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sailing.yachtscoring.resultimport.test/META-INF/MANIFEST.MF @@ -15,10 +15,10 @@ Import-Package: com.sap.sailing.domain.common, org.osgi.framework;version="1.5.0" Fragment-Host: com.sap.sailing.yachtscoring.resultimport Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.common, com.sap.sse, diff --git a/java/com.sap.sse.aicore.test/META-INF/MANIFEST.MF b/java/com.sap.sse.aicore.test/META-INF/MANIFEST.MF index 5fcba518075..3d8673e18fa 100644 --- a/java/com.sap.sse.aicore.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.aicore.test/META-INF/MANIFEST.MF @@ -9,8 +9,8 @@ Automatic-Module-Name: com.sap.sse.aicore.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: com.sap.sse.common Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" diff --git a/java/com.sap.sse.common.test/META-INF/MANIFEST.MF b/java/com.sap.sse.common.test/META-INF/MANIFEST.MF index 135d84a14ac..b59c8e2d353 100644 --- a/java/com.sap.sse.common.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.common.test/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.mockito.mockito-core;bundle-version="1.9.5", org.hamcrest;bundle-version="2.2.0", org.objenesis;bundle-version="1.3.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", net.bytebuddy.byte-buddy;bundle-version="1.14.12", net.bytebuddy.byte-buddy-agent;bundle-version="1.14.12" diff --git a/java/com.sap.sse.datamining.test/META-INF/MANIFEST.MF b/java/com.sap.sse.datamining.test/META-INF/MANIFEST.MF index 8fc9c8e7fb1..e9468ff0d22 100644 --- a/java/com.sap.sse.datamining.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.datamining.test/META-INF/MANIFEST.MF @@ -10,9 +10,9 @@ Require-Bundle: org.hamcrest;bundle-version="2.2.0", org.mockito.mockito-core;bundle-version="1.9.5", com.sap.sse.datamining.annotations;bundle-version="1.0.0", com.sap.sailing.datamining, - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Automatic-Module-Name: com.sap.sse.datamining.test diff --git a/java/com.sap.sse.datamining.ui.test/META-INF/MANIFEST.MF b/java/com.sap.sse.datamining.ui.test/META-INF/MANIFEST.MF index 6454d2283c2..e5d3c88d1bd 100644 --- a/java/com.sap.sse.datamining.ui.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.datamining.ui.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Automatic-Module-Name: com.sap.sse.datamining.ui.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.google.gwt.user;bundle-version="2.10.0", com.sap.sse.datamining.ui, diff --git a/java/com.sap.sse.filestorage.test/META-INF/MANIFEST.MF b/java/com.sap.sse.filestorage.test/META-INF/MANIFEST.MF index 8fe5991a8ee..e0e50cbfa2a 100644 --- a/java/com.sap.sse.filestorage.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.filestorage.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sse.filestorage Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.apache.commons.io;bundle-version="2.2.0", com.sap.sse.replication.testsupport, diff --git a/java/com.sap.sse.gwt.test/META-INF/MANIFEST.MF b/java/com.sap.sse.gwt.test/META-INF/MANIFEST.MF index d8fe592ac42..1e2db5dc73a 100644 --- a/java/com.sap.sse.gwt.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.gwt.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: com.sap.sse.gwt Require-Bundle: com.sap.sse.common;bundle-version="1.0.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.google.gwt.user;bundle-version="2.10.0";resolution:=optional, com.google.gwt.servlet;bundle-version="2.10.0" diff --git a/java/com.sap.sse.landscape.aws.common.test/META-INF/MANIFEST.MF b/java/com.sap.sse.landscape.aws.common.test/META-INF/MANIFEST.MF index cacc0f554e9..60f30f0a678 100644 --- a/java/com.sap.sse.landscape.aws.common.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.landscape.aws.common.test/META-INF/MANIFEST.MF @@ -9,8 +9,8 @@ Import-Package: software.amazon.awssdk.services.elasticloadbalancingv2.model Automatic-Module-Name: com.sap.sse.landscape.aws.common.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: com.sap.sse.landscape.aws, - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" diff --git a/java/com.sap.sse.landscape.aws.test/META-INF/MANIFEST.MF b/java/com.sap.sse.landscape.aws.test/META-INF/MANIFEST.MF index 70b6cb1c319..572607fd03f 100755 --- a/java/com.sap.sse.landscape.aws.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.landscape.aws.test/META-INF/MANIFEST.MF @@ -8,10 +8,10 @@ Fragment-Host: com.sap.sse.landscape.aws Automatic-Module-Name: com.sap.sse.landscape.aws.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.objenesis;bundle-version="2.1.0", com.sap.sailing.landscape, diff --git a/java/com.sap.sse.landscape.test/META-INF/MANIFEST.MF b/java/com.sap.sse.landscape.test/META-INF/MANIFEST.MF index bb1b3d25a1c..847d7bed8ee 100644 --- a/java/com.sap.sse.landscape.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.landscape.test/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Import-Package: org.mockito;version="4.8.1", org.mockito.hamcrest;version="4.8.1", org.mockito.mock;version="4.8.1", org.mockito.stubbing;version="4.8.1" -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Automatic-Module-Name: com.sap.sse.landscape.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/java/com.sap.sse.mail.replication.test/META-INF/MANIFEST.MF b/java/com.sap.sse.mail.replication.test/META-INF/MANIFEST.MF index 98f456cdc47..6fa0ef9c908 100644 --- a/java/com.sap.sse.mail.replication.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.mail.replication.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sse.mail Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.rabbitmq.client, com.sap.sse.replication.testsupport, diff --git a/java/com.sap.sse.mail.replication.testsupport/META-INF/MANIFEST.MF b/java/com.sap.sse.mail.replication.testsupport/META-INF/MANIFEST.MF index 3f03bf2bb47..45d8f1abf06 100644 --- a/java/com.sap.sse.mail.replication.testsupport/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.mail.replication.testsupport/META-INF/MANIFEST.MF @@ -10,10 +10,10 @@ Require-Bundle: com.sap.sse.replication, com.sap.sse.mail, com.sap.sse, com.sap.sse.common, - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.mockito.mockito-core;bundle-version="1.10.14", com.sun.mail.javax.mail;bundle-version="1.4.5", diff --git a/java/com.sap.sse.operationaltransformation.test/META-INF/MANIFEST.MF b/java/com.sap.sse.operationaltransformation.test/META-INF/MANIFEST.MF index eb1aae57d43..c3ea39c8d85 100644 --- a/java/com.sap.sse.operationaltransformation.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.operationaltransformation.test/META-INF/MANIFEST.MF @@ -5,10 +5,10 @@ Bundle-SymbolicName: com.sap.sse.operationaltransformation.test Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.replication Fragment-Host: com.sap.sse.operationaltransformation diff --git a/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF b/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF index 7cfa0e16f65..532d20f69c0 100644 --- a/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.replication.testsupport/META-INF/MANIFEST.MF @@ -5,10 +5,10 @@ Bundle-SymbolicName: com.sap.sse.replication.testsupport Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.replication, com.sap.sse.common, diff --git a/java/com.sap.sse.security.persistence.test/META-INF/MANIFEST.MF b/java/com.sap.sse.security.persistence.test/META-INF/MANIFEST.MF index c36eff63539..80ba5b81553 100755 --- a/java/com.sap.sse.security.persistence.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.security.persistence.test/META-INF/MANIFEST.MF @@ -12,8 +12,8 @@ Import-Package: org.apache.shiro.session;version="1.2.2", org.apache.shiro.subject;version="1.2.2" Require-Bundle: org.hamcrest;bundle-version="2.2.0", slf4j.api;bundle-version="1.6.4", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" diff --git a/java/com.sap.sse.security.replication.test/META-INF/MANIFEST.MF b/java/com.sap.sse.security.replication.test/META-INF/MANIFEST.MF index cf45bb56c17..5f1db1c18ec 100644 --- a/java/com.sap.sse.security.replication.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.security.replication.test/META-INF/MANIFEST.MF @@ -7,10 +7,10 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sse.security Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.security.userstore.mongodb, com.sap.sse.mongodb, diff --git a/java/com.sap.sse.security.storemerging.test/META-INF/MANIFEST.MF b/java/com.sap.sse.security.storemerging.test/META-INF/MANIFEST.MF index 324ee7649d3..e301a96c834 100755 --- a/java/com.sap.sse.security.storemerging.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.security.storemerging.test/META-INF/MANIFEST.MF @@ -7,9 +7,9 @@ Bundle-Vendor: SAP Fragment-Host: com.sap.sse.security.storemerging Automatic-Module-Name: com.sap.sse.security.storemerging.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Import-Package: com.mongodb.client diff --git a/java/com.sap.sse.security.test/META-INF/MANIFEST.MF b/java/com.sap.sse.security.test/META-INF/MANIFEST.MF index b4762c05021..bb818ec8361 100755 --- a/java/com.sap.sse.security.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.security.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Fragment-Host: com.sap.sse.security Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", com.sap.sse.security.userstore.mongodb, com.sap.sse.security.persistence, diff --git a/java/com.sap.sse.security.ui.test/META-INF/MANIFEST.MF b/java/com.sap.sse.security.ui.test/META-INF/MANIFEST.MF index c96ee1b3982..693eb619b01 100644 --- a/java/com.sap.sse.security.ui.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.security.ui.test/META-INF/MANIFEST.MF @@ -12,10 +12,10 @@ Import-Package: net.bytebuddy;version="1.12.18", org.objenesis;version="3.3.0" Require-Bundle: com.sap.sailing.domain.common, org.hamcrest;bundle-version="2.2.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Automatic-Module-Name: com.sap.sse.security.ui.test Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/java/com.sap.sse.shared.android.test/META-INF/MANIFEST.MF b/java/com.sap.sse.shared.android.test/META-INF/MANIFEST.MF index 591ba65d357..94486e1a67a 100644 --- a/java/com.sap.sse.shared.android.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.shared.android.test/META-INF/MANIFEST.MF @@ -9,10 +9,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.mockito.mockito-core;bundle-version="1.9.5", org.hamcrest;bundle-version="2.2.0", org.objenesis;bundle-version="1.3.0", - junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", + junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0" Export-Package: com.sap.sse.shared.android.test Automatic-Module-Name: com.sap.sse.shared.android.test diff --git a/java/com.sap.sse.test/META-INF/MANIFEST.MF b/java/com.sap.sse.test/META-INF/MANIFEST.MF index 45afc2c5e5a..532bdd45eac 100644 --- a/java/com.sap.sse.test/META-INF/MANIFEST.MF +++ b/java/com.sap.sse.test/META-INF/MANIFEST.MF @@ -6,10 +6,10 @@ Bundle-Version: 1.0.0.qualifier Bundle-Vendor: SAP Fragment-Host: com.sap.sse Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0", org.mockito.mockito-core, net.bytebuddy.byte-buddy;bundle-version="1.14.12", diff --git a/java/net.sf.marineapi.test/META-INF/MANIFEST.MF b/java/net.sf.marineapi.test/META-INF/MANIFEST.MF index db0f09b94b8..0bd709f4625 100644 --- a/java/net.sf.marineapi.test/META-INF/MANIFEST.MF +++ b/java/net.sf.marineapi.test/META-INF/MANIFEST.MF @@ -6,8 +6,8 @@ Automatic-Module-Name: net.sf.marineapi.test Bundle-Version: 1.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Fragment-Host: net.sf.marineapi -Require-Bundle: junit-jupiter-api;bundle-version="5.12.2", - junit-jupiter-engine;bundle-version="5.12.2", - junit-platform-commons;bundle-version="1.12.2", - junit-platform-engine;bundle-version="1.12.2", +Require-Bundle: junit-jupiter-api;bundle-version="5.11.3", + junit-jupiter-engine;bundle-version="5.11.3", + junit-platform-commons;bundle-version="1.11.3", + junit-platform-engine;bundle-version="1.11.3", org.opentest4j;bundle-version="1.3.0"