From f73c5a24b25280030deaaafe38b35b1e7439b9c3 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Thu, 20 Aug 2020 17:06:53 +0800 Subject: [PATCH] update --- pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1757570..0a6b46a 100644 --- a/pom.xml +++ b/pom.xml @@ -136,12 +136,12 @@ <version>3.1.0</version> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.5</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.5</version> + <scope>compile</scope> + </dependency> <!-- https://mvnrepository.com/artifact/com.xuxueli/xxl-job-core --> <dependency> -- Gitblit v1.8.0