| java_library(name = "htmlunit", | |
| deps = [ | |
| "htmlunit-2.11.jar", | |
| "htmlunit-core-js-2.11.jar", | |
| "//third_party/java/apache-httpclient", | |
| "//third_party/java/commons-collections", | |
| "//third_party/java/commons-io", | |
| "//third_party/java/commons-lang", | |
| "//third_party/java/cssparser", | |
| "//third_party/java/nekohtml", | |
| "//third_party/java/serializer", | |
| "//third_party/java/xml", | |
| "//third_party/java/jetty-websocket" | |
| ]) |