clone new project modify some jar 56/84656/1
authorliangxuning <liangxuning@boco.com.cn>
Tue, 9 Apr 2019 10:12:31 +0000 (18:12 +0800)
committerliangxuning <liangxuning@boco.com.cn>
Tue, 9 Apr 2019 10:42:03 +0000 (18:42 +0800)
Change-Id: Ibb8f11f9b7bf59e73153050a23c42a2f4efa416b
Issue-ID: VFC-743
Signed-off-by: liangxuning<liangxuning@boco.com.cn>
modified:   ems/boco/pom.xml

ems/boco/pom.xml

index 5c5720f..ac2adae 100644 (file)
            <artifactId>jackson-databind</artifactId>
            <version>2.9.6</version>
        </dependency>
-       <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>