| | |
| | | # Standard dependencies |
| | | - compile 'com.beust:jcommander:1.17' :fedclient :authority |
| | | - compile 'log4j:log4j:1.2.17' :war :fedclient :authority |
| | | - compile 'org.slf4j:slf4j-api:1.6.6' :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 'javax.mail:mail:1.4.3' :war :fedclient :authority |
| | | - compile 'javax.servlet:javax.servlet-api:3.0.1' :fedclient |
| | |
| | | - compile 'org.apache.ivy:ivy:2.2.0' :war |
| | | - compile 'com.toedter:jcalendar:1.3.2' :authority |
| | | - compile 'org.apache.commons:commons-compress:1.4.1' :war |
| | | # Commons Daemon is for launching services |
| | | - provided 'commons-daemon:commons-daemon:1.0.14' |
| | | - provided 'commons-daemon:commons-daemon:1.0.14:bin-windows:zip' |
| | | - test 'junit' |
| | | # Dependencies for Selenium web page testing |
| | | - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |