Skip to content

Commit 792bcee

Browse files
committed
Cleanup dependencies
1 parent c3ca2c0 commit 792bcee

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,7 @@
6161
<dependency>
6262
<groupId>org.codehaus.plexus</groupId>
6363
<artifactId>plexus-utils</artifactId>
64-
<version>4.0.2</version>
65-
</dependency>
66-
<dependency>
67-
<groupId>org.codehaus.plexus</groupId>
68-
<artifactId>plexus-xml</artifactId>
69-
<version>3.0.1</version>
70-
<scope>test</scope>
64+
<version>3.6.0</version>
7165
</dependency>
7266
<dependency>
7367
<groupId>com.google.code.findbugs</groupId>
@@ -105,12 +99,6 @@
10599
<artifactId>org.eclipse.sisu.inject</artifactId>
106100
<scope>test</scope>
107101
</dependency>
108-
<dependency>
109-
<groupId>com.google.inject</groupId>
110-
<artifactId>guice</artifactId>
111-
<version>6.0.0</version>
112-
<scope>test</scope>
113-
</dependency>
114102
</dependencies>
115103

116104
<build>

0 commit comments

Comments
 (0)