File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 <dependencyManagement >
3737
3838 <dependencies >
39-
39+
4040 <!-- Java Commons Annotations API -->
4141 <dependency >
4242 <groupId >javax.annotation</groupId >
8181 <version >${slf4j.version} </version >
8282 </dependency >
8383
84+ <!-- Logback -->
8485 <dependency >
8586 <groupId >ch.qos.logback</groupId >
8687 <artifactId >logback-classic</artifactId >
8788 <version >${logback.version} </version >
8889 </dependency >
8990
91+ <dependency >
92+ <groupId >ch.qos.logback</groupId >
93+ <artifactId >logback-core</artifactId >
94+ <version >${logback.version} </version >
95+ </dependency >
96+
97+ <dependency >
98+ <groupId >ch.qos.logback</groupId >
99+ <artifactId >logback-access</artifactId >
100+ <version >${logback.version} </version >
101+ </dependency >
102+
90103 <!-- Testing -->
91-
104+
92105 <!-- JUnit BOM -->
93106 <dependency >
94107 <groupId >org.junit</groupId >
156169 </profile >
157170
158171 </profiles >
159- </project >
172+ </project >
You can’t perform that action at this time.
0 commit comments