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-jdeps-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new eb6ec0d Declare used artifact dependency (#75)
eb6ec0d is described below
commit eb6ec0dff5b68187254d2cc92a77b23a004a56d2
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Jan 3 18:49:18 2026 +0000
Declare used artifact dependency (#75)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index f49c72a..e4bc8ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,12 @@ under the License.
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>${mavenVersion}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>