summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorEric Myhre <hash@exultant.us>2013-06-13 17:03:24 -0500
committerJames Moger <james.moger@gitblit.com>2014-04-10 18:58:07 -0400
commit41124cddb6edd82c1630efb99b29c839304ed897 (patch)
treea16f69d273715935237b93b106d2e74c1cd66321 /build.moxie
parent1f4cc634ec72934d5f71131e91cf0ff8cdf7d9e5 (diff)
downloadgitblit-41124cddb6edd82c1630efb99b29c839304ed897.tar.gz
gitblit-41124cddb6edd82c1630efb99b29c839304ed897.zip
Support serving repositories over the SSH transport
Gitblit would greatly benefit from an integrated SSH server. This would complete the transport trifecta. Change-Id: I6fb95abe65655fa74d47ea71522d8d9a1541450c
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.moxie b/build.moxie
index 19a9027f..7c392266 100644
--- a/build.moxie
+++ b/build.moxie
@@ -109,6 +109,7 @@ properties: {
bouncycastle.version : 1.49
selenium.version : 2.28.0
wikitext.version : 1.4
+ sshd.version: 0.6.0
}
# Dependencies
@@ -155,6 +156,7 @@ dependencies:
- compile 'org.bouncycastle:bcprov-jdk15on:${bouncycastle.version}' :war :authority
- compile 'org.bouncycastle:bcmail-jdk15on:${bouncycastle.version}' :war :authority
- compile 'org.bouncycastle:bcpkix-jdk15on:${bouncycastle.version}' :war :authority
+- compile 'org.apache.sshd:sshd-core:${sshd.version}' :war !org.easymock
- compile 'rome:rome:0.9' :war :manager :api
- compile 'com.google.code.gson:gson:1.7.2' :war :fedclient :manager :api
- compile 'org.codehaus.groovy:groovy-all:${groovy.version}' :war