Skip to content

Commit 2b0a28d

Browse files
committed
Fix log4j warnings
1 parent 22852e3 commit 2b0a28d

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,17 @@
156156
<artifactId>poi-ooxml</artifactId>
157157
<version>5.2.3</version>
158158
</dependency>
159+
<dependency>
160+
<groupId>org.apache.logging.log4j</groupId>
161+
<artifactId>log4j-to-slf4j</artifactId>
162+
<version>2.20.0</version>
163+
<exclusions>
164+
<exclusion>
165+
<artifactId>slf4j-api</artifactId>
166+
<groupId>org.slf4j</groupId>
167+
</exclusion>
168+
</exclusions>
169+
</dependency>
159170

160171
<dependency>
161172
<groupId>com.opencsv</groupId>
@@ -188,12 +199,6 @@
188199
<version>1.4.7</version>
189200
<scope>test</scope>
190201
</dependency>
191-
<dependency>
192-
<groupId>org.apache.logging.log4j</groupId>
193-
<artifactId>log4j-slf4j2-impl</artifactId>
194-
<version>2.20.0</version>
195-
<scope>test</scope>
196-
</dependency>
197202
</dependencies>
198203

199204
</project>

0 commit comments

Comments
 (0)