summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-06-30 21:29:01 -0400
committerJames Moger <james.moger@gitblit.com>2014-07-03 16:59:08 -0400
commit94146dd495aad8157c423bfd9a1ae47c8e26b32c (patch)
tree40ff861a1ec47e4fb544a433bea5fb627ad7e9b3 /build.moxie
parent575d4f690b8eaedfdd3981fe7c00ecc41d358e73 (diff)
downloadgitblit-94146dd495aad8157c423bfd9a1ae47c8e26b32c.tar.gz
gitblit-94146dd495aad8157c423bfd9a1ae47c8e26b32c.zip
Use forked guice-servlet jar rather than stock jar from Google
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.moxie b/build.moxie
index 3514577e..8ca52755 100644
--- a/build.moxie
+++ b/build.moxie
@@ -96,9 +96,10 @@ 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
+repositories: central, eclipse-snapshots, eclipse, atlassian-contrib, gitblit
# Convenience properties for dependencies
properties: {
@@ -113,7 +114,8 @@ properties: {
sshd.version: 0.11.1-atlassian-1
mina.version: 2.0.7
guice.version : 4.0-beta4
- guice-servlet.version : 4.0-SNAPSHOT
+ # Gitblit maintains a fork of guice-servlet
+ guice-servlet.version : 4.0-gb1
}
# Dependencies