Skip to content

Commit

Permalink
TIKA-4242 -- get rid of non-existent plexus utils version and update …
Browse files Browse the repository at this point in the history
…junrar exclusion for modernity (#1727)
  • Loading branch information
tballison authored Apr 17, 2024
1 parent 01f87f9 commit 74a080d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@
<parso.version>2.0.14</parso.version>
<pax.exam.version>4.13.5</pax.exam.version>
<pdfbox.version>3.0.2</pdfbox.version>
<plexus.version>4.0.1</plexus.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
<poi.version>5.2.5</poi.version>
<protobuf.version>3.25.3</protobuf.version>
Expand Down Expand Up @@ -899,11 +898,6 @@
<artifactId>tagsoup</artifactId>
<version>${tagsoup.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexus.version}</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<version>${junrar.version}</version>
<exclusions>
<!-- TIKA-2504 exclude to avoid vulnerability in plexus-utils -->
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit 74a080d

Please sign in to comment.