Skip to content

Commit 3d917fa

Browse files
committed
use javax bind api instead of jakarta's
1 parent 5e67a7f commit 3d917fa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@
8080
<version>2.13.3</version>
8181
</dependency>
8282
<dependency>
83-
<groupId>jakarta.xml.bind</groupId>
84-
<artifactId>jakarta.xml.bind-api</artifactId>
85-
<version>2.3.3</version>
86-
<type>jar</type>
83+
<groupId>javax.xml.bind</groupId>
84+
<artifactId>jaxb-api</artifactId>
85+
<version>2.3.1</version>
8786
</dependency>
8887
<dependency>
8988
<groupId>org.glassfish.jaxb</groupId>

0 commit comments

Comments
 (0)