File tree Expand file tree Collapse file tree 2 files changed +14
-24
lines changed
Expand file tree Collapse file tree 2 files changed +14
-24
lines changed Original file line number Diff line number Diff line change 8181 </dependency >
8282
8383
84- <dependency >
85- <groupId >ch.qos.logback</groupId >
86- <artifactId >logback-core</artifactId >
87- <version >${version.logback} </version >
88- </dependency >
89- <dependency >
90- <groupId >ch.qos.logback</groupId >
91- <artifactId >logback-classic</artifactId >
92- <version >${version.logback} </version >
93- </dependency >
9484 <dependency >
9585 <groupId >org.slf4j</groupId >
9686 <artifactId >slf4j-api</artifactId >
10696
10797
10898 <!-- /// Test /////////////////////////// -->
99+ <dependency >
100+ <groupId >ch.qos.logback</groupId >
101+ <artifactId >logback-core</artifactId >
102+ <version >${version.logback} </version >
103+ <scope >test</scope >
104+ </dependency >
105+
106+ <dependency >
107+ <groupId >ch.qos.logback</groupId >
108+ <artifactId >logback-classic</artifactId >
109+ <version >${version.logback} </version >
110+ <scope >test</scope >
111+ </dependency >
112+
109113 <dependency >
110114 <groupId >org.testng</groupId >
111115 <artifactId >testng</artifactId >
140144 <scope >test</scope >
141145 </dependency >
142146
143-
144147 </dependencies >
145148
146149
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments