Skip to content

Commit

Permalink
Revert "experiment to see whether we can revert to upstream plexus-io"
Browse files Browse the repository at this point in the history
codehaus-plexus/plexus-io#37 is still
not fixed yet.

This reverts commit 5bfddce.
  • Loading branch information
mirabilos committed Jun 24, 2024
1 parent 5bfddce commit b1b286c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<maven.shade.version>3.6.0</maven.shade.version>
<!-- ↓ not used by us; insecure dependencies -->
<maven.site.version>3.12.1</maven.site.version>
<maven.source.version>3.3.1</maven.source.version>
<maven.source.version>3.2.1</maven.source.version>
<maven.surefire.version>3.3.0</maven.surefire.version>
<maven.war.version>3.4.0</maven.war.version>
<!-- ‣ dependency management -->
Expand Down Expand Up @@ -726,9 +726,10 @@
<version>${mvnplugindep.commons-compress}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>${mvnplugindep.plexus-archiver}</version>
<!-- https://github.com/codehaus-plexus/plexus-archiver/issues/160 -->
<groupId>org.evolvis.tartools.forked</groupId>
<artifactId>plexus-archiver-4.2.1</artifactId>
<version>2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit b1b286c

Please sign in to comment.