Remove unused code
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.core / pom.xml
index 6d3d914bef267c468a6adf107d2df20e87887ac4..2173bac671d5f91ba85b605f74a00e53c01acc21 100644 (file)
                        <version>1.1.4-SNAPSHOT</version>
                </dependency>
 
-               <!-- JCR -->
-               <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
-               </dependency>
-
                <!-- Apache Commons -->
                <dependency>
                        <groupId>org.argeo.tp</groupId>
                        <artifactId>org.apache.commons.io</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.apache.commons.vfs</artifactId>
+               </dependency>
 
                <!-- Spring -->
                <dependency>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.springframework.web.servlet</artifactId>
+                       <artifactId>org.springframework.beans</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.springframework.oxm</artifactId>
+                       <artifactId>org.springframework.context</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.web.servlet</artifactId>
                </dependency>
 
                <!-- J2EE -->