From b9dc5699e4e999bd8f40ef1025791d9e18a074f4 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期五, 26 十二月 2025 14:38:28 +0800
Subject: [PATCH] #
---
pom.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 74a13d6..ca051d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.3.RELEASE</version>
+ <version>2.5.14</version>
<relativePath/>
</parent>
<groupId>com.zy</groupId>
@@ -112,6 +112,11 @@
<artifactId>truelicense-core</artifactId>
<version>1.33</version>
</dependency>
+ <!-- WebClient -->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-webflux</artifactId>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1