Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Added dependencies for sending emails #443
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavNikolov committed Dec 16, 2016
1 parent 619531f commit 925a9a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ dependencies {

// https://mvnrepository.com/artifact/com.github.kstyrc/embedded-redis
compile group: 'com.github.kstyrc', name: 'embedded-redis', version: '0.6'

// Mail
compile group: 'javax.mail', name: 'mail', version: '1.4.7'

compile group: 'javax.activation', name: 'activation', version: '1.1.1'

//File Management
compile group: 'net.lingala.zip4j', name: 'zip4j', version: '1.3.2'
Expand Down

0 comments on commit 925a9a6

Please sign in to comment.