This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch usd in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git
commit bc8f387e4f01a945d4a5f0a4e8914e84ec3f634b Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Mon Dec 29 08:31:38 2025 -0500 Declare used artifact dependency --- 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>
