This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new d4ec8e1 [MENFORCER-490] Declare maven-enforcer-extension dependencies
(#282)
d4ec8e1 is described below
commit d4ec8e1ce84f7a7ae1947b660477d24bad4ad41d
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Aug 22 12:54:12 2023 -0400
[MENFORCER-490] Declare maven-enforcer-extension dependencies (#282)
[MENFORCER-490] Declare maven-enforcer-extension dependencies
---
maven-enforcer-extension/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/maven-enforcer-extension/pom.xml b/maven-enforcer-extension/pom.xml
index cf6b93f..dd502f4 100644
--- a/maven-enforcer-extension/pom.xml
+++ b/maven-enforcer-extension/pom.xml
@@ -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>