Skip to content

Commit

Permalink
[MENFORCER-490] fully declare maven-enforcer-plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Sep 8, 2023
1 parent 119819d commit 3675e5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maven-enforcer-plugin/pom.xml
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 3675e5b

Please sign in to comment.