From 7351be17850e139954279002f8bce38328476cbf Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 08 Aug 2022 10:26:49 +0800
Subject: [PATCH] fix
---
pom.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0287bb3..5030755 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,20 @@
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
+
+ <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy -->
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.5.6</version>
+ </dependency>
+
+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text -->
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-text</artifactId>
+ <version>1.9</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1