From de166dbbf9490bad2e3b9dff8345876c5e26b7fb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 16 Mar 2018 13:50:32 +0300 Subject: common: add missing spring-boot-starter-mail --- juick-common/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-common') 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") -- cgit v1.2.3