You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2008/07/13 14:02:53 UTC

svn commit: r676306 - /mina/ftpserver/trunk/pom.xml

Author: ngn
Date: Sun Jul 13 05:02:53 2008
New Revision: 676306

URL: http://svn.apache.org/viewvc?rev=676306&view=rev
Log:
Cleaning up our dependencies

Modified:
    mina/ftpserver/trunk/pom.xml

Modified: mina/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=676306&r1=676305&r2=676306&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Sun Jul 13 05:02:53 2008
@@ -153,8 +153,29 @@
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
         <version>2.0.0-M2</version>
+        <exclusions>
+            <exclusion>
+                <groupId>org.easymock</groupId>
+                <artifactId>easymock</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>org.easymock</groupId>
+                <artifactId>easymockclassextension</artifactId>
+            </exclusion>
+	</exclusions>
       </dependency>
 
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <version>2.5.5</version>
+        <exclusions>
+            <exclusion>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+            </exclusion>
+	</exclusions>
+    </dependency>
 
       <!-- Logging -->
       <dependency>
@@ -163,6 +184,12 @@
         <version>1.5.2</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl-over-slf4j</artifactId>
+        <version>1.5.2</version>
+      </dependency>
+
       <!-- Test dependencies -->
       <dependency>
         <groupId>junit</groupId>