From cccca64a5f5126f04fbe9a0f7eeb80654d2b380b Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期四, 23 十月 2025 13:33:40 +0800
Subject: [PATCH] 组托调整
---
pom.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index a464c16..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>lktwms</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