There was an error while loading. Please reload this page.
1 parent b8d1790 commit f25f3feCopy full SHA for f25f3fe
build.gradle
@@ -79,12 +79,13 @@ dependencies {
79
compile 'javax.websocket:javax.websocket-api:1.1'
80
compile 'org.glassfish.tyrus:tyrus-client:1.13.1'
81
compile 'org.glassfish.tyrus:tyrus-container-grizzly:1.2.1'
82
-
+
83
testCompile 'junit:junit:4.12'
84
testCompile 'org.hamcrest:hamcrest-library:1.3'
85
testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '2.2.1') {
86
exclude group: 'org.seleniumhq.selenium'
87
}
88
+ testCompile 'io.github.bonigarcia:webdrivermanager:2.2.1'
89
90
91
ext {
0 commit comments