diff --git a/pom.xml b/pom.xml index 3bfa677..0c3c7e5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,67 +1,577 @@ - + + + 4.0.0 - + com.lq + ssm - 1.0-SNAPSHOT + war - + + 1.0-SNAPSHOT ssm Maven Webapp - - http://www.example.com - + http://maven.apache.org - UTF-8 - 1.7 - 1.7 + + 4.0.2.RELEASE + + 3.2.6 + + 1.7.12 + 1.2.17 + + + UTF-8 + + 1.8 + 1.3.2 + + + + + dev + + dev + + + true + + + + + + test + + test + + + + + + pro + + pro + + + + + + junit junit 4.11 + test + + + + org.apache.httpcomponents + httpclient + 4.5.2 + + + + org.apache.httpcomponents + httpmime + 4.5.2 + + + + + aopalliance + aopalliance + 1.0 + + + + + com.thoughtworks.xstream + xstream + 1.4.8 + + + + dom4j + dom4j + 1.5.2 + + + + + org.springframework + spring-core + ${spring.version} + + + + + javax.mail + mail + 1.4 + + + + + commons-beanutils + commons-beanutils + 1.8.3 + + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-oxm + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + + org.springframework + spring-jdbc + ${spring.version} + + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + + org.aspectj + aspectjrt + 1.7.3 + + + org.aspectj + aspectjweaver + 1.7.3 + + + + org.springframework + spring-context-support + ${spring.version} + + + + org.springframework + spring-test + ${spring.version} + + + + org.mybatis + mybatis + ${mybatis.version} + + + + org.mybatis + mybatis-spring + 1.2.2 + + + + javax + javaee-api + 7.0 + provided + + + + mysql + mysql-connector-java + 5.1.30 + + + + commons-dbcp + commons-dbcp + 1.2.2 + + + + + + jstl + jstl + 1.2 + + + + + log4j + log4j + ${log4j.version} + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + + com.fasterxml.jackson.core + jackson-core + 2.9.2 + + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.2 + + + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.2 + + + + + redis.clients + jedis + 2.9.0 + + + + org.springframework.data + spring-data-redis + 1.6.2.RELEASE + + + + + com.alibaba + fastjson + 1.2.40 + + + + + org.springframework + spring-messaging + ${spring.version} + + + + org.springframework + spring-websocket + ${spring.version} + + + + com.google.code.gson + gson + 2.3.1 + + + + + commons-fileupload + commons-fileupload + 1.3.1 + + + commons-io + commons-io + 2.4 + + + + commons-codec + commons-codec + 1.9 + + + + + com.alibaba + druid + 1.1.9 + + + + + org.apache.shiro + shiro-core + ${shiro.version} + + + + org.apache.shiro + shiro-ehcache + ${shiro.version} + + + + org.apache.shiro + shiro-web + ${shiro.version} + + + + org.apache.shiro + shiro-spring + ${shiro.version} + + + + org.apache.shiro + shiro-quartz + ${shiro.version} + + + + + org.springframework + spring-messaging + ${spring.version} + + + org.springframework + spring-websocket + ${spring.version} + + + + + cn.jpush.api + jiguang-common + 1.1.1 + + + io.netty + netty-all + 4.1.6.Final + compile + + + + + + + + commons-collections + commons-collections + 3.2.2 + + + + + + + pull-parser + pull-parser + 2.1.10 + + + + + net.sf.ehcache + ehcache + 2.8.3 + + + + + org.fusesource + sigar + 1.6.4 + + + + + org.jsoup + jsoup + 1.11.2 + + + + + + com.google.zxing + core + 3.3.0 + + + ssm - + + - maven-clean-plugin - 3.0.0 - - - - maven-resources-plugin - 3.0.2 + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.2 + + ${project.artifactId} + + + org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.3 + + ${java.version} + ${java.version} + true + + + + - maven-surefire-plugin - 2.20.1 + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + + org.apache.maven.plugins maven-war-plugin - 3.2.0 + 2.4 + + ${project.artifactId} + + + - maven-install-plugin - 2.5.2 + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + + true + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + - maven-deploy-plugin - 2.8.2 + org.apache.maven.plugins + maven-install-plugin + 2.5.1 + + + + + + + + ${project.basedir}/src/main/resources/${env} + + * + + false + + + + src/main/resources + + + dev + pro + test + + + + **/*.xml + + false + + + + + + +