This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MPH-125 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/MPH-125 by this push: new 11fe46f Removed Java liftup Excluded dependencies with JDK 9. 11fe46f is described below commit 11fe46f20f51a0d38331b378f6768e3461b00e26 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Mar 3 19:04:06 2018 +0100 Removed Java liftup Excluded dependencies with JDK 9. --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2eca30..4b65b13 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,6 @@ under the License. <properties> <mavenVersion>3.0</mavenVersion> - <javaVersion>7</javaVersion> </properties> <dependencies> @@ -111,6 +110,18 @@ under the License. <artifactId>maven-project</artifactId> </exclusion> <exclusion> + <groupId>org.ow2.asm</groupId> + <artifactId>asm-commons</artifactId> + </exclusion> + <exclusion> + <groupId>org.ow2.asm</groupId> + <artifactId>asm-tree</artifactId> + </exclusion> + <exclusion> + <groupId>org.ow2.asm</groupId> + <artifactId>asm</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-descriptor</artifactId> </exclusion> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.