We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c1855 commit a3d2e79Copy full SHA for a3d2e79
1 file changed
pom.xml
@@ -230,6 +230,12 @@
230
<version>3.0.4.Final</version>
231
<scope>test</scope>
232
</dependency>
233
+ <dependency>
234
+ <groupId>org.jboss.resteasy</groupId>
235
+ <artifactId>resteasy-jaxb-provider</artifactId>
236
+ <version>3.0.4.Final</version>
237
+ <scope>test</scope>
238
+ </dependency>
239
</dependencies>
240
<build>
241
<testResources>
@@ -294,6 +300,12 @@
294
300
295
301
296
302
303
304
305
306
307
308
297
309
298
310
299
311
0 commit comments