This is an automated email from the ASF dual-hosted git repository. fpapon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shiro.git
commit fbe303706031f495bd801840e793b7b769b9fe4d Author: Francois Papon <[email protected]> AuthorDate: Sun May 12 18:40:11 2019 +0400 Move commons-logging version properties to root pom --- pom.xml | 1 + samples/spring-boot-web/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9fff58b..a46ca83 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,7 @@ <commons.configuration2.version>2.2</commons.configuration2.version> <commons.lang3.version>3.3.2</commons.lang3.version> <commons.lang.version>2.4</commons.lang.version> + <commons.logging.version>1.2</commons.logging.version> <crowd.version>1.5.2</crowd.version> <!-- Don't change this version without also changing the shiro-ehcache and shiro-features modules' OSGi metadata: --> diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml index 0c1cceb..43ca097 100644 --- a/samples/spring-boot-web/pom.xml +++ b/samples/spring-boot-web/pom.xml @@ -66,7 +66,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.2</version> + <version>${commons.logging.version}</version> </dependency> </dependencies>
