[ 
https://issues.apache.org/jira/browse/FELIX-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857262#action_12857262
 ] 

Karl Pauls commented on FELIX-2250:
-----------------------------------

you need to change the dependency:

<dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <version>4.1.0</version>
            <scope>provided</scope>
        </dependency>

to version:

<dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <version>4.2.0</version>
            <scope>provided</scope>
        </dependency>


> Security Policy configuration printer
> -------------------------------------
>
>                 Key: FELIX-2250
>                 URL: https://issues.apache.org/jira/browse/FELIX-2250
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Valentin Valchev
>             Fix For: webconsole-3.0.2
>
>         Attachments: PermissionsConfigurationPrinter.java
>
>
> For diagnosing issues related to bundle security, the web console should 
> include 'security policy' configuration printer.
> It will use the PermissionAdmin and ConditionPermissionAdmin to print the 
> assigned security permissions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to