diff options
Diffstat (limited to 'juick-common')
-rw-r--r-- | juick-common/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-common/build.gradle b/juick-common/build.gradle index d27af42e..207e67c4 100644 --- a/juick-common/build.gradle +++ b/juick-common/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'java' dependencies { + compile("org.springframework.boot:spring-boot-starter-mail") compile("org.springframework.boot:spring-boot-starter-security") compile("org.springframework.boot:spring-boot-starter-web") compile("org.springframework.boot:spring-boot-starter-websocket") |