Author: chetanm
Date: Mon Nov 30 06:07:27 2015
New Revision: 1717191
URL: http://svn.apache.org/viewvc?rev=1717191&view=rev
Log:
FELIX-5119 - Jaas module build fails with JDK 8
Update the Felix framework dependency to latest to enable test to pass on JDK 8
Modified:
felix/trunk/jaas/pom.xml
Modified: felix/trunk/jaas/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/jaas/pom.xml?rev=1717191&r1=1717190&r2=1717191&view=diff
==============================================================================
--- felix/trunk/jaas/pom.xml (original)
+++ felix/trunk/jaas/pom.xml Mon Nov 30 06:07:27 2015
@@ -232,7 +232,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>4.0.2</version>
+ <version>5.4.0</version>
<scope>test</scope>
</dependency>