This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch inje in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
commit 9a2af319d52dff7b008d7657715aefe936f85f64 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Fri Nov 27 09:47:22 2020 -0500 make plexus inject dependency non-transitive --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 50ceb04..c0819cf 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,12 @@ <version>3.3.3</version> </dependency> <dependency> + <groupId>org.sonatype.sisu</groupId> + <artifactId>sisu-inject-plexus</artifactId> + <version>1.4.3.2</version> + </dependency> + + <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-verifier</artifactId> <version>1.6</version>
