From 838e19a8806c55ca0050af9a096adc6c96537b69 Mon Sep 17 00:00:00 2001 From: mkk Date: Sun, 7 Jun 2015 17:31:57 +0800 Subject: [PATCH] Update 0.3 version pom.xml configuration --- pom.xml | 734 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 370 insertions(+), 364 deletions(-) diff --git a/pom.xml b/pom.xml index 91000cd..f56c462 100644 --- a/pom.xml +++ b/pom.xml @@ -1,365 +1,371 @@ - - - 4.0.0 - - wdcy.cc - spring-oauth-server - 1.0 - spring-oauth-server - war - Spring Oauth Server (WDCY) - - - UTF-8 - 3.1.1.RELEASE - 3.1.0.RELEASE - 1.6.10 - 3.2.1 - - - com.mysql.jdbc.Driver - jdbc:mysql://localhost:3306/wdcy_test?autoReconnect=true&useUnicode=true&characterEncoding=utf8 - wdcy - wdcy - - false - false - - - - - shengzhao - monkeyk1987@gmail.com - - - - - - - spring-oauth-server - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - utf-8 - 1.7 - 1.7 - - - - - maven-war-plugin - 2.0.2 - - */classes/spring-oauth-server.properties - - - - ${project.version} - - - ${project.name} - - - ${project.version} - - - - - - - - org.codehaus.mojo - sql-maven-plugin - 1.4 - - - mysql - mysql-connector-java - 5.1.6 - - - - - ${jdbc.driver} - ${jdbc.url} - ${jdbc.user} - ${jdbc.pass} - ${jdbc.execute.skip} - - - - - init db - initialize - - execute - - - ${jdbc.url} - true - - others/database/initial_db.ddl - others/database/oauth.ddl - - continue - - - - - - maven-surefire-plugin - 2.4 - - ${test.skip} - none - - **/*Test.java - - - - jdbc.url - ${jdbc.url} - - - jdbc.username - ${jdbc.user} - - - jdbc.password - ${jdbc.pass} - - - - - - - - - src/main/resources - - **/* - - - - - - - - - - src/test/resources - - **/* - - - - - - - - - javax.servlet - servlet-api - 2.4 - provided - - - javax.servlet.jsp - jsp-api - 2.1 - provided - - - - - opensymphony - sitemesh - 2.4 - - - org.aspectj - aspectjrt - ${aspectj.version} - compile - - - org.aspectj - aspectjweaver - ${aspectj.version} - compile - - - commons-dbcp - commons-dbcp - 1.4 - - - - commons-io - commons-io - 2.4 - - - - org.springframework - spring-aop - ${spring.version} - - - org.springframework - spring-beans - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - - - org.springframework - spring-expression - ${spring.version} - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-context-support - ${spring.version} - - - - org.springframework.security - spring-security-core - ${spring.security.version} - - - org.springframework.security - spring-security-web - ${spring.security.version} - - - org.springframework.security - spring-security-taglibs - ${spring.security.version} - - - org.springframework.security - spring-security-acl - ${spring.security.version} - - - org.springframework.security - spring-security-crypto - ${spring.security.version} - - - org.springframework.security - spring-security-config - ${spring.security.version} - - - - org.springframework.security.oauth - spring-security-oauth2 - 1.0.5.RELEASE - - - - mysql - mysql-connector-java - 5.1.6 - compile - - - - - log4j - log4j - 1.2.14 - compile - - - org.slf4j - slf4j-log4j12 - 1.7.5 - compile - - - - net.sf.json-lib - json-lib - 2.4 - jdk15 - - - commons-logging - commons-logging - - - - - - - org.mybatis - mybatis - ${mybatis.version} - - - org.mybatis - mybatis-spring - 1.1.1 - - - javax.servlet - jstl - 1.1.2 - - - taglibs - standard - 1.1.2 - compile - - - - - org.springframework - spring-test - ${spring.version} - test - - - org.testng - testng - 6.1.1 - test - - - - + + + 4.0.0 + + wdcy.cc + spring-oauth-server + 0.3 + spring-oauth-server + war + Spring Oauth Server + + + UTF-8 + 3.1.1.RELEASE + 3.1.0.RELEASE + 1.6.10 + 3.2.1 + + + com.mysql.jdbc.Driver + jdbc:mysql://localhost:3306/wdcy_test?autoReconnect=true&useUnicode=true&characterEncoding=utf8 + wdcy + wdcy + + false + false + + + + + shengzhao + shengzhao@shengzhaoli.com + + + + + + + spring-oauth-server + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + utf-8 + 1.7 + 1.7 + + + + + maven-war-plugin + 2.0.2 + + */classes/spring-oauth-server.properties + + + + ${project.version} + + + ${project.name} + + + ${project.version} + + + + + + + + org.codehaus.mojo + sql-maven-plugin + 1.4 + + + mysql + mysql-connector-java + 5.1.6 + + + + + ${jdbc.driver} + ${jdbc.url} + ${jdbc.user} + ${jdbc.pass} + ${jdbc.execute.skip} + + + + + init db + initialize + + execute + + + ${jdbc.url} + true + + others/database/initial_db.ddl + others/database/oauth.ddl + + continue + + + + + + maven-surefire-plugin + 2.4 + + ${test.skip} + none + + **/*Test.java + + + + jdbc.url + ${jdbc.url} + + + jdbc.username + ${jdbc.user} + + + jdbc.password + ${jdbc.pass} + + + + + + + + + src/main/resources + + **/* + + + + + + + + + + src/test/resources + + **/* + + + + + + + + + javax.servlet + servlet-api + 2.4 + provided + + + javax.servlet.jsp + jsp-api + 2.1 + provided + + + + + opensymphony + sitemesh + 2.4 + + + org.aspectj + aspectjrt + ${aspectj.version} + compile + + + org.aspectj + aspectjweaver + ${aspectj.version} + compile + + + commons-dbcp + commons-dbcp + 1.4 + + + + commons-io + commons-io + 2.4 + + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + org.springframework + spring-expression + ${spring.version} + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + + org.springframework.security + spring-security-core + ${spring.security.version} + + + org.springframework.security + spring-security-web + ${spring.security.version} + + + org.springframework.security + spring-security-taglibs + ${spring.security.version} + + + org.springframework.security + spring-security-acl + ${spring.security.version} + + + org.springframework.security + spring-security-crypto + ${spring.security.version} + + + org.springframework.security + spring-security-config + ${spring.security.version} + + + + org.springframework.security.oauth + spring-security-oauth2 + 1.0.5.RELEASE + + + + mysql + mysql-connector-java + 5.1.6 + compile + + + + + log4j + log4j + 1.2.14 + compile + + + org.slf4j + slf4j-log4j12 + 1.7.5 + compile + + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + + + commons-logging + commons-logging + + + + + + + org.mybatis + mybatis + ${mybatis.version} + + + org.mybatis + mybatis-spring + 1.1.1 + + + javax.servlet + jstl + 1.1.2 + + + taglibs + standard + 1.1.2 + compile + + + + + org.springframework + spring-test + ${spring.version} + test + + + org.testng + testng + 6.1.1 + test + + + junit + junit + + + + + + \ No newline at end of file