Skip to content

Commit

Permalink
[MENFORCER-490] Declare maven-enforcer-extension dependencies (#282)
Browse files Browse the repository at this point in the history
[MENFORCER-490] Declare maven-enforcer-extension dependencies
  • Loading branch information
elharo committed Aug 22, 2023
1 parent b35e4a0 commit d4ec8e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions maven-enforcer-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<!-- needed for IT tests -->
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit d4ec8e1

Please sign in to comment.