diff options
author | mickael-caro-sonarsource <mickael.caro@sonarsource.com> | 2020-06-22 13:27:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 13:27:00 +0200 |
commit | 38398d7c11f3ef6866d834017e4b2d2c1c6409b7 (patch) | |
tree | e2ce87af64650d888233bec4130fd2214a8f4192 /it | |
parent | 90a36e384448c3f3b419ddfbab3071e00392d267 (diff) | |
download | sonar-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.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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> |