We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf4e36 commit c6752b4Copy full SHA for c6752b4
pom.xml
@@ -53,6 +53,24 @@
53
</properties>
54
55
<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
63
+ <groupId>javax.xml.bind</groupId>
64
+ <artifactId>jaxb-api</artifactId>
65
+ <version>2.3.1</version>
66
67
68
69
70
+ <artifactId>jaxb-impl</artifactId>
71
72
73
74
<dependency>
75
<groupId>com.oracle.jdbc</groupId>
76
<artifactId>ojdbc8</artifactId>
0 commit comments