Skip to content

Commit a936ccd

Browse files
committed
Removing redundant dependencies
1 parent fd3e156 commit a936ccd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

jaxrs/beanvalidation/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,4 @@
1212
<artifactId>beanvalidation</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)