You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2009/10/15 14:36:52 UTC

svn commit: r825478 - /mina/branches/3.0/parent/pom.xml

Author: jvermillard
Date: Thu Oct 15 12:36:52 2009
New Revision: 825478

URL: http://svn.apache.org/viewvc?rev=825478&view=rev
Log:
bumped version of dependencies

Modified:
    mina/branches/3.0/parent/pom.xml

Modified: mina/branches/3.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/mina/branches/3.0/parent/pom.xml?rev=825478&r1=825477&r2=825478&view=diff
==============================================================================
--- mina/branches/3.0/parent/pom.xml (original)
+++ mina/branches/3.0/parent/pom.xml Thu Oct 15 12:36:52 2009
@@ -43,131 +43,23 @@
                 <version>${pom.version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>${groupId}</groupId>
-                <artifactId>mina-transport-apr</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>${groupId}</groupId>
-                <artifactId>mina-filter-compression</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>${groupId}</groupId>
-                <artifactId>mina-filter-codec-netty</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>${groupId}</groupId>
-                <artifactId>mina-integration-beans</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>${groupId}</groupId>
-                <artifactId>mina-integration-ognl</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>${groupId}</groupId>
-                <artifactId>mina-integration-jmx</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>${groupId}</groupId>
-                <artifactId>mina-statemachine</artifactId>
-                <version>${pom.version}</version>
-            </dependency>
-
-            <!-- Transport -->
-            <dependency>
-                <groupId>tomcat</groupId>
-                <artifactId>tomcat-apr</artifactId>
-                <version>5.5.23</version>
-            </dependency>
-
-            <!-- Filter -->
-            <dependency>
-                <groupId>com.jcraft</groupId>
-                <artifactId>jzlib</artifactId>
-                <version>1.0.7</version>
-            </dependency>
-
-            <!-- Integration -->
-            <dependency>
-                <groupId>net.gleamynode</groupId>
-                <artifactId>netty2</artifactId>
-                <version>1.9.2</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.xbean</groupId>
-                <artifactId>xbean-spring</artifactId>
-                <version>3.4.3</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring</artifactId>
-                <version>2.5.5</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.servlet</groupId>
-                        <artifactId>servlet-api</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-            <dependency>
-                <groupId>ognl</groupId>
-                <artifactId>ognl</artifactId>
-                <version>2.7.2</version>
-            </dependency>
-
-            <dependency>
-                <groupId>jboss</groupId>
-                <artifactId>javassist</artifactId>
-                <version>3.7.ga</version>
-            </dependency>
-
-            <!-- State Machine -->
-            <dependency>
-                <groupId>commons-lang</groupId>
-                <artifactId>commons-lang</artifactId>
-                <version>2.4</version>
-            </dependency>
-
             <!-- Logging -->
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.8</version>
             </dependency>
 
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>jcl-over-slf4j</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.8</version>
             </dependency>
 
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-log4j12</artifactId>
-                <version>1.5.2</version>
+                <version>1.5.8</version>
             </dependency>
 
             <dependency>