File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed
Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1717 <name >Checkstyle Custom Checks</name >
1818
1919 <dependencies >
20+ <dependency >
21+ <groupId >org.slf4j</groupId >
22+ <artifactId >slf4j-api</artifactId >
23+ <version >${slf4j.version} </version >
24+ <scope >provided</scope >
25+ </dependency >
2026 <dependency >
2127 <groupId >com.puppycrawl.tools</groupId >
2228 <artifactId >checkstyle</artifactId >
2329 <version >${checkstyle.version} </version >
2430 <scope >provided</scope >
31+ <exclusions >
32+ <exclusion >
33+ <groupId >org.slf4j</groupId >
34+ <artifactId >slf4j-simple</artifactId >
35+ </exclusion >
36+ </exclusions >
2537 </dependency >
2638 <dependency >
2739 <groupId >com.puppycrawl.tools</groupId >
2840 <artifactId >checkstyle</artifactId >
2941 <version >${checkstyle.version} </version >
3042 <type >test-jar</type >
3143 <scope >provided</scope >
44+ <exclusions >
45+ <exclusion >
46+ <groupId >org.slf4j</groupId >
47+ <artifactId >slf4j-simple</artifactId >
48+ </exclusion >
49+ </exclusions >
3250 </dependency >
3351 <dependency >
3452 <groupId >org.eclipse.jetty</groupId >
6381 <artifactId >org.eclipse.jdt.annotation</artifactId >
6482 <version >${jdt-annotations.version} </version >
6583 </dependency >
66- <dependency >
67- <groupId >org.slf4j</groupId >
68- <artifactId >slf4j-api</artifactId >
69- <version >${slf4j.version} </version >
70- <scope >provided</scope >
71- </dependency >
7284 <dependency >
7385 <groupId >ch.qos.logback</groupId >
7486 <artifactId >logback-classic</artifactId >
Original file line number Diff line number Diff line change 3434 <artifactId >pmd-test</artifactId >
3535 <version >${pmd.version} </version >
3636 <scope >test</scope >
37+ <exclusions >
38+ <exclusion >
39+ <groupId >org.slf4j</groupId >
40+ <artifactId >slf4j-simple</artifactId >
41+ </exclusion >
42+ </exclusions >
3743 </dependency >
3844 </dependencies >
3945
Original file line number Diff line number Diff line change 8484 <!-- Eclipse Java formatter version 4.26+ does not check test files -->
8585 <spotless .eclipse.version>4.25</spotless .eclipse.version>
8686 <spotless .eclipse.wtp.version>4.21.0</spotless .eclipse.wtp.version>
87- <slf4j .version>1.7.36 </slf4j .version>
88- <logback .version>1.2.13 </logback .version>
87+ <slf4j .version>2.0.17 </slf4j .version>
88+ <logback .version>1.5.23 </logback .version>
8989 <eea .version>2.4.0</eea .version>
9090 <m2e .jdt.annotationpath>target/dependency</m2e .jdt.annotationpath>
9191 <dom4j .version>2.2.0</dom4j .version>
You can’t perform that action at this time.
0 commit comments