diff --git "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" index b5b63fc..e07c926 100644 --- "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" +++ "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" @@ -1338,7 +1338,8 @@ - 8、任务状态优化,仅运行状态"NORMAL"任务关联至quartz,降低quartz底层数据存储与调度压力; - 9、任务状态规范:新增任务默认停止状态,任务更新时保持任务状态不变; - 10、命令行任务:原生提供通用命令行任务Handler(Bean任务,"CommandJobHandler");业务方只需要提供命令行即可; -- 11、[迭代中]docker镜像,并且推送docker镜像到中央仓库,更进一步实现产品开箱即用; +- 11、项目依赖升级 groovy 至较新稳定版本;pom清理; +- 12、[迭代中]docker镜像,并且推送docker镜像到中央仓库,更进一步实现产品开箱即用; ### TODO LIST diff --git "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" index b5b63fc..e07c926 100644 --- "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" +++ "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" @@ -1338,7 +1338,8 @@ - 8、任务状态优化,仅运行状态"NORMAL"任务关联至quartz,降低quartz底层数据存储与调度压力; - 9、任务状态规范:新增任务默认停止状态,任务更新时保持任务状态不变; - 10、命令行任务:原生提供通用命令行任务Handler(Bean任务,"CommandJobHandler");业务方只需要提供命令行即可; -- 11、[迭代中]docker镜像,并且推送docker镜像到中央仓库,更进一步实现产品开箱即用; +- 11、项目依赖升级 groovy 至较新稳定版本;pom清理; +- 12、[迭代中]docker镜像,并且推送docker镜像到中央仓库,更进一步实现产品开箱即用; ### TODO LIST diff --git a/pom.xml b/pom.xml index d1d4321..283bf32 100644 --- a/pom.xml +++ b/pom.xml @@ -22,39 +22,30 @@ UTF-8 1.7 1.7 - true + - 3.1.0 - 2.3.3 + 1.5.17.RELEASE + 1.3.2 + 5.1.47 4.3.20.RELEASE - 2.9.7 1.7.25 2.3.28 4.12 - 9.2.26.v20180806 - 4.0.51 - 4.5.6 - 1.3 4.2 3.8.1 1.5 - 0.9.5.2 - 5.1.47 - 1.3.2 - 3.4.6 - - 2.4.15 + 2.5.3 2.3.0 - 1.5.17.RELEASE - 1.3.2 - + 2.9.7 + 9.2.26.v20180806 diff --git "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" index b5b63fc..e07c926 100644 --- "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" +++ "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" @@ -1338,7 +1338,8 @@ - 8、任务状态优化,仅运行状态"NORMAL"任务关联至quartz,降低quartz底层数据存储与调度压力; - 9、任务状态规范:新增任务默认停止状态,任务更新时保持任务状态不变; - 10、命令行任务:原生提供通用命令行任务Handler(Bean任务,"CommandJobHandler");业务方只需要提供命令行即可; -- 11、[迭代中]docker镜像,并且推送docker镜像到中央仓库,更进一步实现产品开箱即用; +- 11、项目依赖升级 groovy 至较新稳定版本;pom清理; +- 12、[迭代中]docker镜像,并且推送docker镜像到中央仓库,更进一步实现产品开箱即用; ### TODO LIST diff --git a/pom.xml b/pom.xml index d1d4321..283bf32 100644 --- a/pom.xml +++ b/pom.xml @@ -22,39 +22,30 @@ UTF-8 1.7 1.7 - true + - 3.1.0 - 2.3.3 + 1.5.17.RELEASE + 1.3.2 + 5.1.47 4.3.20.RELEASE - 2.9.7 1.7.25 2.3.28 4.12 - 9.2.26.v20180806 - 4.0.51 - 4.5.6 - 1.3 4.2 3.8.1 1.5 - 0.9.5.2 - 5.1.47 - 1.3.2 - 3.4.6 - - 2.4.15 + 2.5.3 2.3.0 - 1.5.17.RELEASE - 1.3.2 - + 2.9.7 + 9.2.26.v20180806 diff --git a/xxl-job-core/pom.xml b/xxl-job-core/pom.xml index 9997bc5..6328750 100644 --- a/xxl-job-core/pom.xml +++ b/xxl-job-core/pom.xml @@ -25,7 +25,7 @@ org.codehaus.groovy - groovy-all + groovy ${groovy-all.version}