From 812aa8b242b320fd8087ede8cb689c5ee167bf08 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 08 九月 2025 11:17:32 +0800
Subject: [PATCH] 增加mes派工报表
---
blade-service/blade-mdm/pom.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/blade-service/blade-mdm/pom.xml b/blade-service/blade-mdm/pom.xml
index 13d00bb..63ca8cf 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,6 +111,7 @@
<artifactId>groovy-jsr223</artifactId>
<version>4.0.28</version>
</dependency>
+
</dependencies>
<build>
<plugins>
--
Gitblit v1.9.3