From d541f922ed1070f6cf387b6114f35014340617db Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 21 Jan 2022 17:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0java11=E7=9A=84pom=E5=8C=B9?= =?UTF-8?q?=E9=85=8Dext=5Fjava11=E4=B8=AD=E7=9A=84jar=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2server/pom.xml | 43 ++++++++++++++++--------------------------- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/o2server/pom.xml b/o2server/pom.xml index 96f16c9e1b..b6c2860302 100644 --- a/o2server/pom.xml +++ b/o2server/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 o2oa o2server @@ -118,10 +116,6 @@ org.apache.commons commons-pool2 - - org.apache.commons - commons-dbcp2 - org.apache.commons commons-text @@ -505,7 +499,7 @@ com.google.code.gson gson - 2.8.5 + 2.8.9 org.apache.openjpa @@ -560,12 +554,7 @@ org.apache.commons commons-pool2 - 2.7.0 - - - org.apache.commons - commons-dbcp2 - 2.7.0 + 2.9.0 org.apache.commons @@ -575,7 +564,7 @@ org.apache.maven maven-model - 3.0 + 3.6.3 org.apache.commons @@ -585,27 +574,27 @@ org.eclipse.jetty jetty-server - 9.4.20.v20190813 + 9.4.33.v20201020 org.eclipse.jetty jetty-deploy - 9.4.20.v20190813 + 9.4.33.v20201020 org.eclipse.jetty jetty-annotations - 9.4.20.v20190813 + 9.4.33.v20201020 org.eclipse.jetty jetty-quickstart - 9.4.20.v20190813 + 9.4.33.v20201020 org.eclipse.jetty jetty-proxy - 9.4.31.v20200723 + 9.4.33.v20201020 com.google.zxing @@ -774,17 +763,17 @@ io.github.classgraph classgraph - 4.8.47 + 4.8.89 org.glassfish.jersey.core jersey-server - 2.27 + 2.35 org.glassfish.jersey.media jersey-media-multipart - 2.27 + 2.35 org.dom4j @@ -794,7 +783,7 @@ net.sf.ehcache ehcache - 2.10.6 + 2.10.5 org.quartz-scheduler @@ -824,7 +813,7 @@ com.h2database h2 - 1.4.199 + 1.4.200 org.mnode.ical4j @@ -930,7 +919,7 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.14.1 + 2.15 o2oa @@ -1113,4 +1102,4 @@ http://maven.o2oa.net/repository/o2oa-release/ - + \ No newline at end of file -- GitLab