]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.autoui/pom.xml
Start introducing the interfaces
[gpl/argeo-slc.git] / org.argeo.slc.autoui / pom.xml
index 6e8b8d48bc3cf7ad3e399e110838b0178691acaf..c47610cc36dd63d2784352c1e5cc372278252f22 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.3-SNAPSHOT</version>
+               <version>0.11.1-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.autoui</artifactId>
@@ -29,7 +29,7 @@
                                                        org.argeo.slc.autoui.AutoUiActivator
                                                </Bundle-Activator>
                                                <Export-Package>
-                                                       org.argeo.slc.autoui
+                                                       org.argeo.slc.autoui.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>
                </plugins>
        </build>
        <dependencies>
-               <!-- 
-                       <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       </dependency>
-                       <dependency>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId>
-                       </dependency>
-                       <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
-                       </dependency>
-               -->
-               <dependency>
-                       <groupId>org.argeo.dep.jemmy</groupId>
-                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
-               </dependency>
-
-               <!-- OSGi 
-                       <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>1.0.0</version>
-                       </dependency>
-               -->
                <dependency>
                        <groupId>org.eclipse</groupId>
                        <artifactId>osgi</artifactId>
                        <version>3.3.0-v20070530</version>
                </dependency>
+
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-context</artifactId>
+                       <version>2.0.8</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.codehaus.castor</groupId>
+                       <artifactId>castor</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file