Skip to content

Commit a3d2e79

Browse files
committed
Add RestEasy-JAXB-Provider to Wildfly profiles
1 parent b6c1855 commit a3d2e79

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
@@ -230,6 +230,12 @@
230230
<version>3.0.4.Final</version>
231231
<scope>test</scope>
232232
</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>
233239
</dependencies>
234240
<build>
235241
<testResources>
@@ -294,6 +300,12 @@
294300
<version>3.0.4.Final</version>
295301
<scope>test</scope>
296302
</dependency>
303+
<dependency>
304+
<groupId>org.jboss.resteasy</groupId>
305+
<artifactId>resteasy-jaxb-provider</artifactId>
306+
<version>3.0.4.Final</version>
307+
<scope>test</scope>
308+
</dependency>
297309
</dependencies>
298310
<build>
299311
<testResources>

0 commit comments

Comments
 (0)