From c3e802fd10bbd22989a5167172188e6e969ebd4b Mon Sep 17 00:00:00 2001
From: aijinhui <aijinhui>
Date: 星期一, 16 十月 2023 10:04:37 +0800
Subject: [PATCH] 电子围栏
---
ard-work/pom.xml | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/ard-work/pom.xml b/ard-work/pom.xml
index bfe265f..6a534ec 100644
--- a/ard-work/pom.xml
+++ b/ard-work/pom.xml
@@ -93,7 +93,7 @@
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>
- <version>1.5.28</version>
+ <version>1.5.33</version>
</dependency>
<!--lombok渚濊禆-->
<dependency>
@@ -169,6 +169,28 @@
<version>3.0.3</version>
<scope>compile</scope>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.apache.axis/axis -->
+ <dependency>
+ <groupId>org.apache.axis</groupId>
+ <artifactId>axis</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/javax.xml.rpc/javax.xml.rpc-api -->
+ <dependency>
+ <groupId>javax.xml.rpc</groupId>
+ <artifactId>javax.xml.rpc-api</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>1.6.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-discovery</groupId>
+ <artifactId>commons-discovery</artifactId>
+ <version>0.5</version>
+ </dependency>
</dependencies>
--
Gitblit v1.9.3