Add JCR MVC
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 25 Feb 2011 10:05:29 +0000 (10:05 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 25 Feb 2011 10:05:29 +0000 (10:05 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4195 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/runtime/org.argeo.server.jcr/pom.xml
server/runtime/pom.xml

index d0663ce3e313efcb0e7b66759d1d59869390d2c3..3137dfd6c74fad553ec88df3d6521989ac54de58 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>
                        <version>0.2.3-SNAPSHOT</version>
                </dependency>
 
-               <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.core</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
-               </dependency>
-
                <!-- JCR -->
                <dependency>
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.jcr</artifactId>
                </dependency>
 
-               <!-- Spring -->
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.beans</artifactId>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
                </dependency>
 
+               <!-- Spring -->
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.web.servlet</artifactId>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.springframework.security</groupId>
-                       <artifactId>org.springframework.security.core</artifactId>
+                       <artifactId>org.springframework.beans</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.springframework.ws</groupId>
-                       <artifactId>org.springframework.xml</artifactId>
-               </dependency>
-               
                <!-- OSGi -->
                <dependency>
                        <groupId>org.eclipse.osgi</groupId>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.fileupload</artifactId>
-               </dependency>
-
                <dependency>
                        <groupId>org.junit</groupId>
                        <artifactId>com.springsource.junit</artifactId>
index 35466145f4d42327eee3695b5ee6814aa6dfce65..3892acc4db5c9e37bf207f28ec5d30f9d7ad7711 100644 (file)
@@ -19,6 +19,7 @@
                <module>org.argeo.server.hibernate</module>
                <module>org.argeo.server.ads</module>
                <module>org.argeo.server.jcr</module>
+               <module>org.argeo.server.jcr.mvc</module>
                <module>org.argeo.server.jackrabbit</module>
                <module>org.argeo.server.modeshape</module>
        </modules>