We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22852e3 commit 2b0a28dCopy full SHA for 2b0a28d
1 file changed
pom.xml
@@ -156,6 +156,17 @@
156
<artifactId>poi-ooxml</artifactId>
157
<version>5.2.3</version>
158
</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>
170
171
<dependency>
172
<groupId>com.opencsv</groupId>
@@ -188,12 +199,6 @@
188
199
<version>1.4.7</version>
189
200
<scope>test</scope>
190
201
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>
197
202
</dependencies>
198
203
204
</project>
0 commit comments