@@ -7,7 +7,7 @@ def selenium_java_deps():
7
7
"com.beust:jcommander:1.72" ,
8
8
"com.github.javaparser:javaparser-core:3.15.5" ,
9
9
"com.google.code.gson:gson:2.8.6" ,
10
- "com.google.guava:guava:28.1 -jre" ,
10
+ "com.google.guava:guava:28.2g -jre" ,
11
11
"com.google.auto:auto-common:0.10" ,
12
12
"com.google.auto.service:auto-service:1.0-rc6" ,
13
13
"com.google.auto.service:auto-service-annotations:1.0-rc6" ,
@@ -21,6 +21,7 @@ def selenium_java_deps():
21
21
"junit:junit:4.12" ,
22
22
"net.bytebuddy:byte-buddy:1.10.2" ,
23
23
"net.sourceforge.htmlunit:htmlunit:2.36.0" ,
24
+ "net.sourceforge.htmlunit:htmlunit-core-js:2.36.0" ,
24
25
"org.apache.commons:commons-exec:1.3" ,
25
26
"org.assertj:assertj-core:3.13.2" ,
26
27
"org.asynchttpclient:async-http-client:2.10.3" ,
@@ -32,6 +33,7 @@ def selenium_java_deps():
32
33
"org.eclipse.jetty:jetty-util:9.4.22.v20191022" ,
33
34
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" ,
34
35
"org.hamcrest:hamcrest-all:1.3" ,
36
+ "org.hamcrest:hamcrest-core:1.3" ,
35
37
"org.mockito:mockito-core:3.1.0" ,
36
38
"org.testng:testng:6.14.3" ,
37
39
"org.zeromq:jeromq:0.5.1" ,
@@ -47,8 +49,12 @@ def selenium_java_deps():
47
49
],
48
50
),
49
51
],
50
- fail_on_missing_checksum = False ,
52
+ excluded_artifacts = [
53
+ "io.netty:netty-all" , # Depend on the actual things you need
54
+ ],
55
+ fail_on_missing_checksum = True ,
51
56
fetch_sources = True ,
57
+ strict_visibility = True ,
52
58
repositories = [
53
59
"https://repo1.maven.org/maven2" ,
54
60
"https://jcenter.bintray.com/" ,
0 commit comments