This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
commit 98733d709a2adacb1ccc3b55ae1bb923f4353ae4 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Wed Dec 18 14:26:19 2024 -0500 Declare used dependencies --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index d5de6f6..45be1c6 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,18 @@ <version>${mavenVersion}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-model</artifactId> + <version>${mavenVersion}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + <version>${mavenVersion}</version> + <scope>provided</scope> + </dependency> <!-- dependencies to annotations --> <dependency> <groupId>org.apache.maven.plugin-tools</groupId>