Skip to content

Commit 252a513

Browse files
committed
➖ Remove JaxB dependency
Jersey 4.0 removed that dependency, so now we can remove too.
1 parent 12b235f commit 252a513

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

rest-services/client/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@
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>

rest-services/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -492,12 +492,6 @@
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>

0 commit comments

Comments
 (0)