From c75b4210328b98913de7eeef507e6d88069bcecc Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Thu, 13 Aug 2020 11:19:48 +0800 Subject: [PATCH] 根据算法预测明天O3,插入数据库 --- 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