Skip to content

Commit

Permalink
Closes SeleniumHQ#9689 jcip for Apache 2 License into selenium source
Browse files Browse the repository at this point in the history
  • Loading branch information
amiluslu authored and elgatov committed Jun 27, 2022
1 parent 4f2c18e commit 9ac5dde
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
1 change: 1 addition & 0 deletions java/maven_deps.bzl
Expand Up @@ -78,6 +78,7 @@ def selenium_java_deps():
"xyz.rogfam:littleproxy:2.0.5",
"org.seleniumhq.selenium:htmlunit-driver:2.53.0",
"org.redisson:redisson:3.16.3",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
],
excluded_artifacts = [
"org.hamcrest:hamcrest-all", # Replaced by hamcrest 2
Expand Down
38 changes: 36 additions & 2 deletions java/maven_install.json
@@ -1,8 +1,8 @@
{
"dependency_tree": {
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1546246900,
"__RESOLVED_ARTIFACTS_HASH": 1678424911,
"__INPUT_ARTIFACTS_HASH": 1117273696,
"__RESOLVED_ARTIFACTS_HASH": -1315797762,
"conflict_resolution": {
"io.netty:netty-buffer:4.1.67.Final": "io.netty:netty-buffer:4.1.68.Final",
"io.netty:netty-common:4.1.67.Final": "io.netty:netty-common:4.1.68.Final",
Expand Down Expand Up @@ -420,6 +420,40 @@
"sha256": "7b9b931b258f1db321fc5fb2e00946594dea976ad51a79a7f3ae48cac17d6c6e",
"url": "https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs/4.4.0/spotbugs-4.4.0-sources.jar"
},
{
"coord": "com.github.stephenc.jcip:jcip-annotations:1.0-1",
"dependencies": [],
"directDependencies": [],
"exclusions": [
"org.hamcrest:hamcrest-all",
"org.hamcrest:hamcrest-core",
"io.netty:netty-all"
],
"file": "v1/https/repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar",
"https://maven.google.com/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar"
],
"sha256": "4fccff8382aafc589962c4edb262f6aa595e34f1e11e61057d1c6a96e8fc7323",
"url": "https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar"
},
{
"coord": "com.github.stephenc.jcip:jcip-annotations:jar:sources:1.0-1",
"dependencies": [],
"directDependencies": [],
"exclusions": [
"org.hamcrest:hamcrest-all",
"org.hamcrest:hamcrest-core",
"io.netty:netty-all"
],
"file": "v1/https/repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar",
"https://maven.google.com/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar"
],
"sha256": "d60bb3bf4e03a5e405f9b16f4c2625de86089d6ce4f999bcc2548dcac090ae19",
"url": "https://repo1.maven.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar"
},
{
"coord": "com.google.auto.service:auto-service-annotations:1.0",
"dependencies": [],
Expand Down

0 comments on commit 9ac5dde

Please sign in to comment.