From ee0bfd75802d67608441e7eeac02bb039d9f9c88 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期三, 29 十月 2025 08:02:07 +0800
Subject: [PATCH] 初始化
---
pom.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index e7e14e6..3a7119a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,10 +108,16 @@
<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>xgmFlwms</finalName>
+ <finalName>zjhlasrs</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
--
Gitblit v1.9.1