You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ch...@apache.org on 2015/11/30 13:46:50 UTC

svn commit: r1717243 - /felix/trunk/jaas/pom.xml

Author: chetanm
Date: Mon Nov 30 12:46:50 2015
New Revision: 1717243

URL: http://svn.apache.org/viewvc?rev=1717243&view=rev
Log:
FELIX-5119 - Jaas module build fails with JDK 8

Also specifying the felix.java.version for animal sniffer plugin to work

Modified:
    felix/trunk/jaas/pom.xml

Modified: felix/trunk/jaas/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/jaas/pom.xml?rev=1717243&r1=1717242&r2=1717243&view=diff
==============================================================================
--- felix/trunk/jaas/pom.xml (original)
+++ felix/trunk/jaas/pom.xml Mon Nov 30 12:46:50 2015
@@ -54,6 +54,7 @@
     <bundle.boot.file>
       ${bundle.build.name}/${project.build.finalName}-boot.jar
     </bundle.boot.file>
+    <felix.java.version>6</felix.java.version>
   </properties>
 
   <build>