Skip to content

Commit

Permalink
[MNG-4793] Unable to obtain archiver for extension 'zip'
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@997467 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bentmann committed Sep 15, 2010
1 parent 122d519 commit a7c10dc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions apache-maven/pom.xml
Expand Up @@ -43,8 +43,8 @@
<artifactId>maven-compat</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-inject-plexus</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
<!-- CLI -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions maven-compat/pom.xml
Expand Up @@ -53,8 +53,8 @@
<artifactId>plexus-interpolation</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-inject-plexus</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven-core/pom.xml
Expand Up @@ -75,8 +75,8 @@
</dependency>
<!-- Plexus -->
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-inject-plexus</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven-embedder/pom.xml
Expand Up @@ -54,8 +54,8 @@
<artifactId>plexus-classworlds</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-inject-plexus</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven-model-builder/pom.xml
Expand Up @@ -41,8 +41,8 @@
<artifactId>maven-model</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-inject-plexus</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven-plugin-api/pom.xml
Expand Up @@ -48,8 +48,8 @@ under the License.
</exclusions>
</dependency>
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-inject-plexus</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -44,7 +44,7 @@
<plexusVersion>1.5.4</plexusVersion>
<plexusInterpolationVersion>1.11</plexusInterpolationVersion>
<plexusUtilsVersion>2.0.4</plexusUtilsVersion>
<spiceInjectVersion>1.3.4.1</spiceInjectVersion>
<sisuInjectVersion>1.4.0</sisuInjectVersion>
<wagonVersion>1.0-beta-6</wagonVersion>
<securityDispatcherVersion>1.3</securityDispatcherVersion>
<cipherVersion>1.4</cipherVersion>
Expand Down Expand Up @@ -230,9 +230,9 @@
<version>${plexusUtilsVersion}</version>
</dependency>
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-inject-plexus</artifactId>
<version>${spiceInjectVersion}</version>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
<version>${sisuInjectVersion}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit a7c10dc

Please sign in to comment.