
Change-Id: Ibd58603e6c1975c883dbf9f1d115e03a25467774 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: David Pursehouse <dpursehouse@collab.net>
13 lines
334 B
Python
13 lines
334 B
Python
include_defs('//lib/maven.defs')
|
|
include_defs('//lib/JGIT_VERSION')
|
|
|
|
maven_jar(
|
|
name = 'junit',
|
|
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + JGIT_VERS,
|
|
sha1 = '42bd9796a68b0de8abf1e0c23ebd4006bf9645e0',
|
|
license = 'DO_NOT_DISTRIBUTE',
|
|
repository = REPO,
|
|
unsign = True,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
)
|