diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-11 12:19:43 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-11-14 13:10:17 +0100 |
commit | b6200b5d9552bb106e343a9268ec66a34fd8aa68 (patch) | |
tree | 72c5e007dd1333a18316ff6c269abb5e91c4781b /tests | |
parent | 525e102ac6942a032546559ae14ecf20bfb20da9 (diff) | |
download | sonarqube-b6200b5d9552bb106e343a9268ec66a34fd8aa68.tar.gz sonarqube-b6200b5d9552bb106e343a9268ec66a34fd8aa68.zip |
Upgrade Selenide to 3.8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pom.xml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index 9c2de4bb1a4..225776d69f2 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -28,6 +28,13 @@ </properties> <dependencies> + <dependency> + <!-- required for selenide --> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>23.0</version> + <scope>test</scope> + </dependency> <!-- must be declared first --> <dependency> <groupId>org.sonarsource.orchestrator</groupId> @@ -61,17 +68,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>com.codeborne</groupId> - <artifactId>selenide</artifactId> - <version>4.4.3</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <!-- required for selenide --> - <version>21.0</version> - </dependency> - <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-ws-client</artifactId> <version>5.0</version> |