Skip to content

Commit

Permalink
Remove overridden dependencies no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed May 23, 2023
1 parent 473d93e commit 90961d6
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
Expand All @@ -71,26 +66,17 @@
<version>3.6.0</version>
</dependency>
<dependency>
<!-- this is needed to be able to use maven-archiver >= 3.5 -->
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.4.2</version>
<scope>runtime</scope>
<artifactId>file-management</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<!-- this is needed to be able to use maven-archiver >= 3.5 -->
<!-- fix for CVE-2022-4244 and CVE-2022-4245 -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- fix CVE-2021-29425 -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- this is to support use of Groovysh (Groovy jars don't include) -->
<groupId>org.fusesource.jansi</groupId>
Expand Down

0 comments on commit 90961d6

Please sign in to comment.