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-assembly-plugin.git
commit b3bdf4aa5e31ff0fe93b3fa1d6dca8ca13d03769 Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Wed Sep 2 07:51:23 2020 -0400 declare dependencies --- pom.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b46adf4..2f4df89 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,26 @@ under the License. <artifactId>maven-model</artifactId> <version>${mavenVersion}</version> </dependency> - + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-settings</artifactId> + <version>${mavenVersion}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-shared-utils</artifactId> + <version>3.3.3</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-aether-provider</artifactId> + <version>3.0</version> + </dependency> + <dependency> + <groupId>org.sonatype.sisu</groupId> + <artifactId>sisu-inject-plexus</artifactId> + <version>1.4.2</version> + </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> @@ -203,7 +222,7 @@ under the License. <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.2.0</version> - <scope>runtime</scope> + <scope>test</scope> </dependency> <dependency>