diff options
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.moxie b/build.moxie index 37592ba8..7b5aa210 100644 --- a/build.moxie +++ b/build.moxie @@ -131,8 +131,8 @@ dependencies: # Standard dependencies - compile 'com.intellij:annotations:12.0' :war - compile 'log4j:log4j:1.2.17' :war :fedclient :authority -- compile 'org.slf4j:slf4j-api:1.6.6' :war :fedclient :authority -- compile 'org.slf4j:slf4j-log4j12:1.6.6' :war :fedclient :authority +- compile 'org.slf4j:slf4j-api:1.7.5' :war :fedclient :authority +- compile 'org.slf4j:slf4j-log4j12:1.7.5' :war :fedclient :authority - compile 'javax.mail:mail:1.4.3' :war :authority - compile 'javax.servlet:javax.servlet-api:3.1.0' :fedclient - compile 'org.eclipse.jetty.aggregate:jetty-all:${jetty.version}' @jar |