Skip to content

Commit

Permalink
Removed maven-compat dependency as it's deprecated and will be remove…
Browse files Browse the repository at this point in the history
…d in Maven 4

The dependency does not appear to be used
  • Loading branch information
samantmaharaj committed Mar 7, 2024
1 parent cdce46d commit 9b73566
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,6 @@
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
Expand Down

0 comments on commit 9b73566

Please sign in to comment.