Skip to content

Commit

Permalink
Remove unused TarExtractor class (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum authored Aug 19, 2024
1 parent bb66452 commit 6c2537a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<approvaltests.version>24.4.0</approvaltests.version>
<spotless.version>2.43.0</spotless.version>
<javaparser.version>3.26.1</javaparser.version>
<commons-compress.version>1.27.0</commons-compress.version>
<jackson.version>2.17.2</jackson.version>
<asm.version>9.7</asm.version>
<jgit.version>6.10.0.202406032230-r</jgit.version>
Expand Down
5 changes: 0 additions & 5 deletions test-gen-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
<artifactId>javaparser-core</artifactId>
<version>${javaparser.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down

This file was deleted.

0 comments on commit 6c2537a

Please sign in to comment.