File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
tck-dist-eftl/src/main/bin
tck-tests-pluggability/src/main/java/ee/jakarta/tck/jsonp/pluggability/jsonprovidertests Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 81
81
<version >\${jsonp-api.version} </version >
82
82
<scope >test</scope >
83
83
</dependency >
84
- <dependency >
85
- <groupId >\${jsonp-impl.groupId} </groupId >
86
- <artifactId >\${jsonp-impl.artifactId}</artifactId >
87
- <version >\${jsonp-impl.version} </version >
88
- <scope >test</scope >
89
- </dependency >
90
84
<dependency >
91
85
<groupId >org.junit.jupiter</groupId >
92
86
<artifactId >junit-jupiter-api</artifactId >
Original file line number Diff line number Diff line change 32
32
<artifactId >tck-tests</artifactId >
33
33
34
34
<dependencies >
35
+ <dependency >
36
+ <groupId >\${jsonp-impl.groupId} </groupId >
37
+ <artifactId >\${jsonp-impl.artifactId}</artifactId >
38
+ <version >\${jsonp-impl.version} </version >
39
+ <scope >test</scope >
40
+ </dependency >
35
41
<dependency >
36
42
<groupId >jakarta.json</groupId >
37
43
<artifactId >jakarta.json-tck-tests</artifactId >
Original file line number Diff line number Diff line change 55
55
56
56
public class ClientTests {
57
57
58
- private static final String MY_JSONPROVIDER_CLASS = "MyJsonProvider" ;
58
+ private static final String MY_JSONPROVIDER_CLASS = "ee.jakarta.tck.jsonp.provider. MyJsonProvider" ;
59
59
private static final Logger LOGGER = Logger .getLogger (ClientTests .class .getName ());
60
60
61
61
private String providerPath = null ;
You can’t perform that action at this time.
0 commit comments