Ver código fonte

Fix JAXB for Java11+

Lukas Cerny 4 anos atrás
pai
commit
1d312252b8
1 arquivos alterados com 9 adições e 1 exclusões
  1. 9 1
      pom.xml

+ 9 - 1
pom.xml

@@ -256,7 +256,15 @@
             <artifactId>postgresql</artifactId>
             <version>42.2.14</version>
         </dependency>
-    
+
+
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.3.1</version>
+        </dependency>
+
+
     </dependencies>
 
     <properties>