aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 9f96231..4ac0b37 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -26,6 +26,7 @@
<!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version -->
<maven.compiler.release>17</maven.compiler.release>
+ <orchestrator.version>4.1.0.495</orchestrator.version>
</properties>
<dependencies>
@@ -38,7 +39,14 @@
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
- <version>3.40.0.183</version>
+ <version>${orchestrator.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.sonarsource.orchestrator</groupId>
+ <artifactId>sonar-orchestrator-junit4</artifactId>
+ <version>${orchestrator.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>