This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 2ead735 maven: refactor usage of slf4j version (#3325)
2ead735 is described below
commit 2ead7359d12b60e0c5cbabfbccbccb0425d4d8c0
Author: dahn <[email protected]>
AuthorDate: Thu May 23 07:53:18 2019 +0200
maven: refactor usage of slf4j version (#3325)
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 44f0cbc..24ab865 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,6 +165,7 @@
<cs.xml-apis.version>1.4.01</cs.xml-apis.version>
<cs.xmlrpc.version>3.1.3</cs.xmlrpc.version>
<cs.xstream.version>1.4.10</cs.xstream.version>
+ <cs.slf4j.version>1.7.22</cs.slf4j.version>
<org.springframework.version>5.0.2.RELEASE</org.springframework.version>
</properties>
@@ -594,12 +595,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.22</version>
+ <version>${cs.slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.7.22</version>
+ <version>${cs.slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>