diff --git a/pom.xml b/pom.xml index 43728062..2d4e7073 100644 --- a/pom.xml +++ b/pom.xml @@ -1,129 +1,129 @@ - 4.0.0 - com.xuxueli - xxl-job - 2.5.0 - pom + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + com.xuxueli + xxl-job + 2.5.0 + pom - ${project.artifactId} - A distributed task scheduling framework. - https://www.xuxueli.com/ + ${project.artifactId} + A distributed task scheduling framework. + https://www.xuxueli.com/ - - xxl-job-core - xxl-job-admin - xxl-job-executor-samples + + xxl-job-core + xxl-job-admin + xxl-job-executor-samples - - - UTF-8 - UTF-8 - UTF-8 - 1.8 - 1.8 - true - - 3.3.1 - 3.11.2 - 3.2.7 - - 2.0.16 - 5.11.4 - 1.3.2 - - 4.1.116.Final - 2.11.0 - - 5.3.39 - 2.7.18 - - 2.3.2 - 9.1.0 - - 4.0.24 - + + + UTF-8 + UTF-8 + UTF-8 + 1.8 + 1.8 + true + + 3.3.1 + 3.11.2 + 3.2.7 + + 2.0.16 + 5.11.4 + 1.3.2 + + 4.1.116.Final + 2.11.0 + + 5.3.39 + 2.7.18 + + 2.3.2 + 9.1.0 + + 4.0.24 + - - - - + + + + - - - GNU General Public License version 3 - https://opensource.org/licenses/GPL-3.0 - - + + + GNU General Public License version 3 + https://opensource.org/licenses/GPL-3.0 + + - - master - https://github.com/xuxueli/xxl-job.git - scm:git:https://github.com/xuxueli/xxl-job.git - scm:git:git@github.com:xuxueli/xxl-job.git - - - - XXL - xuxueli - 931591021@qq.com - https://github.com/xuxueli - - + + master + https://github.com/xuxueli/xxl-job.git + scm:git:https://github.com/xuxueli/xxl-job.git + scm:git:git@github.com:xuxueli/xxl-job.git + + + + XXL + xuxueli + 931591021@qq.com + https://github.com/xuxueli + + - + - - release - - true - - - xxl-job-core - - - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - package - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - package - - jar - - - none - - - - - + + release + + true + + + xxl-job-core + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + package + + jar + + + none + + + + + org.apache.maven.plugins maven-gpg-plugin ${maven-gpg-plugin.version} - - false - + + false + verify @@ -133,28 +133,85 @@ - - - - - oss - https://oss.sonatype.org/content/repositories/snapshots/ - - - oss - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - + + + + + oss + https://oss.sonatype.org/content/repositories/snapshots/ + + + oss + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-context-support + ${spring.version} + + + org.springframework + spring-expression + ${spring.version} + + org.springframework spring-web ${spring.version} + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-test + ${spring.version} + + + org.springframework + spring-jcl + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + \ No newline at end of file