Skip to content

Commit d39b8a4

Browse files
author
Quim
committed
fix java SE 13 compatibility
1 parent 119c49f commit d39b8a4

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
@@ -117,6 +117,17 @@
117117
<groupId>org.mariadb.jdbc</groupId>
118118
<artifactId>mariadb-java-client</artifactId>
119119
</dependency>
120+
<dependency>
121+
<groupId>jakarta.xml.bind</groupId>
122+
<artifactId>jakarta.xml.bind-api</artifactId>
123+
<version>2.3.2</version>
124+
</dependency>
125+
<!-- Runtime, com.sun.xml.bind module -->
126+
<dependency>
127+
<groupId>org.glassfish.jaxb</groupId>
128+
<artifactId>jaxb-runtime</artifactId>
129+
<version>2.3.2</version>
130+
</dependency>
120131
</dependencies>
121132

122133

0 commit comments

Comments
 (0)