Skip to content

Commit

Permalink
add mail service
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/com/ctrip/zeus/service/mail/MailService.java
  • Loading branch information
vfqq樊琪琦 committed Mar 20, 2017
1 parent ad8d9c5 commit 8365ec3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -141,6 +141,13 @@
<artifactId>jersey-spring3</artifactId>
</dependency>
<!-- Jersey End -->
<!-- Mail Start -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.4</version>
</dependency>
<!-- Mail End -->

<!-- Spring -->
<dependency>
Expand Down

0 comments on commit 8365ec3

Please sign in to comment.