diff --git a/parent/pom.xml b/parent/pom.xml new file mode 100644 index 0000000..d8d2937 --- /dev/null +++ b/parent/pom.xml @@ -0,0 +1,299 @@ + + 4.0.0 + com.lyms + 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