File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 7373 <version >0.19</version >
7474 <scope >test</scope >
7575 </dependency >
76+ <dependency >
77+ <groupId >org.slf4j</groupId >
78+ <artifactId >slf4j-simple</artifactId >
79+ <version >${slf4j.version} </version >
80+ <scope >test</scope >
81+ </dependency >
7682 </dependencies >
7783
7884</project >
Original file line number Diff line number Diff line change 3939 <surefire .version>3.0.0-M5</surefire .version>
4040 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4141 <fabric8-client .version>5.0.0</fabric8-client .version>
42+ <slf4j .version>1.7.30</slf4j .version>
4243 </properties >
4344
4445 <modules >
6162 <dependency >
6263 <groupId >org.slf4j</groupId >
6364 <artifactId >slf4j-api</artifactId >
64- <version >1.7.30 </version >
65+ <version >${slf4j.version} </version >
6566 </dependency >
6667 <dependency >
6768 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments