]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/runtime/org.argeo.server.jcr.mvc/pom.xml
Add dep folder
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr.mvc / pom.xml
index c9cf7563c110edfa6c7ad71ba7e2b7cc03dcb61d..b2520877029807e95ee732b5dd477a7064816404 100644 (file)
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <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>
                <artifactId>runtime</artifactId>
-               <version>0.3.2</version>
+               <version>2.1.12-SNAPSHOT</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.core,
                                                        org.springframework.beans.factory,
+                                                       javax.xml.transform.*;version="0.0.0",
+                                                       javax.xml.parsers.*;version="0.0.0",
+                                                       org.w3c.dom.*;version="0.0.0",
+                                                       org.xml.sax.*;version="0.0.0",
                                                        *
                                                </Import-Package>
                                        </instructions>
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>0.3.2</version>
+                       <version>2.1.12-SNAPSHOT</version>
                </dependency>
 
+               <!-- Spring -->
                <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.core</artifactId>
-                       <version>0.3.2</version>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.context</artifactId>
                </dependency>
-
-               <!-- Spring -->
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.web.servlet</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.core</artifactId>
                </dependency>
-
                <dependency>
-                       <groupId>org.springframework.security</groupId>
-                       <artifactId>org.springframework.security.core</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.beans</artifactId>
                </dependency>
-
                <dependency>
-                       <groupId>org.springframework.ws</groupId>
-                       <artifactId>org.springframework.xml</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.web</artifactId>
                </dependency>
-
-               <!-- Logging -->
                <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.web.servlet</artifactId>
                </dependency>
 
+               <!-- Logging -->
                <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.fileupload</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>slf4j.org.apache.commons.logging</artifactId>
                </dependency>
        </dependencies>
-</project>
+</project>
\ No newline at end of file