Skip to content

Commit 906feaa

Browse files
author
Santiago Gala
committed
Needs to specify javax.xml.bind
1 parent 4f5de5f commit 906feaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070
<artifactId>org.eclipse.jgit</artifactId>
7171
</dependency>
7272

73+
<dependency>
74+
<groupId>javax.xml.bind</groupId>
75+
<artifactId>jaxb-api</artifactId>
76+
<version>2.3.0</version>
77+
</dependency>
78+
7379

7480
<!-- JUnit test dependencies -->
7581
<dependency>

0 commit comments

Comments
 (0)