Author: jbonofre
Date: Wed Jun 11 14:53:01 2014
New Revision: 1601921
URL: http://svn.apache.org/r1601921
Log:
[ARIES-1006] Downgrade to OSGi 4.2.0 in jpa-container-itest to fix the tests
and give time to investigate
Modified:
aries/trunk/jpa/jpa-container-itest/pom.xml
Modified: aries/trunk/jpa/jpa-container-itest/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container-itest/pom.xml?rev=1601921&r1=1601920&r2=1601921&view=diff
==============================================================================
--- aries/trunk/jpa/jpa-container-itest/pom.xml (original)
+++ aries/trunk/jpa/jpa-container-itest/pom.xml Wed Jun 11 14:53:01 2014
@@ -43,11 +43,13 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
+ <version>4.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
+ <version>4.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>