Skip to content

Commit

Permalink
[MENFORCER-435] reverting the removal of m-d-t and maven-compat depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
jarmoniak committed Dec 16, 2022
1 parent 23b55de commit 68d0a84
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,23 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<!-- TODO: Consider removing this in 4.0+ -->
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<exclusions>
<exclusion>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- TODO: Consider removing this in 4.0+ -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down

0 comments on commit 68d0a84

Please sign in to comment.