diff options
author | liangxuning <liangxuning@boco.com.cn> | 2019-04-09 10:29:54 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-04-09 02:48:35 +0000 |
commit | 49e0521123f20db3c857a69a5ab86856bbc01d74 (patch) | |
tree | e31d11de5387e411bf394c5ac17f13a890a61dca | |
parent | 4687b1a7cc28204d627b5c936e73d84f341b24a1 (diff) |
add mailapi jar
Change-Id: I86d5c81db9970b59e756f21bf262205f72df1ef3
Issue-ID: VFC-742
Signed-off-by: liangxuning<liangxuning@boco.com.cn>
modified: ems/boco/pom.xml
-rw-r--r-- | ems/boco/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 100f1e1..5c5720f 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -273,10 +273,6 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </exclusion> - <exclusion> - <groupId>javax.mail</groupId> - <artifactId>mailapi</artifactId> - </exclusion> </exclusions> </dependency> <dependency> |