Skip to content

Commit 9ce74a8

Browse files
committed
Merge branch 'master' of ssh://github.com/arun-gupta/javaee7-samples
2 parents a842b4b + acc4efa commit 9ce74a8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@
243243
<version>3.0.4.Final</version>
244244
<scope>test</scope>
245245
</dependency>
246+
<dependency>
247+
<groupId>org.jboss.resteasy</groupId>
248+
<artifactId>resteasy-jaxb-provider</artifactId>
249+
<version>3.0.4.Final</version>
250+
<scope>test</scope>
251+
</dependency>
246252
</dependencies>
247253
<build>
248254
<testResources>
@@ -307,6 +313,12 @@
307313
<version>3.0.4.Final</version>
308314
<scope>test</scope>
309315
</dependency>
316+
<dependency>
317+
<groupId>org.jboss.resteasy</groupId>
318+
<artifactId>resteasy-jaxb-provider</artifactId>
319+
<version>3.0.4.Final</version>
320+
<scope>test</scope>
321+
</dependency>
310322
</dependencies>
311323
<build>
312324
<testResources>

0 commit comments

Comments
 (0)