From 8ce63e915691646805fddc2b564fef98e555c2cf Mon Sep 17 00:00:00 2001 From: gjoranv Date: Wed, 8 Nov 2017 11:34:36 +0100 Subject: Move commons-logging version to parent pom. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c6e7168904a..77c37dc2509 100644 --- a/pom.xml +++ b/pom.xml @@ -543,6 +543,12 @@ commons-lang ${commons-lang.version} + + + commons-logging + commons-logging + 1.1.1 + commons-net commons-net -- cgit v1.2.3 From b6adbc556ea54cbf609f990787610034a7178783 Mon Sep 17 00:00:00 2001 From: Masakazu Nagaya Date: Fri, 10 Nov 2017 07:11:10 +0900 Subject: Change repository url to HTTPS --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 77c37dc2509..2b7c1abc0d4 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ bintray-yahoo-maven bintray - http://yahoo.bintray.com/maven + https://yahoo.bintray.com/maven -- cgit v1.2.3