You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2009/05/15 09:08:37 UTC

svn commit: r775040 - /incubator/sling/trunk/contrib/extensions/jcrinstall/it/pom.xml

Author: bdelacretaz
Date: Fri May 15 07:08:37 2009
New Revision: 775040

URL: http://svn.apache.org/viewvc?rev=775040&view=rev
Log:
SLING-904 - add pax repositories and commons log (used by tests) to pom

Modified:
    incubator/sling/trunk/contrib/extensions/jcrinstall/it/pom.xml

Modified: incubator/sling/trunk/contrib/extensions/jcrinstall/it/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/contrib/extensions/jcrinstall/it/pom.xml?rev=775040&r1=775039&r2=775040&view=diff
==============================================================================
--- incubator/sling/trunk/contrib/extensions/jcrinstall/it/pom.xml (original)
+++ incubator/sling/trunk/contrib/extensions/jcrinstall/it/pom.xml Fri May 15 07:08:37 2009
@@ -46,6 +46,23 @@
         <url>http://svn.apache.org/viewvc/incubator/sling/whiteboard/jcrinstall</url>
     </scm>
 
+    <repositories>
+        <repository>
+            <id>ops4j.releases</id>
+            <url>http://repository.ops4j.org/maven2</url>
+        </repository>
+        <repository>
+            <id>ops4j.profiles</id>
+            <url>http://scm.ops4j.org/repos/ops4j/projects/pax/runner-repository</url>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>ops4j.releases</id>
+            <url>http://repository.ops4j.org/maven2</url>
+        </pluginRepository>
+    </pluginRepositories>
+
     <build>
         <plugins>
             <plugin>
@@ -96,6 +113,12 @@
             <scope>provided</scope>
         </dependency>          
         <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.log</artifactId>
+            <version>2.0.2-incubator</version>
+            <scope>provided</scope>
+        </dependency>          
+        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.core</artifactId>
         </dependency>