Skip to content

Commit

Permalink
[MNG-6475] Remove unused Guava dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb authored and khmarbaise committed Sep 13, 2018
1 parent e0db90a commit 01f098e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions maven-core/pom.xml
Expand Up @@ -105,10 +105,6 @@ under the License.
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions maven-embedder/pom.xml
Expand Up @@ -79,10 +79,6 @@ under the License.
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions maven-model-builder/pom.xml
Expand Up @@ -58,10 +58,6 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-builder-support</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -57,7 +57,6 @@ under the License.
<plexusVersion>1.7.1</plexusVersion>
<plexusInterpolationVersion>1.25</plexusInterpolationVersion>
<plexusUtilsVersion>3.1.0</plexusUtilsVersion>
<guavaVersion>20.0</guavaVersion>
<guiceVersion>4.2.0</guiceVersion>
<sisuInjectVersion>0.3.3</sisuInjectVersion>
<wagonVersion>3.1.0</wagonVersion>
Expand Down Expand Up @@ -227,11 +226,6 @@ under the License.
<artifactId>plexus-utils</artifactId>
<version>${plexusUtilsVersion}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guavaVersion}</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand Down

0 comments on commit 01f098e

Please sign in to comment.