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-www/build.gradle | |
parent | 7d85a992b139c619c677e7158f8402ed0f6f0f1b (diff) |
common: add missing spring-boot-starter-mail
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 407f3402..9c3fe0f6 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -32,7 +32,6 @@ dependencies { compile 'com.github.scribejava:scribejava-apis:5.3.0' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'com.sun.mail:javax.mail:1.6.1' compile 'com.mitchellbosecke:pebble-spring4:2.4.0' compile 'com.atlassian.commonmark:commonmark:0.11.0' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0' |