From 14869c4e2be09bdf4a07553d08ff503640675708 Mon Sep 17 00:00:00 2001
From: czkh <czkh@163.com>
Date: 星期四, 06 十一月 2025 16:26:44 +0800
Subject: [PATCH] 调试
---
pom.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9356752..8b08150 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,14 +103,26 @@
<artifactId>okhttp</artifactId>
<version>3.10.0</version>
</dependency>
+ <dependency>
+ <groupId>de.schlichtherle.truelicense</groupId>
+ <artifactId>truelicense-core</artifactId>
+ <version>1.33</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
+
<build>
- <finalName>lfdwms</finalName>
+ <finalName>czkhasrs</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>2.1.3.RELEASE</version>
</plugin>
</plugins>
</build>
--
Gitblit v1.9.1