aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authormickael-caro-sonarsource <mickael.caro@sonarsource.com>2020-06-22 13:27:00 +0200
committerGitHub <noreply@github.com>2020-06-22 13:27:00 +0200
commit38398d7c11f3ef6866d834017e4b2d2c1c6409b7 (patch)
treee2ce87af64650d888233bec4130fd2214a8f4192 /it
parent90a36e384448c3f3b419ddfbab3071e00392d267 (diff)
downloadsonar-scanner-cli-38398d7c11f3ef6866d834017e4b2d2c1c6409b7.tar.gz
sonar-scanner-cli-38398d7c11f3ef6866d834017e4b2d2c1c6409b7.zip
SQSCANNER-65 Add a new flag to get the Scanner that invoked the CLI a… (#84)
* SQSCANNER-65 Add a new flag to get the Scanner that invoked the CLI and its version from the invocation commandLine
Diffstat (limited to 'it')
-rw-r--r--it/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 3e843d4..85efafe 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
- <version>3.24.0.1993</version>
+ <version>3.29.0.2543</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -48,12 +48,6 @@
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-ws</artifactId>
<version>${sonar.buildVersion}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.sonarsource.sonarqube</groupId>
- <artifactId>sonar-ws</artifactId>
- <version>${sonar.buildVersion}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>