]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/runtime/org.argeo.server.jcr.mvc/pom.xml
[maven-release-plugin] prepare release argeo-commons-0.4.0
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr.mvc / pom.xml
index 82c74af04b9d3d9569daf37f2190167be10577ac..0a5938f0b5a639f31782cebd3612a0beb9c20b63 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.2.3-SNAPSHOT</version>
+               <version>0.4.0</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jcr.mvc</artifactId>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.jcr.mvc.*
                                                </Export-Package>
+                                               <Import-Package>
+                                                       org.springframework.beans.factory,
+                                                       *
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.4.0</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.4.0</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
                </dependency>
 
                <!-- Spring -->
@@ -64,7 +73,7 @@
                        <groupId>org.springframework.ws</groupId>
                        <artifactId>org.springframework.xml</artifactId>
                </dependency>
-               
+
                <!-- Logging -->
                <dependency>
                        <groupId>org.slf4j</groupId>