You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/02/17 19:36:25 UTC

svn commit: r911139 - /sling/trunk/contrib/launchpad/testing/pom.xml

Author: cziegeler
Date: Wed Feb 17 18:36:25 2010
New Revision: 911139

URL: http://svn.apache.org/viewvc?rev=911139&view=rev
Log:
SLING-1331 : Build of /contrib/launchpad/testing fails since biz.aQute:bnd:jar:0.0.323 no longer is available

Modified:
    sling/trunk/contrib/launchpad/testing/pom.xml

Modified: sling/trunk/contrib/launchpad/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/launchpad/testing/pom.xml?rev=911139&r1=911138&r2=911139&view=diff
==============================================================================
--- sling/trunk/contrib/launchpad/testing/pom.xml (original)
+++ sling/trunk/contrib/launchpad/testing/pom.xml Wed Feb 17 18:36:25 2010
@@ -39,10 +39,6 @@
 
     <repositories>
         <repository>
-            <id>aQute</id>
-            <url>http://www.aQute.biz/repo</url>
-        </repository>
-        <repository>
             <id>scala-tools.org</id>
             <name>Scala-Tools Maven2 Repository</name>
             <url>http://scala-tools.org/repo-releases</url>
@@ -453,7 +449,7 @@
         <dependency>
             <groupId>biz.aQute</groupId>
             <artifactId>bnd</artifactId>
-            <version>0.0.323</version>
+            <version>0.0.169</version>
             <scope>test</scope>
         </dependency>