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-ejb-plugin.git
commit 7f5a9cc8653ff993418ff7cbf1f291b875c00c3c Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Nov 16 08:10:23 2025 -0600 Declare used dependencies --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 46bcc2e..1e32c64 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,17 @@ under the License. <artifactId>maven-shared-utils</artifactId> <version>3.4.2</version> </dependency> + <dependency> + <groupId>javax.inject</groupId> + <artifactId>javax.inject</artifactId> + <version>1</version> + </dependency> + <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + <version>0.9.0.M4</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId>
