From 05d3a9a0860734074e8c5b21b1ee33d19e82c8ef Mon Sep 17 00:00:00 2001 From: Gurunandan Rao Date: Mon, 18 Dec 2023 16:14:33 +0530 Subject: [PATCH] use classpath for jakarta api libraries. Signed-off-by: Gurunandan Rao --- tck/tck-dist-eftl/src/main/bin/pom.xml | 23 ++++--------------- .../main/bin/tck-tests-pluggability/pom.xml | 12 +++------- 2 files changed, 7 insertions(+), 28 deletions(-) diff --git a/tck/tck-dist-eftl/src/main/bin/pom.xml b/tck/tck-dist-eftl/src/main/bin/pom.xml index 09be95a5..7cf50b2b 100644 --- a/tck/tck-dist-eftl/src/main/bin/pom.xml +++ b/tck/tck-dist-eftl/src/main/bin/pom.xml @@ -16,47 +16,36 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 --> - - + 4.0.0 - org.eclipse.ee4j project 1.0.7 - jakarta.json jakarta.json-tck-impl ${project.version} pom - jakarta.json jakarta.json-api 2.1.0 - org.eclipse.parsson parsson 1.1.0 - ${project.version} - UTF-8 \${project.build.directory}/jdk-bundle - 2.1.0 true - @@ -68,12 +57,10 @@ - tck-tests tck-tests-pluggability - \${jsonp-api.groupId} @@ -92,7 +79,6 @@ test - verify @@ -120,14 +106,14 @@ maven-surefire-plugin 3.0.0-M5 + false false \${impl.alltests} 1 false \${jimage.dir} - - \${project.build.directory}/signaturedirectory/jakarta.json-api.jar:\${jimage.dir}/java.base:\${jimage.dir}/java.rmi:\${jimage.dir}/java.sql:\${jimage.dir}/java.naming + \${project.build.directory}/signaturedirectory/jakarta.json-api.jar:\${jimage.dir}/java.base:\${jimage.dir}/java.rmi:\${jimage.dir}/java.sql:\${jimage.dir}/java.naming @@ -135,7 +121,6 @@ - single-test @@ -149,4 +134,4 @@ - + \ No newline at end of file diff --git a/tck/tck-dist-eftl/src/main/bin/tck-tests-pluggability/pom.xml b/tck/tck-dist-eftl/src/main/bin/tck-tests-pluggability/pom.xml index 61f8934e..80a0d74c 100644 --- a/tck/tck-dist-eftl/src/main/bin/tck-tests-pluggability/pom.xml +++ b/tck/tck-dist-eftl/src/main/bin/tck-tests-pluggability/pom.xml @@ -16,21 +16,15 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 --> - - + 4.0.0 - jakarta.json jakarta.json-tck-impl ${project.version} ../pom.xml - tck-tests-pluggability - jakarta.json @@ -38,7 +32,6 @@ test - @@ -48,8 +41,9 @@ jakarta.json:jakarta.json-tck-tests-pluggability + false - + \ No newline at end of file