Merge "Add org.apache.mina as dependency to pom.xml" into stable-2.5

This commit is contained in:
Shawn Pearce
2012-10-24 16:22:34 -07:00
committed by Gerrit Code Review
2 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ limitations under the License.
<artifactId>org.eclipse.jgit.junit</artifactId>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>

View File

@@ -555,6 +555,12 @@ limitations under the License.
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>