Skip to content

Commit

Permalink
Do not explicitly include plexus-cipher
Browse files Browse the repository at this point in the history
Fix #4214
  • Loading branch information
laeubi committed Sep 8, 2024
1 parent 2913f98 commit e138a8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<plexusVersion>2.2.0</plexusVersion>
<plexusUtilsVersion>3.5.1</plexusUtilsVersion>
<plexusCompilerVersion>2.15.0</plexusCompilerVersion>
<cipherVersion>2.1.0</cipherVersion>
<pluginToolsVersion>3.15.0</pluginToolsVersion>
<jgit-version>6.10.0.202406032230-r</jgit-version>
<maven-version>3.9.9</maven-version>
Expand Down Expand Up @@ -123,11 +122,6 @@
<scope>provided</scope>
<version>${maven-version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
<version>${cipherVersion}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions tycho-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
<artifactId>plexus-interpolation</artifactId>
<version>1.27</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>sisu-equinox-launching</artifactId>
Expand Down

0 comments on commit e138a8a

Please sign in to comment.