Skip to content

Commit

Permalink
[MNG-7219] [Regression] plexus-cipher missing from transitive depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
michael-o committed Sep 14, 2021
1 parent 4e5b3d5 commit 1ea42b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions apache-maven/pom.xml
Expand Up @@ -113,10 +113,6 @@ under the License.
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 0 additions & 5 deletions maven-compat/pom.xml
Expand Up @@ -99,11 +99,6 @@ under the License.
<artifactId>wagon-provider-api</artifactId>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions maven-core/pom.xml
Expand Up @@ -122,11 +122,6 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 1ea42b0

Please sign in to comment.