[vlma-devel] commit: spring remoting dep is not needed since it is included in spring-context, provided by the spring dependency (Filippo Carone )

git version control git at videolan.org
Sun Apr 27 19:29:25 CEST 2008


vlma | branch: master | Filippo Carone <littlejohn at videolan.org> | Sun Apr 27 18:52:05 2008 +0200| [79dc5af626869508944d0941659890896d6037de]

spring remoting dep is not needed since it is included in spring-context, provided by the spring dependency

Signed-off-by: Adrien Grand <jpountz at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=79dc5af626869508944d0941659890896d6037de
---

 web/pom.xml |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/web/pom.xml b/web/pom.xml
index e3337a0..68b016d 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -70,34 +70,6 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring-remoting</artifactId>
-            <version>2.0.8</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-aop</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-beans</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-context</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <version>2.5.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
             <artifactId>spring-webmvc</artifactId>
             <version>2.5.2</version>
             <exclusions>



More information about the vlma-devel mailing list