diff options
-rw-r--r-- | ems/boco/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 5c5720f..ac2adae 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -325,23 +325,5 @@ <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> |