Skip to content

Commit c6752b4

Browse files
committed
Added extra dependencies for OpenJDK9
1 parent 6bf4e36 commit c6752b4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,24 @@
5353
</properties>
5454

5555
<dependencies>
56+
<dependency>
57+
<groupId>com.sun.xml.bind</groupId>
58+
<artifactId>jaxb-core</artifactId>
59+
<version>2.3.0.1</version>
60+
</dependency>
61+
62+
<dependency>
63+
<groupId>javax.xml.bind</groupId>
64+
<artifactId>jaxb-api</artifactId>
65+
<version>2.3.1</version>
66+
</dependency>
67+
68+
<dependency>
69+
<groupId>com.sun.xml.bind</groupId>
70+
<artifactId>jaxb-impl</artifactId>
71+
<version>2.3.1</version>
72+
</dependency>
73+
5674
<dependency>
5775
<groupId>com.oracle.jdbc</groupId>
5876
<artifactId>ojdbc8</artifactId>

0 commit comments

Comments
 (0)