Skip to content

Commit 0c6e308

Browse files
gurunraolukasj
authored andcommitted
use classpath for jakarta api libraries.
Signed-off-by: Gurunandan Rao <gurunandan.rao@oracle.com>
1 parent 7340b84 commit 0c6e308

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

tck-dist/src/main/bin/pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,47 +16,35 @@
1616
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22-
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2320
<modelVersion>4.0.0</modelVersion>
24-
2521
<parent>
2622
<groupId>org.eclipse.ee4j</groupId>
2723
<artifactId>project</artifactId>
2824
<version>1.0.7</version>
2925
<relativePath/>
3026
</parent>
31-
3227
<groupId>jakarta.json.bind</groupId>
3328
<artifactId>jakarta.json.bind-tck-tests</artifactId>
3429
<version>${project.version}</version>
35-
3630
<properties>
3731
<!-- Vendor Implementation (VI) -->
3832
<jsonb-api.groupId>jakarta.json.bind</jsonb-api.groupId>
3933
<jsonb-api.artifactId>jakarta.json.bind-api</jsonb-api.artifactId>
4034
<jsonb-api.version>3.0.0</jsonb-api.version>
41-
4235
<!-- Compatible Implementation (CI) -->
4336
<jsonb-impl.groupId>org.eclipse</jsonb-impl.groupId>
4437
<jsonb-impl.artifactId>yasson</jsonb-impl.artifactId>
4538
<jsonb-impl.version>3.0.0-RC1</jsonb-impl.version>
46-
4739
<!-- TCK -->
4840
<jsonb.tck.version>${project.version}</jsonb.tck.version>
49-
5041
<!-- properties -->
5142
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5243
<jimage.dir>\${project.build.directory}/jdk-bundle</jimage.dir>
53-
5444
<!-- !!! DO NOT EDIT !!! -->
5545
<jakarta.jsonb-api.version>3.0.0</jakarta.jsonb-api.version>
5646
<jakarta.json-api.version>2.1.0</jakarta.json-api.version>
5747
</properties>
58-
59-
6048
<dependencies>
6149
<dependency>
6250
<groupId>jakarta.json.bind</groupId>
@@ -83,7 +71,6 @@
8371
<scope>test</scope>
8472
</dependency>
8573
</dependencies>
86-
8774
<build>
8875
<defaultGoal>verify</defaultGoal>
8976
<plugins>
@@ -127,6 +114,7 @@
127114
<artifactId>maven-surefire-plugin</artifactId>
128115
<version>3.0.0-M5</version>
129116
<configuration>
117+
<useModulePath>false</useModulePath>
130118
<trimStackTrace>false</trimStackTrace>
131119
<failIfNoTests>true</failIfNoTests>
132120
<dependenciesToScan>jakarta.json.bind:jakarta.json.bind-tck</dependenciesToScan>

0 commit comments

Comments
 (0)