Skip to content

Commit 66618ef

Browse files
committed
Merge pull request #135 from aslakknutsen/jsonp
Add RESTEasy JSON-P Provider to Client
2 parents f314f29 + f20effb commit 66618ef

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

pom.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<artifactId>json</artifactId>
102102
<version>20131018</version>
103103
<scope>test</scope>
104-
</dependency>
104+
</dependency>
105105
</dependencies>
106106
<pluginRepositories>
107107
<pluginRepository>
@@ -253,13 +253,19 @@
253253
<dependency>
254254
<groupId>org.jboss.resteasy</groupId>
255255
<artifactId>resteasy-client</artifactId>
256-
<version>3.0.4.Final</version>
256+
<version>3.0.5.Final</version>
257257
<scope>test</scope>
258258
</dependency>
259259
<dependency>
260260
<groupId>org.jboss.resteasy</groupId>
261261
<artifactId>resteasy-jaxb-provider</artifactId>
262-
<version>3.0.4.Final</version>
262+
<version>3.0.5.Final</version>
263+
<scope>test</scope>
264+
</dependency>
265+
<dependency>
266+
<groupId>org.jboss.resteasy</groupId>
267+
<artifactId>resteasy-json-p-provider</artifactId>
268+
<version>3.0.5.Final</version>
263269
<scope>test</scope>
264270
</dependency>
265271
<dependency>
@@ -329,13 +335,19 @@
329335
<dependency>
330336
<groupId>org.jboss.resteasy</groupId>
331337
<artifactId>resteasy-client</artifactId>
332-
<version>3.0.4.Final</version>
338+
<version>3.0.5.Final</version>
333339
<scope>test</scope>
334340
</dependency>
335341
<dependency>
336342
<groupId>org.jboss.resteasy</groupId>
337343
<artifactId>resteasy-jaxb-provider</artifactId>
338-
<version>3.0.4.Final</version>
344+
<version>3.0.5.Final</version>
345+
<scope>test</scope>
346+
</dependency>
347+
<dependency>
348+
<groupId>org.jboss.resteasy</groupId>
349+
<artifactId>resteasy-json-p-provider</artifactId>
350+
<version>3.0.5.Final</version>
339351
<scope>test</scope>
340352
</dependency>
341353
<dependency>

0 commit comments

Comments
 (0)