summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliangxuning <liangxuning@boco.com.cn>2019-04-08 18:47:36 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-04-09 01:09:23 +0000
commit4687b1a7cc28204d627b5c936e73d84f341b24a1 (patch)
tree90e19e4e0dee472078f00cb9b503e9e843280759
parent25cb11ce68dcd84065850f2c9cf49968f12cb7cf (diff)
spring 相关jar版本不统一导致的报错
Change-Id: I341c1766c35ca5d89cf526130fd3e4c8d207d3ef Issue-ID: VFC-742 Signed-off-by: liangxuning<liangxuning@boco.com.cn> modified: ems/boco/pom.xml
-rw-r--r--ems/boco/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml
index acd305d..100f1e1 100644
--- a/ems/boco/pom.xml
+++ b/ems/boco/pom.xml
@@ -329,8 +329,7 @@
<artifactId>jackson-databind</artifactId>
<version>2.9.6</version>
</dependency>
- <!-- https://mvnrepository.com/artifact/com.sun.mail/mailapi -->
- <dependency>
+ <dependency>
<groupId>com.sun.mail</groupId>
<artifactId>mailapi</artifactId>
<version>1.6.3</version>