From 2fb7ab025faa4a23c556ba044767b80e8f4cc21a Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Fri, 2 Nov 2018 19:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=BE=9D=E8=B5=96=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=20groovy=20=E8=87=B3=E8=BE=83=E6=96=B0=E7=A8=B3?= =?UTF-8?q?=E5=AE=9A=E7=89=88=E6=9C=AC=EF=BC=9Bpom=E6=B8=85=E7=90=86?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/XXL-JOB官方文档.md | 3 ++- pom.xml | 25 ++++++++----------------- xxl-job-core/pom.xml | 2 +- 3 files changed, 11 insertions(+), 19 deletions(-) diff --git a/doc/XXL-JOB官方文档.md b/doc/XXL-JOB官方文档.md index b5b63fc9..e07c9267 100644 --- a/doc/XXL-JOB官方文档.md +++ b/doc/XXL-JOB官方文档.md @@ -1338,7 +1338,8 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段 - 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 d1d4321c..283bf323 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 9997bc5a..6328750e 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}