1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Markus Koschany <apo@debian.org>
Date: Mon, 16 Nov 2015 23:03:15 +0100
Subject: bnd 2.1.0
Use Debian's bnd version.
Forwarded: no
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/build.xml
+++ b/build.xml
@@ -274,7 +274,7 @@
<artifact:dependencies pathId="extra.tasks.classpath" filesetId="extra.tasks.fileset">
<remoteRepository id="central" url="file:///usr/share/maven-repo"/>
<localRepository path="${user.home}/.m2/repository"/>
- <dependency groupId="biz.aQute" artifactId="bnd" version="1.50.0"/>
+ <dependency groupId="biz.aQute.bnd" artifactId="bnd" version="debian"/>
</artifact:dependencies>
<artifact:dependencies pathId="jarjar.classpath">
|