add file support for RAP.
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui.rap / pom.xml
index a0009ca93d74058ac2ac83eab71f1668c1dacb43..a852e57d13a9cb20084ec480ceb7f01f7cc06297 100644 (file)
@@ -36,6 +36,9 @@
                                                <Import-Package>
                                                        org.springframework.beans.factory,
                                                        org.springframework.core.io.support,
+                                                       org.apache.commons.io,
+                                                       org.argeo,
+                                                       org.argeo.eclipse.ui.dialogs,
                                                        !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.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
+               </dependency>
+
        </dependencies>
 </project>