Skip to content

Commit c627f3f

Browse files
committed
Fix missing dependency
1 parent a9e7a1a commit c627f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ repositories {
1616
dependencies {
1717
testCompile 'junit:junit:4.12'
1818
compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '3.+'
19+
compile group: 'commons-io', name: 'commons-io', version: '2.4'
1920
}
2021

2122
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)