Author: veithen
Date: Fri May 9 22:58:05 2014
New Revision: 1593640
URL: http://svn.apache.org/r1593640
Log:
Use a Felix version for which source JARs are available. That makes debugging
easier.
Modified:
axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml
Modified: axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml?rev=1593640&r1=1593639&r2=1593640&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml Fri May 9 22:58:05
2014
@@ -66,7 +66,8 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>4.2.1</version>
+ <!-- For Felix 4.2.x and 4.4.x, source JARs are not available -->
+ <version>4.0.3</version>
<scope>test</scope>
</dependency>
<dependency>