File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 100
100
<artifactId >slf4j-api</artifactId >
101
101
<version >${slf4j-version} </version >
102
102
</dependency >
103
- <dependency >
104
- <groupId >org.slf4j</groupId >
105
- <artifactId >slf4j-simple</artifactId >
106
- <version >${slf4j-version} </version >
107
- </dependency >
108
103
<dependency >
109
104
<groupId >org.apache.commons</groupId >
110
105
<artifactId >commons-lang3</artifactId >
121
116
<version >${testng-version} </version >
122
117
<scope >test</scope >
123
118
</dependency >
119
+ <dependency >
120
+ <groupId >org.slf4j</groupId >
121
+ <artifactId >slf4j-simple</artifactId >
122
+ <version >${slf4j-version} </version >
123
+ <scope >test</scope >
124
+ </dependency >
124
125
<dependency >
125
126
<groupId >org.reflections</groupId >
126
127
<artifactId >reflections</artifactId >
You can’t perform that action at this time.
0 commit comments