Make it possible to compile with java > 6

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1445182 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index c674053..947bcdb 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -40,7 +40,7 @@
      <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>4.3.0</version>
+      <version>5.0.0</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -54,8 +54,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <target>jsr14</target>
-          <source>1.5</source>
+          <target>1.3</target>
+          <source>1.3</source>
         </configuration>
       </plugin>
       <plugin>