Upgrade Apache SSH dependency to 0.6.0

Upgrading the Apache SSH core dependency to 0.6.0 allows
the project to be built from Maven Central satisfied dependencies
instead of those available through custom Maven repositories

Change-Id: Ie4edf2c71b26f161e494eb899437b10763e3e2ce
This commit is contained in:
Alex Blewitt 2013-02-25 14:11:23 +00:00 committed by Bruce Zu
parent 7b07b3372e
commit f74e85fc75

View File

@ -576,7 +576,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>0.5.1-r1095809</version>
<version>0.6.0</version>
</dependency>
<dependency>