Skip to content

Commit

Permalink
File names are case sensitive. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 1, 2018
1 parent b2b6103 commit 8438b20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/java/selenium/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'htmlunit-driver',
maven_coords = 'org.seleniumhq.selenium:htmlunit-driver:jar:2.32.2-snapshot',
binary_jar = 'htmlunit-driver-2.32.2-snapshot.jar',
source_jar = 'htmlunit-driver-2.32.2-snapshot-sources.jar',
maven_coords = 'org.seleniumhq.selenium:htmlunit-driver:jar:2.32.2-SNAPSHOT',
binary_jar = 'htmlunit-driver-2.32.2-SNAPSHOT.jar',
source_jar = 'htmlunit-driver-2.32.2-SNAPSHOT-sources.jar',
deps = [
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/src/org/openqa/selenium/support:support',
Expand Down

0 comments on commit 8438b20

Please sign in to comment.