diff options
author | James Moger <james.moger@gitblit.com> | 2014-05-15 09:15:07 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-05-15 18:42:53 -0400 |
commit | e90e9b2a7d7993f5ef2092225659c7ddcf6d526e (patch) | |
tree | d58a60bcfe42e31b40d1900e0ff6d340e7883e00 /build.moxie | |
parent | d5e662b043b47fcd310f7ba5e80a64ab2f17f844 (diff) | |
download | gitblit-ticket/7.tar.gz gitblit-ticket/7.zip |
Update to AsciiDoctorJ 1.5.0.preview2ticket/7
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build.moxie b/build.moxie index a8780303..827a510c 100644 --- a/build.moxie +++ b/build.moxie @@ -95,9 +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: asciidoctorj, url: 'http://dl.bintray.com/lordofthejars/maven' } # Source all dependencies from the following repositories in the specified order -repositories: central, eclipse-snapshots, eclipse +repositories: central, eclipse-snapshots, eclipse, asciidoctorj # Convenience properties for dependencies properties: { @@ -111,7 +112,7 @@ properties: { wikitext.version : 1.4 sshd.version: 0.11.0 mina.version: 2.0.7 - asciidoctorj.version : 0.1.4 + asciidoctorj.version : 1.5.0.preview2 } # Dependencies @@ -152,7 +153,7 @@ dependencies: - compile 'org.fusesource.wikitext:tracwiki-core:${wikitext.version}' :war - compile 'org.fusesource.wikitext:mediawiki-core:${wikitext.version}' :war - compile 'org.fusesource.wikitext:confluence-core:${wikitext.version}' :war -- compile 'org.asciidoctor:asciidoctor-java-integration:${asciidoctorj.version}' :war +- compile 'org.asciidoctor:asciidoctorj:${asciidoctorj.version}' :war - compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager :authority !junit - compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :manager :authority !junit - compile 'org.bouncycastle:bcprov-jdk15on:${bouncycastle.version}' :war :authority |