From abc305426c16e7ea9d21c12c41356c18ddb1adef Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期二, 14 五月 2024 16:29:58 +0800
Subject: [PATCH] 产品管理功能,组合了工艺文件,用户手册,物料清单,技术参数
---
pms-parent/pms-web-file/pom.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/pms-parent/pms-web-file/pom.xml b/pms-parent/pms-web-file/pom.xml
index edba121..952d371 100644
--- a/pms-parent/pms-web-file/pom.xml
+++ b/pms-parent/pms-web-file/pom.xml
@@ -29,6 +29,12 @@
<artifactId>pms-global</artifactId>
<version>1.0.0</version>
</dependency>
+
+ <dependency>
+ <groupId>net.coobird</groupId>
+ <artifactId>thumbnailator</artifactId>
+ <version>${thumbnailator.version}</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0