From e94e53d270bb46e291211ace3b1b3c10681fcda1 Mon Sep 17 00:00:00 2001 From: yuzixiang <yzx123456> Date: Wed, 20 May 2020 08:34:37 +0800 Subject: [PATCH] pom --- 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