summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliangxuning <liangxuning@boco.com.cn>2019-04-04 18:44:49 +0800
committerliangxuning <liangxuning@boco.com.cn>2019-04-04 18:45:06 +0800
commita40db6deeb24c6e84c97c6ff3f41174b42e20f01 (patch)
tree2e85842373e3b1ff6d2e65826599cd484746c8c7
parent4574d89400d07248fad02efd011551bc20b26124 (diff)
modify jar version
Change-Id: I71382679f6eb91b9b73c369a18ddf9f08b86aefd Issue-ID: VFC-742 Signed-off-by: liangxuning<liangxuning@boco.com.cn> modified: ems/boco/pom.xml
-rw-r--r--ems/boco/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml
index 489e47f..6500326 100644
--- a/ems/boco/pom.xml
+++ b/ems/boco/pom.xml
@@ -273,6 +273,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mailapi</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -325,5 +329,24 @@
<artifactId>jackson-databind</artifactId>
<version>2.9.6</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/com.sun.mail/mailapi -->
+ <dependency>
+ <groupId>com.sun.mail</groupId>
+ <artifactId>mailapi</artifactId>
+ <version>1.6.3</version>
+ <scope>test</scope>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ <version>2.9.8</version>
+ </dependency>
+ <!-- https://mvnrepository.com/artifact/org.apache.ant/ant -->
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.10.5</version>
+ </dependency>
</dependencies>
</project>