diff options
-rw-r--r-- | ems/boco/pom.xml | 3 |
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> |