| | |
| | | # |
| | | |
| | | # Specify minimum Moxie version required to build |
| | | requires: 0.7.1 |
| | | requires: 0.7.4 |
| | | |
| | | # Project Metadata |
| | | name: Gitblit |
| | |
| | | jetty.version : 7.6.8.v20121106 |
| | | wicket.version : 1.4.21 |
| | | lucene.version : 3.6.1 |
| | | jgit.version : 2.3.1.201302201838-r |
| | | jgit.version : 3.0.0-SNAPSHOT |
| | | groovy.version : 1.8.8 |
| | | bouncycastle.version : 1.47 |
| | | selenium.version : 2.28.0 |
| | |
| | | # 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 |