Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
636da615
提交
636da615
authored
7月 30, 2017
作者:
xuxueli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
maven依赖版本号统一规范;
上级
468fecb9
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
67 行增加
和
54 行删除
+67
-54
pom.xml
pom.xml
+31
-0
pom.xml
xxl-job-admin/pom.xml
+22
-25
pom.xml
xxl-job-core/pom.xml
+9
-13
pom.xml
xxl-job-executor-example/pom.xml
+1
-8
pom.xml
xxl-job-executor-springboot-example/pom.xml
+4
-8
没有找到文件。
pom.xml
浏览文件 @
636da615
...
@@ -17,6 +17,37 @@
...
@@ -17,6 +17,37 @@
<module>
xxl-job-executor-springboot-example
</module>
<module>
xxl-job-executor-springboot-example
</module>
</modules>
</modules>
<properties>
<javax.servlet-api.version>
3.0.1
</javax.servlet-api.version>
<jsp-api.version>
2.2
</jsp-api.version>
<spring.version>
3.2.18.RELEASE
</spring.version>
<jackson-mapper-asl.version>
1.9.13
</jackson-mapper-asl.version>
<aspectjweaver.version>
1.8.7
</aspectjweaver.version>
<slf4j-api.version>
1.7.25
</slf4j-api.version>
<freemarker.version>
2.3.20
</freemarker.version>
<junit.version>
4.11
</junit.version>
<jetty-server.version>
9.2.22.v20170606
</jetty-server.version>
<hessian.version>
4.0.38
</hessian.version>
<httpclient.version>
4.3.6
</httpclient.version>
<commons-exec.version>
1.3
</commons-exec.version>
<commons-beanutils.version>
1.9.2
</commons-beanutils.version>
<commons-lang.version>
2.6
</commons-lang.version>
<c3p0.version>
0.9.5.2
</c3p0.version>
<mysql-connector-java.version>
5.1.29
</mysql-connector-java.version>
<mybatis-spring.version>
1.2.2
</mybatis-spring.version>
<mybatis.version>
3.2.8
</mybatis.version>
<groovy-all.version>
2.4.5
</groovy-all.version>
<mail.version>
1.4.6
</mail.version>
<quartz.version>
2.3.0
</quartz.version>
<spring-boot.version>
1.5.6.RELEASE
</spring-boot.version>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
xxl-job-admin/pom.xml
浏览文件 @
636da615
...
@@ -9,10 +9,6 @@
...
@@ -9,10 +9,6 @@
<artifactId>
xxl-job-admin
</artifactId>
<artifactId>
xxl-job-admin
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<spring.version>
3.2.18.RELEASE
</spring.version>
</properties>
<dependencies>
<dependencies>
<!-- springframe start -->
<!-- springframe start -->
<dependency>
<dependency>
...
@@ -40,59 +36,59 @@
...
@@ -40,59 +36,59 @@
<dependency>
<dependency>
<groupId>
org.aspectj
</groupId>
<groupId>
org.aspectj
</groupId>
<artifactId>
aspectjweaver
</artifactId>
<artifactId>
aspectjweaver
</artifactId>
<version>
1.8.7
</version>
<version>
${aspectjweaver.version}
</version>
</dependency>
</dependency>
<!-- jackson (support spring json) -->
<!-- jackson (support spring json) -->
<dependency>
<dependency>
<groupId>
org.codehaus.jackson
</groupId>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-mapper-asl
</artifactId>
<artifactId>
jackson-mapper-asl
</artifactId>
<version>
1.9.13
</version>
<version>
${jackson-mapper-asl.version}
</version>
</dependency>
</dependency>
<!-- slf4j -->
<!-- slf4j -->
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
1.7.25
</version>
<version>
${slf4j-api.version}
</version>
</dependency>
</dependency>
<!-- freemarker -->
<!-- freemarker -->
<dependency>
<dependency>
<groupId>
org.freemarker
</groupId>
<groupId>
org.freemarker
</groupId>
<artifactId>
freemarker
</artifactId>
<artifactId>
freemarker
</artifactId>
<version>
2.3.20
</version>
<version>
${freemarker.version}
</version>
</dependency>
</dependency>
<!-- commons-beanutils -->
<!-- commons-beanutils -->
<dependency>
<dependency>
<groupId>
commons-beanutils
</groupId>
<groupId>
commons-beanutils
</groupId>
<artifactId>
commons-beanutils
</artifactId>
<artifactId>
commons-beanutils
</artifactId>
<version>
1.9.2
</version>
<version>
${commons-beanutils.version}
</version>
</dependency>
</dependency>
<!-- commons-lang -->
<!-- commons-lang -->
<dependency>
<dependency>
<groupId>
commons-lang
</groupId>
<groupId>
commons-lang
</groupId>
<artifactId>
commons-lang
</artifactId>
<artifactId>
commons-lang
</artifactId>
<version>
2.6
</version>
<version>
${commons-lang.version}
</version>
</dependency>
</dependency>
<!-- servlet -->
<!-- servlet -->
<dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
<artifactId>
javax.servlet-api
</artifactId>
<version>
3.0.1
</version>
<version>
${javax.servlet-api.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax.servlet.jsp
</groupId>
<groupId>
javax.servlet.jsp
</groupId>
<artifactId>
jsp-api
</artifactId>
<artifactId>
jsp-api
</artifactId>
<version>
2.2
</version>
<version>
${jsp-api.version}
</version>
</dependency>
</dependency>
<!-- junit -->
<!-- junit -->
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<artifactId>
junit
</artifactId>
<version>
4.11
</version>
<version>
${junit.version}
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
...
@@ -100,45 +96,46 @@
...
@@ -100,45 +96,46 @@
<dependency>
<dependency>
<groupId>
com.mchange
</groupId>
<groupId>
com.mchange
</groupId>
<artifactId>
c3p0
</artifactId>
<artifactId>
c3p0
</artifactId>
<version>
0.9.5.2
</version>
<version>
${c3p0.version}
</version>
</dependency>
<!-- mysql-connector -->
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
${mysql-connector-java.version}
</version>
</dependency>
</dependency>
<!-- mybatis-spring -->
<!-- mybatis-spring -->
<dependency>
<dependency>
<groupId>
org.mybatis
</groupId>
<groupId>
org.mybatis
</groupId>
<artifactId>
mybatis-spring
</artifactId>
<artifactId>
mybatis-spring
</artifactId>
<version>
1.2.2
</version>
<version>
${mybatis-spring.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.mybatis
</groupId>
<groupId>
org.mybatis
</groupId>
<artifactId>
mybatis
</artifactId>
<artifactId>
mybatis
</artifactId>
<version>
3.2.8
</version>
<version>
${mybatis.version}
</version>
</dependency>
<!-- mysql-connector -->
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.29
</version>
</dependency>
</dependency>
<!-- httpclient -->
<!-- httpclient -->
<dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
<artifactId>
httpclient
</artifactId>
<version>
4.3.6
</version>
<version>
${httpclient.version}
</version>
</dependency>
</dependency>
<!-- javax.mail -->
<!-- javax.mail -->
<dependency>
<dependency>
<groupId>
javax.mail
</groupId>
<groupId>
javax.mail
</groupId>
<artifactId>
mail
</artifactId>
<artifactId>
mail
</artifactId>
<version>
1.4.6
</version>
<version>
${mail.version}
</version>
</dependency>
</dependency>
<!-- quartz :quartz-2.2.3/c3p0-0.9.1.1/slf4j-api-1.6.6 -->
<!-- quartz :quartz-2.2.3/c3p0-0.9.1.1/slf4j-api-1.6.6 -->
<dependency>
<dependency>
<groupId>
org.quartz-scheduler
</groupId>
<groupId>
org.quartz-scheduler
</groupId>
<artifactId>
quartz
</artifactId>
<artifactId>
quartz
</artifactId>
<version>
2.3.0
</version>
<version>
${quartz.version}
</version>
</dependency>
</dependency>
<!-- xxl-job-core -->
<!-- xxl-job-core -->
...
...
xxl-job-core/pom.xml
浏览文件 @
636da615
...
@@ -13,56 +13,52 @@
...
@@ -13,56 +13,52 @@
<description>
A lightweight distributed task scheduling framework.
</description>
<description>
A lightweight distributed task scheduling framework.
</description>
<url>
http://www.xuxueli.com/
</url>
<url>
http://www.xuxueli.com/
</url>
<properties>
<spring.version>
3.2.18.RELEASE
</spring.version>
</properties>
<dependencies>
<dependencies>
<!-- servlet -->
<!-- servlet -->
<dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
<artifactId>
javax.servlet-api
</artifactId>
<version>
3.0.1
</version>
<version>
${javax.servlet-api.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
javax.servlet.jsp
</groupId>
<groupId>
javax.servlet.jsp
</groupId>
<artifactId>
jsp-api
</artifactId>
<artifactId>
jsp-api
</artifactId>
<version>
2.2
</version>
<version>
${jsp-api.version}
</version>
</dependency>
</dependency>
<!-- jetty -->
<!-- jetty -->
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-server
</artifactId>
<artifactId>
jetty-server
</artifactId>
<version>
9.2.22.v20170606
</version>
<version>
${jetty-server.version}
</version>
</dependency>
</dependency>
<!-- slf4j -->
<!-- slf4j -->
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<artifactId>
slf4j-api
</artifactId>
<version>
1.7.25
</version>
<version>
${slf4j-api.version}
</version>
</dependency>
</dependency>
<!-- hessian -->
<!-- hessian -->
<dependency>
<dependency>
<groupId>
com.caucho
</groupId>
<groupId>
com.caucho
</groupId>
<artifactId>
hessian
</artifactId>
<artifactId>
hessian
</artifactId>
<version>
4.0.38
</version>
<version>
${hessian.version}
</version>
</dependency>
</dependency>
<!-- jackson -->
<!-- jackson -->
<dependency>
<dependency>
<groupId>
org.codehaus.jackson
</groupId>
<groupId>
org.codehaus.jackson
</groupId>
<artifactId>
jackson-mapper-asl
</artifactId>
<artifactId>
jackson-mapper-asl
</artifactId>
<version>
1.9.13
</version>
<version>
${jackson-mapper-asl.version}
</version>
</dependency>
</dependency>
<!-- httpclient -->
<!-- httpclient -->
<dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
<artifactId>
httpclient
</artifactId>
<version>
4.3.6
</version>
<version>
${httpclient.version}
</version>
</dependency>
</dependency>
<!-- spring-context -->
<!-- spring-context -->
...
@@ -76,14 +72,14 @@
...
@@ -76,14 +72,14 @@
<dependency>
<dependency>
<groupId>
org.codehaus.groovy
</groupId>
<groupId>
org.codehaus.groovy
</groupId>
<artifactId>
groovy-all
</artifactId>
<artifactId>
groovy-all
</artifactId>
<version>
2.4.5
</version>
<version>
${groovy-all.version}
</version>
</dependency>
</dependency>
<!-- commons-exec -->
<!-- commons-exec -->
<dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-exec
</artifactId>
<artifactId>
commons-exec
</artifactId>
<version>
1.3
</version>
<version>
${commons-exec.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
xxl-job-executor-example/pom.xml
浏览文件 @
636da615
...
@@ -13,12 +13,7 @@
...
@@ -13,12 +13,7 @@
<description>
Executor project for spring boot.
</description>
<description>
Executor project for spring boot.
</description>
<url>
http://www.xuxueli.com/
</url>
<url>
http://www.xuxueli.com/
</url>
<properties>
<spring.version>
3.2.18.RELEASE
</spring.version>
</properties>
<dependencies>
<dependencies>
<!-- spring-webmvc -->
<!-- spring-webmvc -->
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
...
@@ -30,7 +25,7 @@
...
@@ -30,7 +25,7 @@
<dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
1.7.25
</version>
<version>
${slf4j-api.version}
</version>
</dependency>
</dependency>
<!-- xxl-job-core -->
<!-- xxl-job-core -->
...
@@ -39,7 +34,6 @@
...
@@ -39,7 +34,6 @@
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<version>
${project.parent.version}
</version>
<version>
${project.parent.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
xxl-job-executor-springboot-example/pom.xml
浏览文件 @
636da615
...
@@ -16,13 +16,9 @@
...
@@ -16,13 +16,9 @@
<url>
http://www.xuxueli.com/
</url>
<url>
http://www.xuxueli.com/
</url>
<properties>
<properties>
<spring-boot.version>
1.5.6.RELEASE
</spring-boot.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.7
</java.version>
<java.version>
1.7
</java.version>
<jetty.version>
9.2.22.v20170606
</jetty.version>
</properties>
</properties>
<dependencyManagement>
<dependencyManagement>
...
@@ -40,22 +36,22 @@
...
@@ -40,22 +36,22 @@
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-server
</artifactId>
<artifactId>
jetty-server
</artifactId>
<version>
${jetty.version}
</version>
<version>
${jetty
-server
.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-util
</artifactId>
<artifactId>
jetty-util
</artifactId>
<version>
${jetty.version}
</version>
<version>
${jetty
-server
.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-http
</artifactId>
<artifactId>
jetty-http
</artifactId>
<version>
${jetty.version}
</version>
<version>
${jetty
-server
.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-io
</artifactId>
<artifactId>
jetty-io
</artifactId>
<version>
${jetty.version}
</version>
<version>
${jetty
-server
.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论