From 8a7d30b24624acb234ea3fa877134e0116a5be01 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 30 八月 2025 21:05:53 +0800
Subject: [PATCH] 重构机床回传文件;撤回后禁用撤回按钮
---
blade-service/blade-mdm/pom.xml | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/blade-service/blade-mdm/pom.xml b/blade-service/blade-mdm/pom.xml
index 4854ff9..8756645 100644
--- a/blade-service/blade-mdm/pom.xml
+++ b/blade-service/blade-mdm/pom.xml
@@ -79,11 +79,13 @@
<artifactId>tika-core</artifactId>
<version>3.2.0</version>
</dependency>
+ <!--
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
+ -->
<dependency>
<groupId>org.springblade</groupId>
<artifactId>blade-core-test</artifactId>
@@ -109,10 +111,6 @@
<artifactId>groovy-jsr223</artifactId>
<version>4.0.28</version>
</dependency>
- <!--<dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-transaction</artifactId>
- </dependency>-->
</dependencies>
<build>
<plugins>
--
Gitblit v1.9.3