aboutsummaryrefslogtreecommitdiff
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
parent7d85a992b139c619c677e7158f8402ed0f6f0f1b (diff)
common: add missing spring-boot-starter-mail
-rw-r--r--juick-common/build.gradle1
-rw-r--r--juick-www/build.gradle1
2 files changed, 1 insertions, 1 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")
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'