Update framework.security to 4.2.0 of org.osgi.core
---------------------------------------------------
Key: FELIX-1904
URL: https://issues.apache.org/jira/browse/FELIX-1904
Project: Felix
Issue Type: Improvement
Reporter: Davanum Srinivas
Currently, framework.security's pom.xml uses osgi core 4.1.0. While
org.apache.felix.framework (version 2.1.0-SNAPSHOT, 2.0.1 and 2.0.2 etc) uses
4.2.0. Can you please update the dependency to 4.2.0?
[d...@dims-desktop framework.security]$ pwd
/home/dims/apache/felix/framework.security
[d...@dims-desktop framework.security]$svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 884284)
+++ pom.xml (working copy)
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>4.1.0</version>
+ <version>4.2.0</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
In the 4.2.0 version there are newer methods in ConditionalPermissionAdmin /
ConditionalPermissionInfo interfaces that need to be implemented.
thanks,
dims
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.