diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5bf599c24..c064e0e0a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Java uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: 'maven' diff --git a/com.archimatetool.editor.product/archi.target b/com.archimatetool.editor.product/archi.target index e301a7b4b..02b8ff379 100644 --- a/com.archimatetool.editor.product/archi.target +++ b/com.archimatetool.editor.product/archi.target @@ -10,8 +10,8 @@ - - + + \ No newline at end of file diff --git a/tests/pom.xml b/tests/pom.xml index bbe611cb3..318f369c7 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -12,13 +12,21 @@ com.archimatetool.testing pom - + + + + -Xshare:off -javaagent:${org.mockito:mockito-core:jar} + + + ${mockito.args} + + Orbit p2 - https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.32.0 + https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.34.0 @@ -26,8 +34,8 @@ com.archimatetool.testsupport com.archimatetool.canvas.tests - com.archimatetool.csv.tests com.archimatetool.commandline.tests + com.archimatetool.csv.tests com.archimatetool.editor.tests com.archimatetool.export.svg.tests com.archimatetool.hammer.tests @@ -43,6 +51,20 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + 3.8.1 + + + + properties + + + + + org.eclipse.tycho tycho-surefire-plugin @@ -66,7 +88,7 @@ - -XstartOnFirstThread + -XstartOnFirstThread ${mockito.args}