Skip to content

Commit 2ead735

Browse files
DaanHooglandyadvr
authored andcommitted
maven: refactor usage of slf4j version (#3325)
1 parent f6ecac4 commit 2ead735

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<cs.xml-apis.version>1.4.01</cs.xml-apis.version>
166166
<cs.xmlrpc.version>3.1.3</cs.xmlrpc.version>
167167
<cs.xstream.version>1.4.10</cs.xstream.version>
168+
<cs.slf4j.version>1.7.22</cs.slf4j.version>
168169
<org.springframework.version>5.0.2.RELEASE</org.springframework.version>
169170
</properties>
170171

@@ -594,12 +595,12 @@
594595
<dependency>
595596
<groupId>org.slf4j</groupId>
596597
<artifactId>slf4j-api</artifactId>
597-
<version>1.7.22</version>
598+
<version>${cs.slf4j.version}</version>
598599
</dependency>
599600
<dependency>
600601
<groupId>org.slf4j</groupId>
601602
<artifactId>slf4j-log4j12</artifactId>
602-
<version>1.7.22</version>
603+
<version>${cs.slf4j.version}</version>
603604
</dependency>
604605
<dependency>
605606
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)