This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 59636f8 jaxen dependency can be runtime 59636f8 is described below commit 59636f8b5abdfd716ddc97384784dd1cfdc09eaf Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Wed Sep 2 07:34:02 2020 -0400 jaxen dependency can be runtime --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c6b23b0..b46adf4 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,7 @@ under the License. <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.2.0</version> + <scope>runtime</scope> </dependency> <dependency>