]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
Start preparing OSGi runtime
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index 92f3796ad810fcd2d278baa7d969960e339b68b7..1680c2722b32ccb8d03e2ee1087966e8dad41f49 100644 (file)
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
-                                               <Import-Package>*,org.apache.commons.logging;version="1.1"</Import-Package>
+                                               <Import-Package>*,org.apache.commons.logging;version="1.1",
+                                                       org.dbunit;resolution:="optional",
+                                                       org.dbunit.database;resolution:="optional",
+                                                       org.dbunit.dataset;resolution:="optional",
+                                                       org.dbunit.dataset.xml;resolution:="optional",
+                                                       org.dbunit.operation;resolution:="optional"
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.context</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>org.springframework.ws</groupId>
-                       <artifactId>org.springframework.oxm</artifactId>
-               </dependency>
 
                <dependency>
                        <groupId>org.dbunit</groupId>
                        <groupId>org.junit</groupId>
                        <artifactId>com.springsource.junit</artifactId>
                </dependency>
+
+               <!-- Required by DB Unit -->
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.collections</artifactId>
+               </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file