Implementation of openfile handler for RCP
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui.rcp / pom.xml
index bcaca053579ba2d56ddbba64912df56d3a835777..ca9ad18ef3b8d7121d781c6a243e11150efb7eac 100644 (file)
@@ -36,6 +36,8 @@
                                                <Import-Package>
                                                        org.springframework.beans.factory,
                                                        org.springframework.core.io.support,
+                                                       org.apache.commons.io,
+                                                       org.argeo,
                                                        !org.eclipse.core.runtime,
                                                        !org.eclipse.core.commands,
                                                        !org.eclipse.ui.plugin,
                        <artifactId>org.argeo.eclipse.ui</artifactId>
                        <version>0.2.3-SNAPSHOT</version>
                </dependency>
+
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.nodeps</artifactId>
+                       <version>0.2.3-SNAPSHOT</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file