From c792cbb756feef9dd45bda7f9bd884bff73b4585 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Mon, 3 Dec 2018 12:37:38 +0100 Subject: JDK 11 updates. - Use Opcodes.ASM7 - Inherit maven-plugin-api version from parent (currently 3.6.0) - Use enforcer-plugin instead of Maven 2 prerequisites - Require maven 3.5 as for the rest of Vespa - Inherit asm version from parent to stay updated --- abi-check-plugin/pom.xml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'abi-check-plugin/pom.xml') diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml index f844661ba5a..6931e0b9b2d 100644 --- a/abi-check-plugin/pom.xml +++ b/abi-check-plugin/pom.xml @@ -14,14 +14,10 @@ maven-plugin ${project.artifactId} Maven Plugin for ensuring ABI stability. - - 2.2.1 - org.apache.maven maven-plugin-api - 3.5.0 org.apache.maven @@ -35,7 +31,6 @@ org.ow2.asm asm - 7.0 com.google.guava @@ -76,6 +71,25 @@ clover-maven-plugin 4.3.1 + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven + + enforce + + + + + [3.5, ) + + + + + + -- cgit v1.2.3