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 9b063a6 commit bdc1756Copy full SHA for bdc1756
pom.xml
@@ -94,28 +94,6 @@
94
</exclusion>
95
</exclusions>
96
</dependency>
97
- <dependency>
98
- <groupId>org.testng</groupId>
99
- <artifactId>testng</artifactId>
100
- <version>7.6.1</version>
101
- <scope>compile</scope>
102
- </dependency>
103
-
104
105
- <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
106
107
- <groupId>org.slf4j</groupId>
108
- <artifactId>slf4j-log4j12</artifactId>
109
- <version>1.7.21</version>
110
- <scope>test</scope>
111
112
113
- <!-- https://mvnrepository.com/artifact/log4j/log4j -->
114
115
- <groupId>log4j</groupId>
116
- <artifactId>log4j</artifactId>
117
- <version>1.2.17</version>
118
119
120
</dependencies>
121
0 commit comments