From 510bc5454575b5a878cbd874e5d833a267976fe0 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期五, 03 四月 2026 18:36:06 +0800
Subject: [PATCH] 增加java发邮件
---
pom.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5d72b04..46ad448 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,8 @@
<!-- <module>product-server-mobile-core</module>-->
<module>product-server-hr</module>
<!-- <module>product-server-integration</module>-->
-
+
+ <module>product-server-saas</module>
</modules>
<properties>
<skipTests>true</skipTests>
@@ -310,6 +311,11 @@
<artifactId>product-server-integration</artifactId>
<version>${product-module-version}</version>
</dependency>
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-saas</artifactId>
+ <version>${product-module-version}</version>
+ </dependency>
<!--瀛愭ā鍧楋細end-->
<!--绗笁鏂逛緷璧栵細start-->
@@ -468,6 +474,12 @@
<artifactId>commons-net</artifactId>
<version>3.9.0</version>
</dependency>
+ <!-- JavaMail API -->
+ <dependency>
+ <groupId>com.sun.mail</groupId>
+ <artifactId>javax.mail</artifactId>
+ <version>1.6.2</version>
+ </dependency>
<!--绗笁鏂逛緷璧栵細end-->
</dependencies>
--
Gitblit v1.9.2