You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2012/05/21 10:35:03 UTC

svn commit: r1340931 - in /mina/sshd/trunk: pom.xml sshd-core/pom.xml

Author: gnodet
Date: Mon May 21 08:35:03 2012
New Revision: 1340931

URL: http://svn.apache.org/viewvc?rev=1340931&view=rev
Log:
[SSHD-166] Upgrade to mina 2.0.4

Modified:
    mina/sshd/trunk/pom.xml
    mina/sshd/trunk/sshd-core/pom.xml

Modified: mina/sshd/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/pom.xml?rev=1340931&r1=1340930&r2=1340931&view=diff
==============================================================================
--- mina/sshd/trunk/pom.xml (original)
+++ mina/sshd/trunk/pom.xml Mon May 21 08:35:03 2012
@@ -87,7 +87,7 @@
             <dependency>
                 <groupId>org.apache.mina</groupId>
                 <artifactId>mina-core</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.4</version>
             </dependency>
             <dependency>
                 <groupId>tomcat</groupId>
@@ -97,7 +97,7 @@
             <dependency>
                 <groupId>com.jcraft</groupId>
                 <artifactId>jzlib</artifactId>
-                <version>1.0.7</version>
+                <version>1.1.1</version>
             </dependency>
             <dependency>
                 <groupId>bouncycastle</groupId>
@@ -135,11 +135,6 @@
                 <version>4.4</version>
             </dependency>
             <dependency>
-                <groupId>jline</groupId>
-                <artifactId>jline</artifactId>
-                <version>0.9.94</version>
-            </dependency>
-            <dependency>
                 <groupId>net.sf.jpam</groupId>
                 <artifactId>jpam</artifactId>
                 <version>1.1</version>
@@ -149,6 +144,11 @@
                 <artifactId>commons-httpclient</artifactId>
                 <version>3.1</version>
             </dependency>
+            <dependency>
+                <groupId>ch.ethz.ganymed</groupId>
+                <artifactId>ganymed-ssh2</artifactId>
+                <version>build210</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Modified: mina/sshd/trunk/sshd-core/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/pom.xml?rev=1340931&r1=1340930&r2=1340931&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-core/pom.xml (original)
+++ mina/sshd/trunk/sshd-core/pom.xml Mon May 21 08:35:03 2012
@@ -84,11 +84,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>jline</groupId>
-            <artifactId>jline</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
             <scope>test</scope>
@@ -96,7 +91,6 @@
         <dependency>
             <groupId>ch.ethz.ganymed</groupId>
             <artifactId>ganymed-ssh2</artifactId>
-            <version>build210</version>
             <scope>test</scope>
         </dependency>
     </dependencies>