File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 4141 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
4242
4343 <sonarqube .version>9.4.0.54424</sonarqube .version>
44- <sonarjava .version>7.19.0.31550</sonarjava .version>
4544 <sonarpython .version>4.3.0.11660</sonarpython .version>
4645
4746 <sonar-packaging .version>1.21.0.505</sonar-packaging .version>
4847 <sonar .skipDependenciesPackaging>true</sonar .skipDependenciesPackaging>
4948
50- <junit .jupiter.version>5.9.1</junit .jupiter.version>
51- <assertJ .version>3.23.1</assertJ .version>
5249 <mockito .version>5.3.1</mockito .version>
5350
5451 <!-- temporary version waiting for real automatic release in ecocode repository -->
8279 <scope >provided</scope >
8380 </dependency >
8481
82+ <!-- To keep because of dependency used at runtime (or else error at starting SonarQube) -->
83+ <dependency >
84+ <groupId >org.sonarsource.analyzer-commons</groupId >
85+ <artifactId >sonar-analyzer-commons</artifactId >
86+ <version >${sonar-analyzer-commons.version} </version >
87+ </dependency >
88+
89+ <!-- TEST sources dependencies -->
8590 <dependency >
8691 <groupId >org.sonarsource.python</groupId >
8792 <artifactId >python-checks-testkit</artifactId >
174179 <jreMinVersion >${java.version} </jreMinVersion >
175180 </configuration >
176181 </plugin >
182+ <!-- To keep because of dependency sonar-analyzer-commons -->
177183 <plugin >
178184 <groupId >org.apache.maven.plugins</groupId >
179185 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments