Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit 82e4679

Browse files
authored
Fix NPE during dockerfile build
This PR addresses the NPE during `maven dockerfile:build`. Relevant commits: codehaus-plexus/plexus-archiver#28 apache/maven-archiver@0b1cf25#diff-600376dffeb79835ede4a0b285078036
1 parent a916466 commit 82e4679

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

plugin/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@
6767
<artifactId>maven-archiver</artifactId>
6868
<version>3.0.0</version>
6969
</dependency>
70+
71+
<dependency>
72+
<groupId>org.codehaus.plexus</groupId>
73+
<artifactId>plexus-archiver</artifactId>
74+
<version>3.1.1</version>
75+
</dependency>
76+
77+
<dependency>
78+
<groupId>org.apache.commons</groupId>
79+
<artifactId>commons-compress</artifactId>
80+
<version>1.18</version>
81+
</dependency>
7082

7183
<dependency>
7284
<groupId>org.sonatype.plexus</groupId>

0 commit comments

Comments
 (0)