Skip to content

Commit dbb8340

Browse files
committed
Removing appserver-specific dependencies and moving them to appropriate profiles in parent pom.xml
1 parent be42d24 commit dbb8340

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

jaxrs/pom.xml

-24
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,6 @@
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<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>
4016

4117
<modules>
4218
<module>async-client</module>

0 commit comments

Comments
 (0)