diff --git a/pom.xml b/pom.xml index 0769e4d30..0c4b6ff76 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,7 @@ boot arthas-agent-attach arthas-spring-boot-starter + tunnel-server testcase site packaging @@ -228,13 +229,27 @@ - jdk8 + + jdk12 - [1.8,) + [12,) + + JAVA8_HOME + - - tunnel-server - + + + com.sun + tools + 1.6.0 + system + ${JAVA8_HOME}/lib/tools.jar + + + + + + full @@ -270,34 +285,6 @@ true - - - - - - - jdk12 - - [12,) - - JAVA8_HOME - - - - - com.sun - tools - 1.6.0 - system - ${JAVA8_HOME}/lib/tools.jar - - - - - - full - - org.apache.maven.plugins maven-javadoc-plugin