Skip to content

Commit f25f3fe

Browse files
Mykola MokhnachSrinivasanTarget
authored andcommitted
Add the missing module into gradle config (appium#897)
1 parent b8d1790 commit f25f3fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,13 @@ dependencies {
7979
compile 'javax.websocket:javax.websocket-api:1.1'
8080
compile 'org.glassfish.tyrus:tyrus-client:1.13.1'
8181
compile 'org.glassfish.tyrus:tyrus-container-grizzly:1.2.1'
82-
82+
8383
testCompile 'junit:junit:4.12'
8484
testCompile 'org.hamcrest:hamcrest-library:1.3'
8585
testCompile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '2.2.1') {
8686
exclude group: 'org.seleniumhq.selenium'
8787
}
88+
testCompile 'io.github.bonigarcia:webdrivermanager:2.2.1'
8889
}
8990

9091
ext {

0 commit comments

Comments
 (0)