Skip to content

Commit ed9365f

Browse files
committed
Removing GlassFish specific dependencies
1 parent 65354bc commit ed9365f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jaxrs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<packaging>pom</packaging>
1515
<name>Java EE 7 JAX-RS Samples</name>
1616

17-
<dependencies>
17+
<!-- <dependencies>
1818
<dependency>
1919
<groupId>org.glassfish.jersey.core</groupId>
2020
<artifactId>jersey-common</artifactId>
2121
<version>2.0</version>
2222
<type>jar</type>
2323
<scope>provided</scope>
2424
</dependency>
25-
</dependencies>
25+
</dependencies>-->
2626

2727

2828
<modules>

0 commit comments

Comments
 (0)