Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 18eff4d

Browse files
authored
Merge pull request #11 from Sanne/patches
Add the jakarta.xml.bind dependencies to fix running on JDK11
2 parents 91fa07d + 477659d commit 18eff4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,17 @@
184184
<artifactId>jcommander</artifactId>
185185
<version>1.78</version>
186186
</dependency>
187+
<dependency>
188+
<groupId>jakarta.xml.bind</groupId>
189+
<artifactId>jakarta.xml.bind-api</artifactId>
190+
<version>2.3.3</version>
191+
</dependency>
192+
<dependency>
193+
<groupId>com.sun.xml.bind</groupId>
194+
<artifactId>jaxb-impl</artifactId>
195+
<version>2.3.3</version>
196+
<scope>runtime</scope>
197+
</dependency>
187198
<dependency>
188199
<groupId>junit</groupId>
189200
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)