Skip to content

Commit fb2a670

Browse files
committed
Removing GlassFish-specific dependencies
1 parent 9913691 commit fb2a670

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

jaxrs/invocation-async/pom.xml

-17
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,4 @@
1212
<artifactId>invocation-async</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>
15-
<dependencies>
16-
<dependency>
17-
<groupId>org.glassfish.jersey.containers</groupId>
18-
<artifactId>jersey-container-servlet</artifactId>
19-
<version>2.0</version>
20-
</dependency>
21-
<dependency>
22-
<groupId>org.glassfish.jersey.core</groupId>
23-
<artifactId>jersey-client</artifactId>
24-
<version>2.0</version>
25-
</dependency>
26-
<dependency>
27-
<groupId>org.glassfish.jersey.media</groupId>
28-
<artifactId>jersey-media-multipart</artifactId>
29-
<version>2.0</version>
30-
</dependency>
31-
</dependencies>
3215
</project>

0 commit comments

Comments
 (0)