From 9b7fa5b4d407d3875fe96aec6c2ee2c2d58c663a Mon Sep 17 00:00:00 2001 From: HoleLin Date: Sun, 30 May 2021 18:07:48 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 255 -------------------------------------------------------- 1 file changed, 255 deletions(-) diff --git a/pom.xml b/pom.xml index 9b0def5..cdef003 100644 --- a/pom.xml +++ b/pom.xml @@ -11,264 +11,9 @@ UTF-8 UTF-8 UTF-8 - - 4.0.3.RELEASE - 3.4.1 - 1.3.0 - - org.apache.tomcat - tomcat-servlet-api - 7.0.64 - - - - org.springframework - spring-webmvc - ${org.springframework.version} - - - - org.springframework - spring-oxm - ${org.springframework.version} - - - - org.springframework - spring-jdbc - ${org.springframework.version} - - - - org.springframework - spring-tx - ${org.springframework.version} - - - - org.springframework - spring-test - ${org.springframework.version} - - - - - org.aspectj - aspectjweaver - 1.7.3 - - - - org.mybatis - mybatis-spring - ${org.mybatis.spring.version} - - - org.mybatis - mybatis - ${org.mybatis.version} - - - - org.aspectj - aspectjrt - 1.6.11 - - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.12 - - - - commons-dbcp - commons-dbcp - 1.4 - - - - - - ch.qos.logback - logback-classic - 1.1.2 - compile - - - ch.qos.logback - logback-core - 1.1.2 - compile - - - - mysql - mysql-connector-java - 5.1.6 - - - - com.google.guava - guava - 20.0 - - - - - org.apache.commons - commons-lang3 - 3.5 - - - - - commons-collections - commons-collections - 3.2.1 - - - - - junit - junit - 4.12 - - - - - joda-time - joda-time - 2.3 - - - - - - org.hashids - hashids - 1.0.1 - - - - - - commons-net - commons-net - 3.1 - - - - - - - commons-fileupload - commons-fileupload - 1.3.3 - - - - commons-io - commons-io - 2.0.1 - - - - - - - - - com.github.pagehelper - pagehelper - 4.1.0 - - - - com.github.miemiedev - mybatis-paginator - 1.2.17 - - - - com.github.jsqlparser - jsqlparser - 0.9.4 - - - - - - commons-codec - commons-codec - 1.10 - - - commons-configuration - commons-configuration - 1.10 - - - commons-lang - commons-lang - 2.6 - - - commons-logging - commons-logging - 1.1.1 - - - com.google.zxing - core - 2.1 - - - com.google.code.gson - gson - 2.3.1 - - - org.hamcrest - hamcrest-core - 1.3 - - - - - - redis.clients - jedis - 2.6.0 - - - - org.projectlombok - lombok - 1.16.18 - - - - - org.springframework.session - spring-session-data-redis - 1.2.0.RELEASE - - - - org.redisson - redisson - 2.9.0 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-avro - 2.9.0 - - \ No newline at end of file From bbadf6cd22e05a22a899e16804a8478e471cb116 Mon Sep 17 00:00:00 2001 From: HoleLin Date: Sun, 30 May 2021 18:07:57 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index cdef003..d8b7d98 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,4 @@ UTF-8 - - - \ No newline at end of file From b6da9939b9d77d0054f46509cc02234c3dbaf4ab Mon Sep 17 00:00:00 2001 From: HoleLin Date: Sun, 30 May 2021 18:07:48 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9b7fa5b4d407d3875fe96aec6c2ee2c2d58c663a) --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/pom.xml b/pom.xml index d8b7d98..b5eb2bb 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,46 @@ UTF-8 UTF-8 UTF-8 + + + + + com.google.guava + guava + 20.0 + + + + org.apache.commons + commons-lang3 + 3.5 + + + + commons-collections + commons-collections + 3.2.1 + + + + junit + junit + 4.12 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 7 + 7 + + + + + \ No newline at end of file