aboutsummaryrefslogtreecommitdiff
path: root/juick-common
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-03-16 13:50:32 +0300
committerGravatar Vitaly Takmazov2018-03-16 13:50:32 +0300
commitde166dbbf9490bad2e3b9dff8345876c5e26b7fb (patch)
treeb159c68e578ddbda0a15e01d30989315693da0d7 /juick-common
parent7d85a992b139c619c677e7158f8402ed0f6f0f1b (diff)
common: add missing spring-boot-starter-mail
Diffstat (limited to 'juick-common')
-rw-r--r--juick-common/build.gradle1
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")