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 8181 <version >\${jsonp-api.version} </version >
8282 <scope >test</scope >
8383 </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 >
9084 <dependency >
9185 <groupId >org.junit.jupiter</groupId >
9286 <artifactId >junit-jupiter-api</artifactId >
Original file line number Diff line number Diff line change 3232 <artifactId >tck-tests</artifactId >
3333
3434 <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 >
3541 <dependency >
3642 <groupId >jakarta.json</groupId >
3743 <artifactId >jakarta.json-tck-tests</artifactId >
Original file line number Diff line number Diff line change 5555
5656public class ClientTests {
5757
58- private static final String MY_JSONPROVIDER_CLASS = "MyJsonProvider" ;
58+ private static final String MY_JSONPROVIDER_CLASS = "ee.jakarta.tck.jsonp.provider. MyJsonProvider" ;
5959 private static final Logger LOGGER = Logger .getLogger (ClientTests .class .getName ());
6060
6161 private String providerPath = null ;
You can’t perform that action at this time.
0 commit comments