From af16c26eff6909ac8a3df7e30c43cb1b1af77a0b Mon Sep 17 00:00:00 2001 From: fangcheng Date: Thu, 2 Mar 2017 14:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=83=E7=89=9B=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- center.parent/pom.xml | 590 +++++++++++++++++++++++++------------------------- 1 file changed, 298 insertions(+), 292 deletions(-) diff --git a/center.parent/pom.xml b/center.parent/pom.xml index e4aa622..721398e 100644 --- a/center.parent/pom.xml +++ b/center.parent/pom.xml @@ -1,293 +1,299 @@ - - 4.0.0 - com.lyms - center.parent - 0.0.1-SNAPSHOT - pom - - UTF-8 - 1.7 - 5.1.34 - 4.2.5.RELEASE - 1.8.9 - 2.0.1 - 1.2.8 - 1.7.21 - 1.0.13 - 1.3.2 - 2.5.1 - 1.4.7 - 1.7 - 2.0 - 2.2.3 - 1.50 - - - - - junit - junit - 4.11 - test - - - mysql - mysql-connector-java - ${mysql.jdbc.version} - - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - - - org.springframework - spring-jdbc - ${spring.version} - - - org.springframework - spring-context-support - ${spring.version} - - - org.springframework - spring-test - ${spring.version} - test - - - org.aspectj - aspectjrt - ${aspectjweaver.version} - - - org.aspectj - aspectjweaver - ${aspectjweaver.version} - - - - - org.apache.commons - commons-lang3 - 3.4 - - - commons-logging - commons-logging - 1.2 - - - commons-io - commons-io - 2.4 - - - commons-fileupload - commons-fileupload - 1.3.1 - - - commons-collections - commons-collections - 3.2.1 - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - javax.servlet.jsp - jsp-api - 2.2 - - - javax.servlet - jstl - 1.2 - - - com.baomidou - mybatis-plus - ${mybatis-plus.version} - - - - com.alibaba - druid - 1.0.9 - - - com.alibaba - fastjson - ${fastjson.version} - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - ch.qos.logback - logback-core - ${logback.version} - - - ch.qos.logback - logback-classic - ${logback.version} - - - - org.springframework.data - spring-data-redis - 1.7.2.RELEASE - - - redis.clients - jedis - 2.9.0 - - - org.springframework.session - spring-session - 1.2.2.RELEASE - - - - - org.apache.shiro - shiro-core - ${shiro.version} - - - org.apache.shiro - shiro-web - ${shiro.version} - - - org.apache.shiro - shiro-ehcache - ${shiro.version} - - - org.apache.shiro - shiro-spring - ${shiro.version} - - - - com.belerweb - pinyin4j - ${pinyin4j.version} - - - - org.apache.velocity - velocity-tools - ${velocity-tools.version} - - - org.apache.velocity - velocity - ${velocity.version} - - - - javax.mail - mail - ${mail.version} - - - org.quartz-scheduler - quartz - ${quartz.version} - - - slf4j-api - org.slf4j - - - - - org.quartz-scheduler - quartz-jobs - ${quartz.version} - - - - org.bouncycastle - bcprov-jdk14 - ${bcprov-jdk14.version} - - - - com.google.zxing - core - 3.2.1 - - - - net.coobird - thumbnailator - 0.4.8 - - - com.jcraft - jsch - 0.1.53 - - - commons-net - commons-net - 3.4 - - - - com.google.zxing - core - 3.3.0 - - - - ${project.artifactId} - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - true - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - ${java.version} - ${java.version} - ${project.build.sourceEncoding} - - - - + + 4.0.0 + com.lyms + center.parent + 0.0.1-SNAPSHOT + pom + + UTF-8 + 1.7 + 5.1.34 + 4.2.5.RELEASE + 1.8.9 + 2.0.1 + 1.2.8 + 1.7.21 + 1.0.13 + 1.3.2 + 2.5.1 + 1.4.7 + 1.7 + 2.0 + 2.2.3 + 1.50 + 7.2.5 + + + + + junit + junit + 4.11 + test + + + mysql + mysql-connector-java + ${mysql.jdbc.version} + + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + test + + + org.aspectj + aspectjrt + ${aspectjweaver.version} + + + org.aspectj + aspectjweaver + ${aspectjweaver.version} + + + + + org.apache.commons + commons-lang3 + 3.4 + + + commons-logging + commons-logging + 1.2 + + + commons-io + commons-io + 2.4 + + + commons-fileupload + commons-fileupload + 1.3.1 + + + commons-collections + commons-collections + 3.2.1 + + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + javax.servlet.jsp + jsp-api + 2.2 + + + javax.servlet + jstl + 1.2 + + + com.baomidou + mybatis-plus + ${mybatis-plus.version} + + + + com.alibaba + druid + 1.0.9 + + + com.alibaba + fastjson + ${fastjson.version} + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + + org.springframework.data + spring-data-redis + 1.7.2.RELEASE + + + redis.clients + jedis + 2.9.0 + + + org.springframework.session + spring-session + 1.2.2.RELEASE + + + + + org.apache.shiro + shiro-core + ${shiro.version} + + + org.apache.shiro + shiro-web + ${shiro.version} + + + org.apache.shiro + shiro-ehcache + ${shiro.version} + + + org.apache.shiro + shiro-spring + ${shiro.version} + + + + com.belerweb + pinyin4j + ${pinyin4j.version} + + + + org.apache.velocity + velocity-tools + ${velocity-tools.version} + + + org.apache.velocity + velocity + ${velocity.version} + + + + javax.mail + mail + ${mail.version} + + + org.quartz-scheduler + quartz + ${quartz.version} + + + slf4j-api + org.slf4j + + + + + org.quartz-scheduler + quartz-jobs + ${quartz.version} + + + + org.bouncycastle + bcprov-jdk14 + ${bcprov-jdk14.version} + + + + com.google.zxing + core + 3.2.1 + + + + net.coobird + thumbnailator + 0.4.8 + + + com.jcraft + jsch + 0.1.53 + + + commons-net + commons-net + 3.4 + + + + com.google.zxing + core + 3.3.0 + + + com.qiniu + qiniu-java-sdk + ${qiniu-java-sdk.version} + + + + ${project.artifactId} + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + true + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + \ No newline at end of file -- 1.8.3.1