Improve dependencies
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui.admin / pom.xml
index 54c9d921dbb73d41bb6604e26ce046cb68ab03f7..e4d9413df3a474a0893221a1607decc329590807 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                                                <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
                                                <Bundle-Activator>org.argeo.security.ui.admin.SecurityAdminPlugin
                                                </Bundle-Activator>
-                                               <Require-Bundle>org.eclipse.ui;resolution:=optional,org.eclipse.rap.ui;resolution:=optional,org.eclipse.core.runtime
-                                               </Require-Bundle>
+                                               <Require-Bundle>org.eclipse.core.runtime</Require-Bundle>
                                                <Import-Package>
+                                                       *,
+                                                       org.eclipse.swt,
+                                                       org.eclipse.ui.services,
+                                                       org.eclipse.jface.window,
                                                        org.argeo.eclipse.spring,
                                                        org.springframework.dao,
                                                        org.springframework.core,
-                                                       *
                                                </Import-Package>
                                                <Export-Package>org.argeo.security.ui.admin.*</Export-Package>
                                        </instructions>