Skip to content

Commit 46b8e1e

Browse files
committed
Adding RESTEasy <dependency>
1 parent 0c9d84b commit 46b8e1e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

jaxrs/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@
2424
</dependency>
2525
</dependencies>-->
2626

27+
<dependencies>
28+
<dependency>
29+
<groupId>org.jboss.resteasy</groupId>
30+
<artifactId>resteasy-jaxrs</artifactId>
31+
<version>3.0.4.Final</version>
32+
<scope>test</scope>
33+
</dependency>
34+
<!-- <dependency>
35+
<groupId>org.apache.httpcomponents</groupId>
36+
<artifactId>httpcore</artifactId>
37+
<version>4.3</version>
38+
</dependency>-->
39+
</dependencies>
2740

2841
<modules>
2942
<module>async-client</module>

0 commit comments

Comments
 (0)