]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/runtime/org.argeo.server.jcr.mvc/pom.xml
Add web dav support
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr.mvc / pom.xml
index 82c74af04b9d3d9569daf37f2190167be10577ac..847b933f772048e51327d79af1ea8fdc52464009 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                                                <Export-Package>
                                                        org.argeo.jcr.mvc.*
                                                </Export-Package>
+                                               <Import-Package>
+                                                       org.springframework.beans.factory,
+                                                       *
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -64,7 +69,7 @@
                        <groupId>org.springframework.ws</groupId>
                        <artifactId>org.springframework.xml</artifactId>
                </dependency>
-               
+
                <!-- Logging -->
                <dependency>
                        <groupId>org.slf4j</groupId>