Skip to content

Commit

Permalink
[MENFORCER-490] fully declare maven-enforcer-plugin dependencies (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Sep 8, 2023
1 parent 119819d commit 7f5bab6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maven-enforcer-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<artifactId>javax.inject</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.enforcer</groupId>
Expand Down

0 comments on commit 7f5bab6

Please sign in to comment.