modify jar version 31/84231/1
authorliangxuning <liangxuning@boco.com.cn>
Thu, 4 Apr 2019 10:44:49 +0000 (18:44 +0800)
committerliangxuning <liangxuning@boco.com.cn>
Thu, 4 Apr 2019 10:45:06 +0000 (18:45 +0800)
Change-Id: I71382679f6eb91b9b73c369a18ddf9f08b86aefd
Issue-ID: VFC-742
Signed-off-by: liangxuning<liangxuning@boco.com.cn>
modified:   ems/boco/pom.xml

ems/boco/pom.xml

index 489e47f..6500326 100644 (file)
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-core</artifactId>
                </exclusion>
+               <exclusion>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>mailapi</artifactId>
+               </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <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>