From 17ee8733c7cb6fe8832315a337b456ba01aec319 Mon Sep 17 00:00:00 2001 From: maliang Date: Thu, 2 Mar 2017 14:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mybatis-plus/pom.xml | 486 +++++++++++++++++++++++++-------------------------- 1 file changed, 243 insertions(+), 243 deletions(-) diff --git a/mybatis-plus/pom.xml b/mybatis-plus/pom.xml index ef93d9c..6e091ee 100644 --- a/mybatis-plus/pom.xml +++ b/mybatis-plus/pom.xml @@ -1,244 +1,244 @@ - - 4.0.0 - com.baomidou - mybatis-plus - 2.0 - jar - - mybatis-plus - mybatis-plus is an enhanced version of mybaits. - http://maven.apache.org - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - - hubin - jobob@qq.com - - - - - scm:git:git@git.oschina.net:juapk/mybatis-plus.git - scm:git:git@git.oschina.net:juapk/mybatis-plus.git - git@git.oschina.net:juapk/mybatis-plus.git - - - - - UTF-8 - 1.3.0 - 3.4.1 - 0.9.6 - 1.0.24 - 1.7.21 - 1.1.7 - 5.1.38 - 10.2.0.4.0 - 2.5 - 4.2.5.RELEASE - 1.0.3 - 4.12 - 1.7 - - - - - org.mybatis - mybatis-spring - ${mybatis-spring.version} - - - org.mybatis - mybatis - ${mybatis.version} - - - javax.servlet - servlet-api - ${servlet-api.version} - provided - - - org.slf4j - slf4j-api - ${slf4j.version} - provided - - - org.springframework - spring-jdbc - ${spring.version} - provided - - - org.springframework - spring-webmvc - ${spring.version} - provided - - - org.springframework - spring-context-support - ${spring.version} - provided - - - - com.github.jsqlparser - jsqlparser - ${jsqlparser.version} - provided - - - - com.alibaba - druid - ${alibaba.druid.version} - provided - - - - org.apache.velocity - velocity - ${velocity.version} - provided - - - - mysql - mysql-connector-java - ${mysql-connector-java.version} - test - - - org.mybatis.caches - mybatis-ehcache - ${mybatis-ehcache.version} - test - - - com.oracle - ojdbc14 - ${ojdbc14.version} - test - - - ch.qos.logback - logback-classic - ${logback-classic.version} - test - - - junit - junit - ${junit.version} - test - - - - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - package - - jar-no-fork - - - - - - - - - - - release - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - package - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - package - - jar - - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - verify - - sign - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - true - - - - - - - oss - https://oss.sonatype.org/content/repositories/snapshots/ - - - oss - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - + + 4.0.0 + com.baomidou + mybatis-plus + 2.0 + jar + + mybatis-plus + mybatis-plus is an enhanced version of mybaits. + http://maven.apache.org + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + hubin + jobob@qq.com + + + + + scm:git:git@git.oschina.net:juapk/mybatis-plus.git + scm:git:git@git.oschina.net:juapk/mybatis-plus.git + git@git.oschina.net:juapk/mybatis-plus.git + + + + + UTF-8 + 1.3.0 + 3.4.1 + 0.9.6 + 1.0.24 + 1.7.21 + 1.1.7 + 5.1.38 + 10.2.0.4.0 + 2.5 + 4.2.5.RELEASE + 1.0.3 + 4.12 + 1.7 + + + + + org.mybatis + mybatis-spring + ${mybatis-spring.version} + + + org.mybatis + mybatis + ${mybatis.version} + + + javax.servlet + servlet-api + ${servlet-api.version} + provided + + + org.slf4j + slf4j-api + ${slf4j.version} + provided + + + org.springframework + spring-jdbc + ${spring.version} + provided + + + org.springframework + spring-webmvc + ${spring.version} + provided + + + org.springframework + spring-context-support + ${spring.version} + provided + + + + com.github.jsqlparser + jsqlparser + ${jsqlparser.version} + provided + + + + com.alibaba + druid + ${alibaba.druid.version} + provided + + + + org.apache.velocity + velocity + ${velocity.version} + provided + + + + mysql + mysql-connector-java + ${mysql-connector-java.version} + test + + + org.mybatis.caches + mybatis-ehcache + ${mybatis-ehcache.version} + test + + + + ch.qos.logback + logback-classic + ${logback-classic.version} + test + + + junit + junit + ${junit.version} + test + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + + + + + + + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package + + jar + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + true + + + + + + + oss + https://oss.sonatype.org/content/repositories/snapshots/ + + + oss + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + \ No newline at end of file -- 1.8.3.1