diff options
-rw-r--r-- | juick-common/build.gradle | 1 | ||||
-rw-r--r-- | juick-www/build.gradle | 1 |
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' |