| | |
| | | # |
| | | |
| | | # Specify minimum Moxie version required to build |
| | | requires: 0.7.1 |
| | | requires: 0.7.4 |
| | | |
| | | # Project Metadata |
| | | name: Gitblit |
| | | description: pure Java Git solution |
| | | groupId: com.gitblit |
| | | artifactId: gitblit |
| | | version: 1.4.0-SNAPSHOT |
| | | version: 1.3.0-SNAPSHOT |
| | | inceptionYear: 2011 |
| | | |
| | | # Current stable release |
| | |
| | | jetty.version : 7.6.8.v20121106 |
| | | wicket.version : 1.4.21 |
| | | lucene.version : 3.6.1 |
| | | jgit.version : 3.0.0-SNAPSHOT |
| | | jgit.version : 3.0.0.201306101825-r |
| | | groovy.version : 1.8.8 |
| | | bouncycastle.version : 1.47 |
| | | selenium.version : 2.28.0 |
| | |
| | | - 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 |
| | | - compile 'com.force.api:force-partner-api:24.0.0' :war |
| | | - compile 'org.freemarker:freemarker:2.3.19' :war |
| | | - compile 'com.github.dblock.waffle:waffle-jna:1.5' :war |
| | | - test 'junit' |
| | | # Dependencies for Selenium web page testing |
| | | - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |