|
16 | 16 | SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
17 | 17 |
|
18 | 18 | --> |
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"> |
23 | 20 | <modelVersion>4.0.0</modelVersion> |
24 | | - |
25 | 21 | <parent> |
26 | 22 | <groupId>org.eclipse.ee4j</groupId> |
27 | 23 | <artifactId>project</artifactId> |
28 | 24 | <version>1.0.7</version> |
29 | 25 | <relativePath/> |
30 | 26 | </parent> |
31 | | - |
32 | 27 | <groupId>jakarta.json.bind</groupId> |
33 | 28 | <artifactId>jakarta.json.bind-tck-tests</artifactId> |
34 | 29 | <version>${project.version}</version> |
35 | | - |
36 | 30 | <properties> |
37 | 31 | <!-- Vendor Implementation (VI) --> |
38 | 32 | <jsonb-api.groupId>jakarta.json.bind</jsonb-api.groupId> |
39 | 33 | <jsonb-api.artifactId>jakarta.json.bind-api</jsonb-api.artifactId> |
40 | 34 | <jsonb-api.version>3.0.0</jsonb-api.version> |
41 | | - |
42 | 35 | <!-- Compatible Implementation (CI) --> |
43 | 36 | <jsonb-impl.groupId>org.eclipse</jsonb-impl.groupId> |
44 | 37 | <jsonb-impl.artifactId>yasson</jsonb-impl.artifactId> |
45 | 38 | <jsonb-impl.version>3.0.0-RC1</jsonb-impl.version> |
46 | | - |
47 | 39 | <!-- TCK --> |
48 | 40 | <jsonb.tck.version>${project.version}</jsonb.tck.version> |
49 | | - |
50 | 41 | <!-- properties --> |
51 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
52 | 43 | <jimage.dir>\${project.build.directory}/jdk-bundle</jimage.dir> |
53 | | - |
54 | 44 | <!-- !!! DO NOT EDIT !!! --> |
55 | 45 | <jakarta.jsonb-api.version>3.0.0</jakarta.jsonb-api.version> |
56 | 46 | <jakarta.json-api.version>2.1.0</jakarta.json-api.version> |
57 | 47 | </properties> |
58 | | - |
59 | | - |
60 | 48 | <dependencies> |
61 | 49 | <dependency> |
62 | 50 | <groupId>jakarta.json.bind</groupId> |
|
83 | 71 | <scope>test</scope> |
84 | 72 | </dependency> |
85 | 73 | </dependencies> |
86 | | - |
87 | 74 | <build> |
88 | 75 | <defaultGoal>verify</defaultGoal> |
89 | 76 | <plugins> |
|
127 | 114 | <artifactId>maven-surefire-plugin</artifactId> |
128 | 115 | <version>3.0.0-M5</version> |
129 | 116 | <configuration> |
| 117 | + <useModulePath>false</useModulePath> |
130 | 118 | <trimStackTrace>false</trimStackTrace> |
131 | 119 | <failIfNoTests>true</failIfNoTests> |
132 | 120 | <dependenciesToScan>jakarta.json.bind:jakarta.json.bind-tck</dependenciesToScan> |
|
0 commit comments