From 6d907463edb485f6105ed9c9e8e5962cf80964db Mon Sep 17 00:00:00 2001 From: wangge Date: Tue, 8 Sep 2020 17:16:24 +0800 Subject: [PATCH] fix pom.xml --- pom.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index b654a2a..da7ec97 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,10 @@ 4.0.0 - - - org.sonatype.oss - oss-parent - 7 - - com.jamonapi jamon jar JAMon (Java Application Monitor) - 2.75 + 2.74 The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. @@ -42,4 +35,48 @@ - \ No newline at end of file + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + + -Xdoclint:none + + false + + + + java + + + + + org.apache.tomcat + tomcat-catalina + 7.0.0 + + + org.apache.tomcat + tomcat-servlet-api + 7.0.0 + + + org.eclipse.jetty + jetty-util + 9.0.3 + + + -- 2.23.0