Skip to content

Commit

Permalink
#1084 Sporadic JVM crashes when extracting Karaf archives
Browse files Browse the repository at this point in the history
downgrade commons-compress from 1.21 to 1.18
  • Loading branch information
oliverlietz committed Aug 14, 2023
1 parent 867a807 commit ebd44e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers/pax-exam-container-karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
</dependency>

<dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,11 @@
<artifactId>asm</artifactId>
<version>${dependency.asm.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.18</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit ebd44e3

Please sign in to comment.