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 4c81bee commit be67019Copy full SHA for be67019
pom.xml
@@ -37,7 +37,7 @@ limitations under the License.
37
<dependency>
38
<groupId>javax.xml.bind</groupId>
39
<artifactId>jaxb-api</artifactId>
40
- <version>2.1</version>
+ <version>2.3.1</version>
41
</dependency>
42
43
<groupId>commons-logging</groupId>
@@ -59,6 +59,12 @@ limitations under the License.
59
<artifactId>junit</artifactId>
60
<version>4.8.2</version>
61
62
+ <!-- Added for java 11 support -->
63
+ <dependency>
64
+ <groupId>org.glassfish.jaxb</groupId>
65
+ <artifactId>jaxb-runtime</artifactId>
66
+ <version>2.3.5</version>
67
+ </dependency>
68
</dependencies>
69
70
<organization>
0 commit comments