Upgraded Spring framework version to 5.1.0
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/1cb2ace6 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/1cb2ace6 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/1cb2ace6 Branch: refs/heads/master Commit: 1cb2ace685d4bcf4d037fb02748fe59615a628d5 Parents: 855ff5a Author: Lyor Goldstein <[email protected]> Authored: Wed Oct 3 20:33:24 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Thu Oct 4 08:50:08 2018 +0300 ---------------------------------------------------------------------- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/1cb2ace6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8541ff6..517ded7 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <bouncycastle.version>1.60</bouncycastle.version> <slf4j.version>1.7.25</slf4j.version> - <spring.version>5.0.8.RELEASE</spring.version> + <spring.version>5.1.0.RELEASE</spring.version> <jgit.version>5.0.2.201807311906-r</jgit.version> <junit.version>4.12</junit.version> <bytebuddy.version>1.8.17</bytebuddy.version> @@ -450,6 +450,18 @@ <dependency> <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>${spring.version}</version> + <exclusions> + <!-- We use jcl-over-slf4j --> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-jcl</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework</groupId> <artifactId>spring-framework-bom</artifactId> <version>${spring.version}</version> <type>pom</type>
