Adapt Security to RCP
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.common / pom.xml
index 2ef694097a373ab683253ced5b04d2b5161a5264..7c0a8455a4d1af581bcb77633e5765b949d0b50b 100644 (file)
                        <groupId>org.eclipse.core</groupId>
                        <artifactId>org.eclipse.core.runtime</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
-               </dependency>
                <dependency>
                        <groupId>org.eclipse.core</groupId>
                        <artifactId>org.eclipse.core.commands</artifactId>
                        <groupId>org.eclipse.equinox</groupId>
                        <artifactId>org.eclipse.equinox.launcher</artifactId>
                </dependency>
+
+               <!-- Security -->
                <dependency>
                        <groupId>org.eclipse.equinox</groupId>
-                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.equinox</groupId>
-                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId>
+                       <artifactId>org.eclipse.equinox.security</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.eclipse.equinox</groupId>
-                       <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId>
+                       <artifactId>org.eclipse.equinox.security.ui</artifactId>
                </dependency>
        </dependencies>
 </project>