File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 </dependencyManagement >
3939
4040 <dependencies >
41+
42+ <dependency >
43+ <groupId >org.slf4j</groupId >
44+ <artifactId >slf4j-api</artifactId >
45+ <version >2.0.16</version >
46+ </dependency >
47+
4148 <dependency >
4249 <groupId >ch.qos.logback</groupId >
4350 <artifactId >logback-classic</artifactId >
4451 <version >1.5.16</version >
52+ <scope >test</scope >
4553 </dependency >
4654 <dependency >
4755 <groupId >com.google.code.gson</groupId >
4856 <artifactId >gson</artifactId >
4957 <version >2.12.1</version >
50- <scope >compile</scope >
51- </dependency >
52- <dependency >
53- <groupId >org.slf4j</groupId >
54- <artifactId >slf4j-api</artifactId >
55- <version >2.0.16</version >
58+ <scope >test</scope >
5659 </dependency >
57-
5860 <dependency >
5961 <groupId >org.assertj</groupId >
6062 <artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 77 </encoder >
88 </appender >
99
10- <logger name =" com.retailsvc" level =" debug" />
10+ <!-- <logger name="com.retailsvc" level="debug"/> -- >
1111
12- <root level =" info" >
12+
13+ <root level =" off" >
1314 <appender-ref ref =" stdout" />
1415 </root >
1516</configuration >
You can’t perform that action at this time.
0 commit comments