diff options
author | Vitaly Takmazov | 2018-03-16 13:50:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-16 13:50:32 +0300 |
commit | de166dbbf9490bad2e3b9dff8345876c5e26b7fb (patch) | |
tree | b159c68e578ddbda0a15e01d30989315693da0d7 /juick-common | |
parent | 7d85a992b139c619c677e7158f8402ed0f6f0f1b (diff) |
common: add missing spring-boot-starter-mail
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") |