We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41899db commit d02b9f2Copy full SHA for d02b9f2
pom.xml
@@ -258,12 +258,6 @@
258
<version>${logback.version}</version>
259
<scope>test</scope>
260
</dependency>
261
- <dependency>
262
- <groupId>log4j</groupId>
263
- <artifactId>log4j</artifactId>
264
- <version>${log4j.version}</version>
265
- <scope>test</scope>
266
- </dependency>
267
<dependency>
268
<groupId>org.testng</groupId>
269
<artifactId>testng</artifactId>
@@ -375,7 +369,6 @@
375
369
<netty.version>4.0.37.Final</netty.version>
376
370
<slf4j.version>1.7.21</slf4j.version>
377
371
<logback.version>1.1.7</logback.version>
378
- <log4j.version>1.2.17</log4j.version>
379
372
<testng.version>6.9.10</testng.version>
380
373
<jetty.version>9.3.9.v20160517</jetty.version>
381
374
<tomcat.version>6.0.29</tomcat.version>
0 commit comments