File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
docs/delphi-custom-rules-example Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 5252 <sonar .delphi.version>0.40.0</sonar .delphi.version>
5353 <sonar .plugin.api.version>10.1.0.809</sonar .plugin.api.version>
5454 <sonar .analyzer.commons.version>2.7.0.1482</sonar .analyzer.commons.version>
55+ <slf4j .version>1.7.30</slf4j .version>
5556 <junit .version>5.9.0</junit .version>
5657 <assertj .version>3.23.1</assertj .version>
5758 <mockito .version>5.4.0</mockito .version>
7172 <scope >provided</scope >
7273 </dependency >
7374
74- <dependency >
75- <groupId >org.slf4j</groupId >
76- <artifactId >slf4j-api</artifactId >
77- <version >${slf4j.version} </version >
78- <scope >provided</scope >
79- </dependency >
80- <dependency >
81- <groupId >org.slf4j</groupId >
82- <artifactId >slf4j-simple</artifactId >
83- <version >${slf4j.version} </version >
84- <scope >test</scope >
85- </dependency >
86-
8775 <dependency >
8876 <groupId >au.com.integradev.delphi</groupId >
8977 <artifactId >sonar-delphi-plugin</artifactId >
10492 <version >${sonar.delphi.version} </version >
10593 <scope >test</scope >
10694 </dependency >
95+ <dependency >
96+ <groupId >org.slf4j</groupId >
97+ <artifactId >slf4j-api</artifactId >
98+ <version >${slf4j.version} </version >
99+ <scope >provided</scope >
100+ </dependency >
101+ <dependency >
102+ <groupId >org.slf4j</groupId >
103+ <artifactId >slf4j-simple</artifactId >
104+ <version >${slf4j.version} </version >
105+ <scope >test</scope >
106+ </dependency >
107107 <dependency >
108108 <groupId >org.junit.jupiter</groupId >
109109 <artifactId >junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments