Bazel: Externalize JGIT_VERS constant

This is needed for defining external documentation link for javadoc
rule.

Change-Id: I562de840327c6b27941f7238023a47eb8d0b2394
This commit is contained in:
David Ostrovsky
2016-10-25 07:49:41 +02:00
committed by David Ostrovsky
parent e48abffbca
commit 27fbb2b835
8 changed files with 11 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + JGIT_VERS,
sha1 = 'e8fb1d81f588c3174a9730bdecdbde9faa04140a',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,