We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ecac4 commit 2ead735Copy full SHA for 2ead735
1 file changed
pom.xml
@@ -165,6 +165,7 @@
165
<cs.xml-apis.version>1.4.01</cs.xml-apis.version>
166
<cs.xmlrpc.version>3.1.3</cs.xmlrpc.version>
167
<cs.xstream.version>1.4.10</cs.xstream.version>
168
+ <cs.slf4j.version>1.7.22</cs.slf4j.version>
169
<org.springframework.version>5.0.2.RELEASE</org.springframework.version>
170
</properties>
171
@@ -594,12 +595,12 @@
594
595
<dependency>
596
<groupId>org.slf4j</groupId>
597
<artifactId>slf4j-api</artifactId>
- <version>1.7.22</version>
598
+ <version>${cs.slf4j.version}</version>
599
</dependency>
600
601
602
<artifactId>slf4j-log4j12</artifactId>
603
604
605
606
<groupId>org.springframework</groupId>
0 commit comments