Author: rombert
Date: Wed Jul 17 11:07:28 2013
New Revision: 1504075
URL: http://svn.apache.org/r1504075
Log:
SLING-2923 - release org.apache.sling.jcr.jackrabbit.server 2.1.1
Cleanup the integration-tests pom.xml:
- no more snapshot dependencies to external artifacts
- use osgi dependency which is available on maven central ( patch
upstreamed )
- add missing dependencies
Modified:
sling/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/pom.xml
Modified:
sling/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/pom.xml?rev=1504075&r1=1504074&r2=1504075&view=diff
==============================================================================
---
sling/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/pom.xml
(original)
+++
sling/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/pom.xml
Wed Jul 17 11:07:28 2013
@@ -60,13 +60,13 @@
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit4</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-karaf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -80,8 +80,26 @@
<groupId>org.apache.karaf</groupId>
<artifactId>org.apache.karaf.client</artifactId>
</exclusion>
+ <!-- Remove after fix for KARAF-2397 is released -->
+ <exclusion>
+ <groupId>org.eclipse</groupId>
+ <artifactId>osgi</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <!-- Remove after fix for KARAF-2397 is released -->
+ <dependency>
+ <groupId>org.eclipse</groupId>
+ <artifactId>org.eclipse.osgi</artifactId>
+ <version>3.8.0.v20120529-1548</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.karaf.tooling.exam</groupId>
+ <artifactId>org.apache.karaf.tooling.exam.options</artifactId>
+ <version>3.0.0.RC1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>