File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 13
13
<version >1.0-SNAPSHOT</version >
14
14
<packaging >pom</packaging >
15
15
<name >Java EE 7 JAX-RS Samples</name >
16
-
17
- <!-- <dependencies>
18
- <dependency>
19
- <groupId>org.glassfish.jersey.core</groupId>
20
- <artifactId>jersey-common</artifactId>
21
- <version>2.0</version>
22
- <type>jar</type>
23
- <scope>provided</scope>
24
- </dependency>
25
- </dependencies>-->
26
-
27
- <dependencies >
28
- <dependency >
29
- <groupId >org.jboss.resteasy</groupId >
30
- <artifactId >resteasy-client</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 >
40
16
41
17
<modules >
42
18
<module >async-client</module >
You can’t perform that action at this time.
0 commit comments