summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-09-04 23:07:05 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2014-09-04 23:07:05 +0200
commitb331474798271adecc60eee2eb0dc1bd6412c90c (patch)
tree91f89ece67a36e45ee03c646689f0bc7da2bf26f /build.moxie
parent248b7172cd23ac5853747c7c77e07ea8afded899 (diff)
downloadgitblit-b331474798271adecc60eee2eb0dc1bd6412c90c.tar.gz
gitblit-b331474798271adecc60eee2eb0dc1bd6412c90c.zip
Update SSHD version to 0.12
Also switch back to Maven Central repository.
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.moxie b/build.moxie
index 3f18bf5e..cf9037a0 100644
--- a/build.moxie
+++ b/build.moxie
@@ -95,11 +95,10 @@ dependencyDirectory: ext
registeredRepositories:
- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' }
- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' }
-- { id: atlassian-contrib, url: 'https://maven.atlassian.com/content/repositories/atlassian-3rdparty' }
- { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' }
# Source all dependencies from the following repositories in the specified order
-repositories: central, eclipse-snapshots, eclipse, atlassian-contrib, gitblit
+repositories: central, eclipse-snapshots, eclipse, gitblit
# Convenience properties for dependencies
properties: {
@@ -111,7 +110,7 @@ properties: {
bouncycastle.version : 1.49
selenium.version : 2.28.0
wikitext.version : 1.4
- sshd.version: 0.11.1-atlassian-1
+ sshd.version: 0.12.0
mina.version: 2.0.7
guice.version : 4.0-beta4
# Gitblit maintains a fork of guice-servlet