From 3f3f4ffefd53cf66d4567a74f916845350dbd9e4 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期一, 03 十一月 2025 11:16:03 +0800
Subject: [PATCH] #1
---
pom.xml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 39b2e35..3a7119a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,14 +108,21 @@
<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>wms</finalName>
+ <finalName>zjhlasrs</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