File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 6969 <artifactId >jersey-hk2</artifactId >
7070 </dependency >
7171 <!-- Testing dependencies -->
72- <dependency >
73- <groupId >jakarta.xml.bind</groupId >
74- <artifactId >jakarta.xml.bind-api</artifactId >
75- <scope >test</scope >
76- </dependency >
7772 <dependency >
7873 <groupId >uk.org.lidalia</groupId >
7974 <artifactId >slf4j-test</artifactId >
Original file line number Diff line number Diff line change 492492 <artifactId >jersey-hk2</artifactId >
493493 <version >${jersey.version} </version >
494494 </dependency >
495- <!-- XML Bind is required to mock jax.rs.core.Response -->
496- <dependency >
497- <groupId >jakarta.xml.bind</groupId >
498- <artifactId >jakarta.xml.bind-api</artifactId >
499- <version >${jaxb.version} </version >
500- </dependency >
501495 <dependency >
502496 <groupId >junit-addons</groupId >
503497 <artifactId >junit-addons</artifactId >
You can’t perform that action at this time.
0 commit comments