We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4946f0 commit c9ce2e7Copy full SHA for c9ce2e7
batch/pom.xml
@@ -11,7 +11,7 @@
11
<name>SonarScanner Java Library - Batch</name>
12
13
<properties>
14
- <sonarQubeVersion>6.6</sonarQubeVersion>
+ <sonarQubeVersion>25.9.0.112764</sonarQubeVersion>
15
</properties>
16
17
<dependencies>
@@ -26,6 +26,12 @@
26
<artifactId>sonar-scanner-engine</artifactId>
27
<version>${sonarQubeVersion}</version>
28
<scope>provided</scope>
29
+ <exclusions>
30
+ <exclusion>
31
+ <groupId>*</groupId>
32
+ <artifactId>*</artifactId>
33
+ </exclusion>
34
+ </exclusions>
35
</dependency>
36
37
<!-- Unit tests -->
0 commit comments