We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9913691 commit fb2a670Copy full SHA for fb2a670
jaxrs/invocation-async/pom.xml
@@ -12,21 +12,4 @@
12
<artifactId>invocation-async</artifactId>
13
<version>1.0-SNAPSHOT</version>
14
<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
22
- <groupId>org.glassfish.jersey.core</groupId>
23
- <artifactId>jersey-client</artifactId>
24
25
26
27
- <groupId>org.glassfish.jersey.media</groupId>
28
- <artifactId>jersey-media-multipart</artifactId>
29
30
31
- </dependencies>
32
</project>
0 commit comments