diff options
Diffstat (limited to 'it/pom.xml')
-rw-r--r-- | it/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |