Skip to content

Commit d4ab283

Browse files
committed
Temporarily use tycho-packaging-plugin with plexus-archiver 4.10.0
Workaround for - #3436
1 parent 598ba48 commit d4ab283

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@
412412
<artifactId>tycho-sourceref-jgit</artifactId>
413413
<version>${tycho.version}</version>
414414
</dependency>
415+
<dependency>
416+
<groupId>org.codehaus.plexus</groupId>
417+
<artifactId>plexus-archiver</artifactId>
418+
<version>4.10.0</version>
419+
</dependency>
415420
</dependencies>
416421
<configuration>
417422
<timestampProvider>jgit</timestampProvider>

0 commit comments

Comments
 (0)