Skip to content

Commit

Permalink
[RESTEASY-2009] Remove duplicated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbliznak authored and asoldano committed Mar 12, 2019
1 parent 48f8323 commit 1af6efa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions server-adapters/resteasy-undertow-spring/pom.xml
Expand Up @@ -24,15 +24,9 @@
<artifactId>resteasy-spring</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand All @@ -46,10 +40,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
Expand Down

0 comments on commit 1af6efa

Please sign in to comment.