From 53f927be69d5ac1301704af34e1ffdb05cacc4b0 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期四, 18 五月 2023 09:37:35 +0800 Subject: [PATCH] 引入表单设计器模块 --- product-server-admin/pom.xml | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/product-server-admin/pom.xml b/product-server-admin/pom.xml index f263c6f..4e7d51b 100644 --- a/product-server-admin/pom.xml +++ b/product-server-admin/pom.xml @@ -9,7 +9,6 @@ <artifactId>product-server-admin</artifactId> <name>product-server-admin</name> <description>product-server-admin</description> - <version>2.0.0-release</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -49,11 +48,7 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> </dependency> - <dependency> - <groupId>com.sendgrid</groupId> - <artifactId>sendgrid-java</artifactId> - <version>4.0.1</version> - </dependency> + <dependency> <groupId>com.lx</groupId> -- Gitblit v1.9.2