Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions its/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
<version>${sonarlint.plugin.api.version}</version>
<scope>test</scope>
</dependency>
<!-- sonarlint-core requires slf4j 2.x at runtime; override the parent's 1.7 management for this module. -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.test.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions its/plugin/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@
<artifactId>commons-lang3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<!-- Fixes "Defaulting to no-operation (NOP) logger", which results in missing logs from the orchestrator. -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.java</groupId>
<artifactId>test-classpath-reader</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions its/ruling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Fixes "Defaulting to no-operation (NOP) logger", which results in missing logs from the orchestrator. -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<!-- not a direct code dependency, but needed to download it and install it into SonarQube -->
<dependency>
<groupId>org.sonarsource.java</groupId>
Expand Down
2 changes: 1 addition & 1 deletion its/vibebot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>21</maven.compiler.release>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.18</slf4j.version>
</properties>
<dependencies>
<dependency>
Expand Down
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<!-- Required by shadow scans -->
<sonar.organization>sonarsource</sonar.organization>
<!-- Compile and test against the latest plugin API. Runtime compatibility is validated independently. -->
<sonar.plugin.api.version>13.11.0.4459</sonar.plugin.api.version>
<sonar.plugin.api.version>14.0.0.4498</sonar.plugin.api.version>
<sonar.scanner.version>13.10.0.4657</sonar.scanner.version>
<sonarlint.plugin.api.version>11.9.0.86162</sonarlint.plugin.api.version>
<sonar.sca.exclusions>its/**,java-checks-test-sources/**</sonar.sca.exclusions>
Expand All @@ -113,10 +113,7 @@
<mockito-agent-jar>mockito-core-${mockito-core.version}.jar</mockito-agent-jar>

<!-- The product must work with the SLF4J provided in the Plugin API. -->
<slf4j.version>1.7.36</slf4j.version>
<!-- SonarLint Core, used in plugin ITs, requires new SLF4J. -->
<slf4j.test.version>2.0.18</slf4j.test.version>

<slf4j.version>2.0.18</slf4j.version>
</properties>

<distributionManagement>
Expand Down
Loading