| | |
| | | # 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 |
| | |
| | | - compile 'args4j:args4j:2.0.26' :war :fedclient :authority |
| | | - compile 'commons-codec:commons-codec:1.7' :war |
| | | - compile 'redis.clients:jedis:2.3.1' :war |
| | | - compile 'ro.fortsoft.pf4j:pf4j:0.7.1' :war |
| | | - compile 'ro.fortsoft.pf4j:pf4j:0.8.0' :war |
| | | - test 'junit' |
| | | # Dependencies for Selenium web page testing |
| | | - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |