Skip to content

Commit 11934cf

Browse files
authored
Closes #9689 jcip for Apache 2 License into selenium source
1 parent c096326 commit 11934cf

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

java/maven_deps.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def selenium_java_deps():
7878
"xyz.rogfam:littleproxy:2.0.5",
7979
"org.seleniumhq.selenium:htmlunit-driver:2.53.0",
8080
"org.redisson:redisson:3.16.3",
81+
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
8182
],
8283
excluded_artifacts = [
8384
"org.hamcrest:hamcrest-all", # Replaced by hamcrest 2

java/maven_install.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependency_tree": {
33
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
4-
"__INPUT_ARTIFACTS_HASH": -1546246900,
5-
"__RESOLVED_ARTIFACTS_HASH": 1678424911,
4+
"__INPUT_ARTIFACTS_HASH": 1117273696,
5+
"__RESOLVED_ARTIFACTS_HASH": -1315797762,
66
"conflict_resolution": {
77
"io.netty:netty-buffer:4.1.67.Final": "io.netty:netty-buffer:4.1.68.Final",
88
"io.netty:netty-common:4.1.67.Final": "io.netty:netty-common:4.1.68.Final",
@@ -420,6 +420,40 @@
420420
"sha256": "7b9b931b258f1db321fc5fb2e00946594dea976ad51a79a7f3ae48cac17d6c6e",
421421
"url": "https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs/4.4.0/spotbugs-4.4.0-sources.jar"
422422
},
423+
{
424+
"coord": "com.github.stephenc.jcip:jcip-annotations:1.0-1",
425+
"dependencies": [],
426+
"directDependencies": [],
427+
"exclusions": [
428+
"org.hamcrest:hamcrest-all",
429+
"org.hamcrest:hamcrest-core",
430+
"io.netty:netty-all"
431+
],
432+
"file": "v1/https/repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar",
433+
"mirror_urls": [
434+
"https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar",
435+
"https://maven.google.com/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar"
436+
],
437+
"sha256": "4fccff8382aafc589962c4edb262f6aa595e34f1e11e61057d1c6a96e8fc7323",
438+
"url": "https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar"
439+
},
440+
{
441+
"coord": "com.github.stephenc.jcip:jcip-annotations:jar:sources:1.0-1",
442+
"dependencies": [],
443+
"directDependencies": [],
444+
"exclusions": [
445+
"org.hamcrest:hamcrest-all",
446+
"org.hamcrest:hamcrest-core",
447+
"io.netty:netty-all"
448+
],
449+
"file": "v1/https/repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar",
450+
"mirror_urls": [
451+
"https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar",
452+
"https://maven.google.com/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar"
453+
],
454+
"sha256": "d60bb3bf4e03a5e405f9b16f4c2625de86089d6ce4f999bcc2548dcac090ae19",
455+
"url": "https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar"
456+
},
423457
{
424458
"coord": "com.google.auto.service:auto-service-annotations:1.0",
425459
"dependencies": [],

0 commit comments

Comments
 (0)