This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch roaster in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit e7cc35451e925020f609bc9ab24ead60c106d05e Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed Sep 17 10:12:04 2025 -0400 Declare roaster-api dependency --- build-plugin/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index 8dbbd14c..b3465a3e 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -42,6 +42,10 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.jboss.forge.roaster</groupId> + <artifactId>roaster-api</artifactId> + </dependency> <dependency> <groupId>org.jboss.forge.roaster</groupId> <artifactId>roaster-jdt</artifactId> diff --git a/pom.xml b/pom.xml index 92c7a01b..239be6a0 100644 --- a/pom.xml +++ b/pom.xml @@ -367,6 +367,11 @@ <artifactId>jul-to-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> + <dependency> + <groupId>org.jboss.forge.roaster</groupId> + <artifactId>roaster-api</artifactId> + <version>${roaster.version}</version> + </dependency> <dependency> <groupId>org.jboss.forge.roaster</groupId> <artifactId>roaster-jdt</artifactId>
