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.
2 parents b63f9c4 + 3e83446 commit 8495c47Copy full SHA for 8495c47
pom.xml
@@ -127,6 +127,26 @@
127
<version>4.12</version>
128
<scope>test</scope>
129
</dependency>
130
+ <dependency>
131
+ <groupId>javax.xml.bind</groupId>
132
+ <artifactId>jaxb-api</artifactId>
133
+ <version>2.2.11</version>
134
+ </dependency>
135
136
+ <groupId>com.sun.xml.bind</groupId>
137
+ <artifactId>jaxb-core</artifactId>
138
139
140
141
142
+ <artifactId>jaxb-impl</artifactId>
143
144
145
146
+ <groupId>javax.activation</groupId>
147
+ <artifactId>activation</artifactId>
148
+ <version>1.1.1</version>
149
150
</dependencies>
151
152
<developers>
0 commit comments