mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
* KTIJ-37974 * KT-76011 * KT-82555 * KT-84711 GitOrigin-RevId: 7f38e311dca8745edee8f7eb79fce8e9e771c331
20369 lines
707 KiB
Python
20369 lines
707 KiB
Python
load("@rules_java//java:defs.bzl", "java_library", "java_binary", "java_import")
|
|
load("@rules_kotlin//kotlin:kotlin.bzl", "kt_compiler_plugin")
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_import", "kt_jvm_library")
|
|
|
|
load("@bazel_skylib//rules:run_binary.bzl", "run_binary")
|
|
|
|
kt_compiler_plugin(
|
|
name = "kotlin-serialization-plugin",
|
|
id = "org.jetbrains.kotlin.kotlin-serialization-compiler-plugin",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@rules_jvm//:kotlin-serialization-compiler-plugin-embeddable_import"],
|
|
)
|
|
|
|
kt_compiler_plugin(
|
|
name = "compose-plugin",
|
|
id = "org.jetbrains.kotlin.kotlin-compose-compiler-plugin",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@rules_jvm//:kotlin-compose-compiler-plugin-embeddable_import"],
|
|
)
|
|
|
|
### auto-generated section `local-libs` start
|
|
load("@rules_java//java:defs.bzl", "java_import", "java_library")
|
|
|
|
java_import(
|
|
name = "eclipse",
|
|
jars = ["ecj-4.25.jar"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "eclipse-provided",
|
|
exports = [":eclipse"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_import(
|
|
name = "mac",
|
|
jars = ["eawtstub.jar"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "mac-provided",
|
|
exports = [":mac"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_import(
|
|
name = "tasks-compatibility-http-client-3-1",
|
|
jars = ["commons-httpclient-3.1-patched.jar"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
exports_files([
|
|
"commons-httpclient-3.1-patched.jar",
|
|
"eawtstub.jar",
|
|
"ecj-4.25.jar",
|
|
], visibility = ["//visibility:public"])
|
|
### auto-generated section `local-libs` end
|
|
|
|
### auto-generated section `maven libs` start
|
|
load("@bazel_skylib//rules:copy_file.bzl", "copy_file")
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_import")
|
|
|
|
copy_file(
|
|
name = "com.fasterxml/aalto-xml-1.3.4.jar_copy",
|
|
src = "@com_fasterxml-aalto-xml-1_3_4_http//file",
|
|
out = "com.fasterxml/aalto-xml-1.3.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.woodstox/stax2-api-4.2.2.jar_copy",
|
|
src = "@org_codehaus_woodstox-stax2-api-4_2_2_http//file",
|
|
out = "org.codehaus.woodstox/stax2-api-4.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "aalto-xml",
|
|
exports = [
|
|
":com_fasterxml-aalto-xml-1_3_4_http_import",
|
|
":org_codehaus_woodstox-stax2-api-4_2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml-aalto-xml-1_3_4_http_import",
|
|
jar = "@com_fasterxml-aalto-xml-1_3_4_http//file",
|
|
source_jar = "@com_fasterxml-aalto-xml-1_3_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_woodstox-stax2-api-4_2_2_http_import",
|
|
jar = "@org_codehaus_woodstox-stax2-api-4_2_2_http//file",
|
|
source_jar = "@org_codehaus_woodstox-stax2-api-4_2_2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.android.tools.build/aapt2-proto-8.1.0-10154469.jar_copy",
|
|
src = "@com_android_tools_build-aapt2-proto-8_1_0-10154469_http//file",
|
|
out = "com.android.tools.build/aapt2-proto-8.1.0-10154469.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aapt-proto",
|
|
jar = "@com_android_tools_build-aapt2-proto-8_1_0-10154469_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.methvin/directory-watcher-0.19.1.jar_copy",
|
|
src = "@io_methvin-directory-watcher-0_19_1_http//file",
|
|
out = "io.methvin/directory-watcher-0.19.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "agent-workbench-filewatch-directory-watcher",
|
|
jar = "@io_methvin-directory-watcher-0_19_1_http//file",
|
|
source_jar = "@io_methvin-directory-watcher-0_19_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie/grazie-rule-engine-0.3.116.jar_copy",
|
|
src = "@ai_grazie-grazie-rule-engine-0_3_116_http//file",
|
|
out = "ai.grazie/grazie-rule-engine-0.3.116.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.fellbaum/jemoji-1.3.1.jar_copy",
|
|
src = "@net_fellbaum-jemoji-1_3_1_http//file",
|
|
out = "net.fellbaum/jemoji-1.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ai-grazie-rule-engine",
|
|
exports = [
|
|
":ai_grazie-grazie-rule-engine-0_3_116_http_import",
|
|
":net_fellbaum-jemoji-1_3_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie-grazie-rule-engine-0_3_116_http_import",
|
|
jar = "@ai_grazie-grazie-rule-engine-0_3_116_http//file",
|
|
source_jar = "@ai_grazie-grazie-rule-engine-0_3_116-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_fellbaum-jemoji-1_3_1_http_import",
|
|
jar = "@net_fellbaum-jemoji-1_3_1_http//file",
|
|
source_jar = "@net_fellbaum-jemoji-1_3_1-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.ibm.db2/jcc-11.5.7.0.jar_copy",
|
|
src = "@com_ibm_db2-jcc-11_5_7_0_http//file",
|
|
out = "com.ibm.db2/jcc-11.5.7.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-adt-ui-ibm-db2-jcc",
|
|
jar = "@com_ibm_db2-jcc-11_5_7_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.base/backgroundtask_inspector_java_proto-232.1.23.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_base-backgroundtask_inspector_java_proto-232_1_23_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.base/backgroundtask_inspector_java_proto-232.1.23.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-app-inspection-inspectors-backgroundtask-view-tests-background-inspector-proto",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_base-backgroundtask_inspector_java_proto-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.base/workmanager_inspector_proto-232.1.23.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_base-workmanager_inspector_proto-232_1_23_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.base/workmanager_inspector_proto-232.1.23.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-app-inspection-inspectors-backgroundtask-view-tests-workmanager-inspector-proto",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_base-workmanager_inspector_proto-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.brotli/dec-0.1.2.jar_copy",
|
|
src = "@org_brotli-dec-0_1_2_http//file",
|
|
out = "org.brotli/dec-0.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-app-inspection-inspectors-network-model-brotli-dec",
|
|
jar = "@org_brotli-dec-0_1_2_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-metadata-jvm-2.2.20.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_20_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-metadata-jvm-2.2.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-core-kotlin-metadata-jvm",
|
|
jar = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_20_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_20-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.elk/org.eclipse.elk.alg.layered-0.3.0.jar_copy",
|
|
src = "@org_eclipse_elk-org_eclipse_elk_alg_layered-0_3_0_http//file",
|
|
out = "org.eclipse.elk/org.eclipse.elk.alg.layered-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.elk/org.eclipse.elk.core-0.3.0.jar_copy",
|
|
src = "@org_eclipse_elk-org_eclipse_elk_core-0_3_0_http//file",
|
|
out = "org.eclipse.elk/org.eclipse.elk.core-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.elk/org.eclipse.elk.graph-0.3.0.jar_copy",
|
|
src = "@org_eclipse_elk-org_eclipse_elk_graph-0_3_0_http//file",
|
|
out = "org.eclipse.elk/org.eclipse.elk.graph-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.emf/org.eclipse.emf.common-2.12.0.jar_copy",
|
|
src = "@org_eclipse_emf-org_eclipse_emf_common-2_12_0_http//file",
|
|
out = "org.eclipse.emf/org.eclipse.emf.common-2.12.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.emf/org.eclipse.emf.ecore-2.12.0.jar_copy",
|
|
src = "@org_eclipse_emf-org_eclipse_emf_ecore-2_12_0_http//file",
|
|
out = "org.eclipse.emf/org.eclipse.emf.ecore-2.12.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.elk/org.eclipse.elk.alg.common.compaction-0.3.0.jar_copy",
|
|
src = "@org_eclipse_elk-org_eclipse_elk_alg_common_compaction-0_3_0_http//file",
|
|
out = "org.eclipse.elk/org.eclipse.elk.alg.common.compaction-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "android-nav-editor-eclipse-layout-kernel",
|
|
exports = [
|
|
":org_eclipse_elk-org_eclipse_elk_alg_layered-0_3_0_http_import",
|
|
":org_eclipse_elk-org_eclipse_elk_core-0_3_0_http_import",
|
|
":org_eclipse_elk-org_eclipse_elk_graph-0_3_0_http_import",
|
|
":org_eclipse_emf-org_eclipse_emf_common-2_12_0_http_import",
|
|
":org_eclipse_emf-org_eclipse_emf_ecore-2_12_0_http_import",
|
|
":org_eclipse_elk-org_eclipse_elk_alg_common_compaction-0_3_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk-org_eclipse_elk_alg_layered-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk-org_eclipse_elk_alg_layered-0_3_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk-org_eclipse_elk_core-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk-org_eclipse_elk_core-0_3_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk-org_eclipse_elk_graph-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk-org_eclipse_elk_graph-0_3_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_emf-org_eclipse_emf_common-2_12_0_http_import",
|
|
jar = "@org_eclipse_emf-org_eclipse_emf_common-2_12_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_emf-org_eclipse_emf_ecore-2_12_0_http_import",
|
|
jar = "@org_eclipse_emf-org_eclipse_emf_ecore-2_12_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk-org_eclipse_elk_alg_common_compaction-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk-org_eclipse_elk_alg_common_compaction-0_3_0_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.base/traceprocessor_protos-232.1.23.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_base-traceprocessor_protos-232_1_23_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.base/traceprocessor_protos-232.1.23.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-profilers-ui-traceprocessor-protos",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_base-traceprocessor_protos-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.base/libserver-flag-test-proto-232.1.23.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_base-libserver-flag-test-proto-232_1_23_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.base/libserver-flag-test-proto-232.1.23.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-server-flags-libserver-flag-test-proto",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_base-libserver-flag-test-proto-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-6.0-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-6_0-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-6.0-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-javacpp",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-linux-x86_64-6.0-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-linux-x86_64-6_0-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-linux-x86_64-6.0-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-linux-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-linux-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-macosx-arm64-6.0-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-arm64-6_0-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-macosx-arm64-6.0-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-macos-aarch64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-arm64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-macosx-x86_64-6.0-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-x86_64-6_0-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-macosx-x86_64-6.0-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-macos-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-windows-x86_64-6.0-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-windows-x86_64-6_0-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/ffmpeg-windows-x86_64-6.0-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-windows-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-windows-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-linux-x86_64-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-linux-x86_64-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-linux-x86_64-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-linux-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-linux-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-macosx-arm64-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-arm64-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-macosx-arm64-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-macos-aarch64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-arm64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-macosx-x86_64-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-x86_64-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-macosx-x86_64-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-macos-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-windows-x86_64-1.5.9-189.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-windows-x86_64-1_5_9-189_http//file",
|
|
out = "org.jetbrains.intellij.deps.android.tools.streaming.ffmpeg-bundle/javacpp-windows-x86_64-1.5.9-189.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-windows-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-windows-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-javacpp",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-linux-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-linux-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-macos-aarch64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-arm64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-macos-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-windows-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-windows-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-linux-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-linux-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-macos-aarch64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-arm64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-macos-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-windows-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-windows-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-javacpp",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-linux-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-linux-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-macos-aarch64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-arm64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-macos-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-macosx-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-windows-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-ffmpeg-windows-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-linux-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-linux-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-macos-aarch64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-arm64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-macos-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-macosx-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-windows-x64",
|
|
jar = "@org_jetbrains_intellij_deps_android_tools_streaming_ffmpeg-bundle-javacpp-windows-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.android.tools.analytics-library/testing-31.5.0-alpha08.jar_copy",
|
|
src = "@com_android_tools_analytics-library-testing-31_5_0-alpha08_http//file",
|
|
out = "com.android.tools.analytics-library/testing-31.5.0-alpha08.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-tools-analytics-library-testing",
|
|
jar = "@com_android_tools_analytics-library-testing-31_5_0-alpha08_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.sshd/sshd-osgi-2.15.0.jar_copy",
|
|
src = "@org_apache_sshd-sshd-osgi-2_15_0_http//file",
|
|
out = "org.apache.sshd/sshd-osgi-2.15.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "apache-sshd-osgi",
|
|
jar = "@org_apache_sshd-sshd-osgi-2_15_0_http//file",
|
|
source_jar = "@org_apache_sshd-sshd-osgi-2_15_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "app.cash.turbine/turbine-jvm-1.0.0.jar_copy",
|
|
src = "@app_cash_turbine-turbine-jvm-1_0_0_http//file",
|
|
out = "app.cash.turbine/turbine-jvm-1.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "app-cash-turbine-jvm",
|
|
jar = "@app_cash_turbine-turbine-jvm-1_0_0_http//file",
|
|
source_jar = "@app_cash_turbine-turbine-jvm-1_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.assertj/assertj-core-4.0.0-M1.jar_copy",
|
|
src = "@org_assertj-assertj-core-4_0_0-M1_http//file",
|
|
out = "org.assertj/assertj-core-4.0.0-M1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assert_j",
|
|
jar = "@org_assertj-assertj-core-4_0_0-M1_http//file",
|
|
source_jar = "@org_assertj-assertj-core-4_0_0-M1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.assertj/assertj-swing-3.17.1.jar_copy",
|
|
src = "@org_assertj-assertj-swing-3_17_1_http//file",
|
|
out = "org.assertj/assertj-swing-3.17.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assertj-swing",
|
|
jar = "@org_assertj-assertj-swing-3_17_1_http//file",
|
|
source_jar = "@org_assertj-assertj-swing-3_17_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bouncycastle/bcpg-jdk18on-1.83.jar_copy",
|
|
src = "@org_bouncycastle-bcpg-jdk18on-1_83_http//file",
|
|
out = "org.bouncycastle/bcpg-jdk18on-1.83.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bouncy-castle-pgp",
|
|
jar = "@org_bouncycastle-bcpg-jdk18on-1_83_http//file",
|
|
source_jar = "@org_bouncycastle-bcpg-jdk18on-1_83-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bouncycastle/bcpkix-jdk18on-1.83.jar_copy",
|
|
src = "@org_bouncycastle-bcpkix-jdk18on-1_83_http//file",
|
|
out = "org.bouncycastle/bcpkix-jdk18on-1.83.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bouncycastle/bcutil-jdk18on-1.83.jar_copy",
|
|
src = "@org_bouncycastle-bcutil-jdk18on-1_83_http//file",
|
|
out = "org.bouncycastle/bcutil-jdk18on-1.83.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bouncycastle/bcprov-jdk18on-1.83.jar_copy",
|
|
src = "@org_bouncycastle-bcprov-jdk18on-1_83_http//file",
|
|
out = "org.bouncycastle/bcprov-jdk18on-1.83.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "bouncy-castle-provider",
|
|
exports = [
|
|
":org_bouncycastle-bcpkix-jdk18on-1_83_http_import",
|
|
":org_bouncycastle-bcutil-jdk18on-1_83_http_import",
|
|
":org_bouncycastle-bcprov-jdk18on-1_83_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_bouncycastle-bcpkix-jdk18on-1_83_http_import",
|
|
jar = "@org_bouncycastle-bcpkix-jdk18on-1_83_http//file",
|
|
source_jar = "@org_bouncycastle-bcpkix-jdk18on-1_83-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_bouncycastle-bcutil-jdk18on-1_83_http_import",
|
|
jar = "@org_bouncycastle-bcutil-jdk18on-1_83_http//file",
|
|
source_jar = "@org_bouncycastle-bcutil-jdk18on-1_83-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_bouncycastle-bcprov-jdk18on-1_83_http_import",
|
|
jar = "@org_bouncycastle-bcprov-jdk18on-1_83_http//file",
|
|
source_jar = "@org_bouncycastle-bcprov-jdk18on-1_83-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-1.17.7.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-1_17_7_http//file",
|
|
out = "net.bytebuddy/byte-buddy-1.17.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy",
|
|
jar = "@net_bytebuddy-byte-buddy-1_17_7_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-1_17_7-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.ben-manes.caffeine/caffeine-3.2.3.jar_copy",
|
|
src = "@com_github_ben-manes_caffeine-caffeine-3_2_3_http//file",
|
|
out = "com.github.ben-manes.caffeine/caffeine-3.2.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jspecify/jspecify-1.0.0.jar_copy",
|
|
src = "@org_jspecify-jspecify-1_0_0_http//file",
|
|
out = "org.jspecify/jspecify-1.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.errorprone/error_prone_annotations-2.43.0.jar_copy",
|
|
src = "@com_google_errorprone-error_prone_annotations-2_43_0_http//file",
|
|
out = "com.google.errorprone/error_prone_annotations-2.43.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "caffeine",
|
|
exports = [
|
|
":com_github_ben-manes_caffeine-caffeine-3_2_3_http_import",
|
|
":org_jspecify-jspecify-1_0_0_http_import",
|
|
":com_google_errorprone-error_prone_annotations-2_43_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_ben-manes_caffeine-caffeine-3_2_3_http_import",
|
|
jar = "@com_github_ben-manes_caffeine-caffeine-3_2_3_http//file",
|
|
source_jar = "@com_github_ben-manes_caffeine-caffeine-3_2_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jspecify-jspecify-1_0_0_http_import",
|
|
jar = "@org_jspecify-jspecify-1_0_0_http//file",
|
|
source_jar = "@org_jspecify-jspecify-1_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_errorprone-error_prone_annotations-2_43_0_http_import",
|
|
jar = "@com_google_errorprone-error_prone_annotations-2_43_0_http//file",
|
|
source_jar = "@com_google_errorprone-error_prone_annotations-2_43_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.ajalt.clikt/clikt-jvm-3.5.4.jar_copy",
|
|
src = "@com_github_ajalt_clikt-clikt-jvm-3_5_4_http//file",
|
|
out = "com.github.ajalt.clikt/clikt-jvm-3.5.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "clikt",
|
|
jar = "@com_github_ajalt_clikt-clikt-jvm-3_5_4_http//file",
|
|
source_jar = "@com_github_ajalt_clikt-clikt-jvm-3_5_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.cloudconfig/cloudconfig-2023.9.jar_copy",
|
|
src = "@com_jetbrains_cloudconfig-cloudconfig-2023_9_http//file",
|
|
out = "com.jetbrains.cloudconfig/cloudconfig-2023.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cloud-config-client",
|
|
jar = "@com_jetbrains_cloudconfig-cloudconfig-2023_9_http//file",
|
|
source_jar = "@com_jetbrains_cloudconfig-cloudconfig-2023_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.fus.reporting/ap-validation-all-1.0.226.jar_copy",
|
|
src = "@com_jetbrains_fus_reporting-ap-validation-all-1_0_226_http//file",
|
|
out = "com.jetbrains.fus.reporting/ap-validation-all-1.0.226.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-jetbrains-fus-reporting-ap-validation-all",
|
|
jar = "@com_jetbrains_fus_reporting-ap-validation-all-1_0_226_http//file",
|
|
source_jar = "@com_jetbrains_fus_reporting-ap-validation-all-1_0_226-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.fus.reporting/fus-api-1.0.226.jar_copy",
|
|
src = "@com_jetbrains_fus_reporting-fus-api-1_0_226_http//file",
|
|
out = "com.jetbrains.fus.reporting/fus-api-1.0.226.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-jetbrains-fus-reporting-fus-api",
|
|
jar = "@com_jetbrains_fus_reporting-fus-api-1_0_226_http//file",
|
|
source_jar = "@com_jetbrains_fus_reporting-fus-api-1_0_226-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.typesafe/config-1.4.4.jar_copy",
|
|
src = "@com_typesafe-config-1_4_4_http//file",
|
|
out = "com.typesafe/config-1.4.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-typesafe-config",
|
|
jar = "@com_typesafe-config-1_4_4_http//file",
|
|
source_jar = "@com_typesafe-config-1_4_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-cli/commons-cli-1.10.0.jar_copy",
|
|
src = "@commons-cli-commons-cli-1_10_0_http//file",
|
|
out = "commons-cli/commons-cli-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli",
|
|
jar = "@commons-cli-commons-cli-1_10_0_http//file",
|
|
source_jar = "@commons-cli-commons-cli-1_10_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-codec/commons-codec-1.18.0.jar_copy",
|
|
src = "@commons-codec-commons-codec-1_18_0_http//file",
|
|
out = "commons-codec/commons-codec-1.18.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-codec",
|
|
jar = "@commons-codec-commons-codec-1_18_0_http//file",
|
|
source_jar = "@commons-codec-commons-codec-1_18_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-compress-1.27.1.jar_copy",
|
|
src = "@org_apache_commons-commons-compress-1_27_1_http//file",
|
|
out = "org.apache.commons/commons-compress-1.27.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-compress",
|
|
jar = "@org_apache_commons-commons-compress-1_27_1_http//file",
|
|
source_jar = "@org_apache_commons-commons-compress-1_27_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-io/commons-io-2.18.0.jar_copy",
|
|
src = "@commons-io-commons-io-2_18_0_http//file",
|
|
out = "commons-io/commons-io-2.18.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-io",
|
|
jar = "@commons-io-commons-io-2_18_0_http//file",
|
|
source_jar = "@commons-io-commons-io-2_18_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-lang3-3.18.0.jar_copy",
|
|
src = "@org_apache_commons-commons-lang3-3_18_0_http//file",
|
|
out = "org.apache.commons/commons-lang3-3.18.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-lang3",
|
|
jar = "@org_apache_commons-commons-lang3-3_18_0_http//file",
|
|
source_jar = "@org_apache_commons-commons-lang3-3_18_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-cpp-0.1.5.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-cpp-0_1_5_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-cpp-0.1.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-cpp-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-cpp-0_1_5_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-cpp-0_1_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-css-0.2.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-css-0_2_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-css-0.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-css-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-css-0_2_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-css-0_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-dart-0.0.2.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-dart-0_0_2_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-dart-0.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-dart-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-dart-0_0_2_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-dart-0_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-go-0.2.4.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-go-0_2_4_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-go-0.2.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-go-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-go-0_2_4_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-go-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-html-0.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-html-0_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-html-0.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-html-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-html-0_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-html-0_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-java-0.8.2.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_8_2_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-java-0.8.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-java-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_8_2_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_8_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-java-0.9.2.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_9_2_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-java-0.9.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-java-exp2",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_9_2_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_9_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-js-0.3.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-js-0_3_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-js-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-js-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-js-0_3_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-js-0_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-kotlin-0.4.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-kotlin-0_4_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-kotlin-0.4.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-kotlin-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-kotlin-0_4_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-kotlin-0_4_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-php-0.2.4.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-php-0_2_4_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-php-0.2.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-php-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-php-0_2_4_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-php-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-python-0.2.4.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-python-0_2_4_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-python-0.2.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-python-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-python-0_2_4_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-python-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-ruby-0.2.4.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-ruby-0_2_4_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-ruby-0.2.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-ruby-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-ruby-0_2_4_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-ruby-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-rust-0.4.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-rust-0_4_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-rust-0.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-rust-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-rust-0_4_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-rust-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-scala-0.4.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-scala-0_4_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-scala-0.4.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-scala-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-scala-0_4_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-scala-0_4_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-sh-0.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-sh-0_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-sh-0.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-sh-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-sh-0_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-sh-0_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-swift-0.1.3.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-swift-0_1_3_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-swift-0.1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-swift-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-swift-0_1_3_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-swift-0_1_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-typescript-0.4.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-typescript-0_4_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-typescript-0.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-typescript-exp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-typescript-0_4_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-typescript-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-core-1.2.6.jar_copy",
|
|
src = "@io_cucumber-cucumber-core-1_2_6_http//file",
|
|
out = "io.cucumber/cucumber-core-1.2.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "info.cukes/gherkin-2.12.2.jar_copy",
|
|
src = "@info_cukes-gherkin-2_12_2_http//file",
|
|
out = "info.cukes/gherkin-2.12.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-1",
|
|
exports = [
|
|
":io_cucumber-cucumber-core-1_2_6_http_import",
|
|
":info_cukes-gherkin-2_12_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-core-1_2_6_http_import",
|
|
jar = "@io_cucumber-cucumber-core-1_2_6_http//file",
|
|
source_jar = "@io_cucumber-cucumber-core-1_2_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "info_cukes-gherkin-2_12_2_http_import",
|
|
jar = "@info_cukes-gherkin-2_12_2_http//file",
|
|
source_jar = "@info_cukes-gherkin-2_12_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-1-provided",
|
|
exports = [":cucumber-core-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-core-2.4.0.jar_copy",
|
|
src = "@io_cucumber-cucumber-core-2_4_0_http//file",
|
|
out = "io.cucumber/cucumber-core-2.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "info.cukes/cucumber-html-0.2.6.jar_copy",
|
|
src = "@info_cukes-cucumber-html-0_2_6_http//file",
|
|
out = "info.cukes/cucumber-html-0.2.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-jvm-deps-1.0.6.jar_copy",
|
|
src = "@io_cucumber-cucumber-jvm-deps-1_0_6_http//file",
|
|
out = "io.cucumber/cucumber-jvm-deps-1.0.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/gherkin-5.0.0.jar_copy",
|
|
src = "@io_cucumber-gherkin-5_0_0_http//file",
|
|
out = "io.cucumber/gherkin-5.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/tag-expressions-1.1.1.jar_copy",
|
|
src = "@io_cucumber-tag-expressions-1_1_1_http//file",
|
|
out = "io.cucumber/tag-expressions-1.1.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-2",
|
|
exports = [
|
|
":io_cucumber-cucumber-core-2_4_0_http_import",
|
|
":info_cukes-cucumber-html-0_2_6_http_import",
|
|
":io_cucumber-cucumber-jvm-deps-1_0_6_http_import",
|
|
":io_cucumber-gherkin-5_0_0_http_import",
|
|
":io_cucumber-tag-expressions-1_1_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-core-2_4_0_http_import",
|
|
jar = "@io_cucumber-cucumber-core-2_4_0_http//file",
|
|
source_jar = "@io_cucumber-cucumber-core-2_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "info_cukes-cucumber-html-0_2_6_http_import",
|
|
jar = "@info_cukes-cucumber-html-0_2_6_http//file",
|
|
source_jar = "@info_cukes-cucumber-html-0_2_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-jvm-deps-1_0_6_http_import",
|
|
jar = "@io_cucumber-cucumber-jvm-deps-1_0_6_http//file",
|
|
source_jar = "@io_cucumber-cucumber-jvm-deps-1_0_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-gherkin-5_0_0_http_import",
|
|
jar = "@io_cucumber-gherkin-5_0_0_http//file",
|
|
source_jar = "@io_cucumber-gherkin-5_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-tag-expressions-1_1_1_http_import",
|
|
jar = "@io_cucumber-tag-expressions-1_1_1_http//file",
|
|
source_jar = "@io_cucumber-tag-expressions-1_1_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-2-provided",
|
|
exports = [":cucumber-core-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-core-3.0.2.jar_copy",
|
|
src = "@io_cucumber-cucumber-core-3_0_2_http//file",
|
|
out = "io.cucumber/cucumber-core-3.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-html-0.2.7.jar_copy",
|
|
src = "@io_cucumber-cucumber-html-0_2_7_http//file",
|
|
out = "io.cucumber/cucumber-html-0.2.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-expressions-5.0.19.jar_copy",
|
|
src = "@io_cucumber-cucumber-expressions-5_0_19_http//file",
|
|
out = "io.cucumber/cucumber-expressions-5.0.19.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/datatable-1.0.3.jar_copy",
|
|
src = "@io_cucumber-datatable-1_0_3_http//file",
|
|
out = "io.cucumber/datatable-1.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/datatable-dependencies-1.0.3.jar_copy",
|
|
src = "@io_cucumber-datatable-dependencies-1_0_3_http//file",
|
|
out = "io.cucumber/datatable-dependencies-1.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter3-cucumber-core-3-0-2",
|
|
exports = [
|
|
":io_cucumber-cucumber-core-3_0_2_http_import",
|
|
":io_cucumber-cucumber-html-0_2_7_http_import",
|
|
":io_cucumber-gherkin-5_0_0_http_import",
|
|
":io_cucumber-tag-expressions-1_1_1_http_import",
|
|
":io_cucumber-cucumber-expressions-5_0_19_http_import",
|
|
":io_cucumber-datatable-1_0_3_http_import",
|
|
":io_cucumber-datatable-dependencies-1_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-core-3_0_2_http_import",
|
|
jar = "@io_cucumber-cucumber-core-3_0_2_http//file",
|
|
source_jar = "@io_cucumber-cucumber-core-3_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-html-0_2_7_http_import",
|
|
jar = "@io_cucumber-cucumber-html-0_2_7_http//file",
|
|
source_jar = "@io_cucumber-cucumber-html-0_2_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-expressions-5_0_19_http_import",
|
|
jar = "@io_cucumber-cucumber-expressions-5_0_19_http//file",
|
|
source_jar = "@io_cucumber-cucumber-expressions-5_0_19-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-datatable-1_0_3_http_import",
|
|
jar = "@io_cucumber-datatable-1_0_3_http//file",
|
|
source_jar = "@io_cucumber-datatable-1_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-datatable-dependencies-1_0_3_http_import",
|
|
jar = "@io_cucumber-datatable-dependencies-1_0_3_http//file",
|
|
source_jar = "@io_cucumber-datatable-dependencies-1_0_3-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter3-cucumber-core-3-0-2-provided",
|
|
exports = [":cucumber-jvm_formatter3-cucumber-core-3-0-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-core-4.0.1.jar_copy",
|
|
src = "@io_cucumber-cucumber-core-4_0_1_http//file",
|
|
out = "io.cucumber/cucumber-core-4.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/gherkin-5.1.0.jar_copy",
|
|
src = "@io_cucumber-gherkin-5_1_0_http//file",
|
|
out = "io.cucumber/gherkin-5.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-expressions-6.1.0.jar_copy",
|
|
src = "@io_cucumber-cucumber-expressions-6_1_0_http//file",
|
|
out = "io.cucumber/cucumber-expressions-6.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/datatable-1.1.3.jar_copy",
|
|
src = "@io_cucumber-datatable-1_1_3_http//file",
|
|
out = "io.cucumber/datatable-1.1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/datatable-dependencies-1.1.3.jar_copy",
|
|
src = "@io_cucumber-datatable-dependencies-1_1_3_http//file",
|
|
out = "io.cucumber/datatable-dependencies-1.1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter4-cucumber-core-4-0-1",
|
|
exports = [
|
|
":io_cucumber-cucumber-core-4_0_1_http_import",
|
|
":io_cucumber-cucumber-html-0_2_7_http_import",
|
|
":io_cucumber-gherkin-5_1_0_http_import",
|
|
":io_cucumber-tag-expressions-1_1_1_http_import",
|
|
":io_cucumber-cucumber-expressions-6_1_0_http_import",
|
|
":io_cucumber-datatable-1_1_3_http_import",
|
|
":io_cucumber-datatable-dependencies-1_1_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-core-4_0_1_http_import",
|
|
jar = "@io_cucumber-cucumber-core-4_0_1_http//file",
|
|
source_jar = "@io_cucumber-cucumber-core-4_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-gherkin-5_1_0_http_import",
|
|
jar = "@io_cucumber-gherkin-5_1_0_http//file",
|
|
source_jar = "@io_cucumber-gherkin-5_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-expressions-6_1_0_http_import",
|
|
jar = "@io_cucumber-cucumber-expressions-6_1_0_http//file",
|
|
source_jar = "@io_cucumber-cucumber-expressions-6_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-datatable-1_1_3_http_import",
|
|
jar = "@io_cucumber-datatable-1_1_3_http//file",
|
|
source_jar = "@io_cucumber-datatable-1_1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-datatable-dependencies-1_1_3_http_import",
|
|
jar = "@io_cucumber-datatable-dependencies-1_1_3_http//file",
|
|
source_jar = "@io_cucumber-datatable-dependencies-1_1_3-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter4-cucumber-core-4-0-1-provided",
|
|
exports = [":cucumber-jvm_formatter4-cucumber-core-4-0-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-java-5.0.0-RC1.jar_copy",
|
|
src = "@io_cucumber-cucumber-java-5_0_0-RC1_http//file",
|
|
out = "io.cucumber/cucumber-java-5.0.0-RC1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-core-5.0.0-RC1.jar_copy",
|
|
src = "@io_cucumber-cucumber-core-5_0_0-RC1_http//file",
|
|
out = "io.cucumber/cucumber-core-5.0.0-RC1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/gherkin-5.2.0.jar_copy",
|
|
src = "@io_cucumber-gherkin-5_2_0_http//file",
|
|
out = "io.cucumber/gherkin-5.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/gherkin-jvm-deps-1.0.6.jar_copy",
|
|
src = "@io_cucumber-gherkin-jvm-deps-1_0_6_http//file",
|
|
out = "io.cucumber/gherkin-jvm-deps-1.0.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/tag-expressions-2.0.2.jar_copy",
|
|
src = "@io_cucumber-tag-expressions-2_0_2_http//file",
|
|
out = "io.cucumber/tag-expressions-2.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-expressions-8.0.0.jar_copy",
|
|
src = "@io_cucumber-cucumber-expressions-8_0_0_http//file",
|
|
out = "io.cucumber/cucumber-expressions-8.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.hamcrest/hamcrest-core-2.1.jar_copy",
|
|
src = "@org_hamcrest-hamcrest-core-2_1_http//file",
|
|
out = "org.hamcrest/hamcrest-core-2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.hamcrest/hamcrest-2.1.jar_copy",
|
|
src = "@org_hamcrest-hamcrest-2_1_http//file",
|
|
out = "org.hamcrest/hamcrest-2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.hamcrest/hamcrest-library-2.1.jar_copy",
|
|
src = "@org_hamcrest-hamcrest-library-2_1_http//file",
|
|
out = "org.hamcrest/hamcrest-library-2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/datatable-3.0.0.jar_copy",
|
|
src = "@io_cucumber-datatable-3_0_0_http//file",
|
|
out = "io.cucumber/datatable-3.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/datatable-dependencies-3.0.0.jar_copy",
|
|
src = "@io_cucumber-datatable-dependencies-3_0_0_http//file",
|
|
out = "io.cucumber/datatable-dependencies-3.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/cucumber-plugin-5.0.0-RC1.jar_copy",
|
|
src = "@io_cucumber-cucumber-plugin-5_0_0-RC1_http//file",
|
|
out = "io.cucumber/cucumber-plugin-5.0.0-RC1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.cucumber/docstring-5.0.0-RC1.jar_copy",
|
|
src = "@io_cucumber-docstring-5_0_0-RC1_http//file",
|
|
out = "io.cucumber/docstring-5.0.0-RC1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apiguardian/apiguardian-api-1.1.0.jar_copy",
|
|
src = "@org_apiguardian-apiguardian-api-1_1_0_http//file",
|
|
out = "org.apiguardian/apiguardian-api-1.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter5-cucumber-java-5-0-0-_r_c1",
|
|
exports = [
|
|
":io_cucumber-cucumber-java-5_0_0-RC1_http_import",
|
|
":io_cucumber-cucumber-core-5_0_0-RC1_http_import",
|
|
":io_cucumber-gherkin-5_2_0_http_import",
|
|
":io_cucumber-gherkin-jvm-deps-1_0_6_http_import",
|
|
":io_cucumber-tag-expressions-2_0_2_http_import",
|
|
":io_cucumber-cucumber-expressions-8_0_0_http_import",
|
|
":org_hamcrest-hamcrest-core-2_1_http_import",
|
|
":org_hamcrest-hamcrest-2_1_http_import",
|
|
":org_hamcrest-hamcrest-library-2_1_http_import",
|
|
":io_cucumber-datatable-3_0_0_http_import",
|
|
":io_cucumber-datatable-dependencies-3_0_0_http_import",
|
|
":io_cucumber-cucumber-plugin-5_0_0-RC1_http_import",
|
|
":io_cucumber-docstring-5_0_0-RC1_http_import",
|
|
":org_apiguardian-apiguardian-api-1_1_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-java-5_0_0-RC1_http_import",
|
|
jar = "@io_cucumber-cucumber-java-5_0_0-RC1_http//file",
|
|
source_jar = "@io_cucumber-cucumber-java-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-core-5_0_0-RC1_http_import",
|
|
jar = "@io_cucumber-cucumber-core-5_0_0-RC1_http//file",
|
|
source_jar = "@io_cucumber-cucumber-core-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-gherkin-5_2_0_http_import",
|
|
jar = "@io_cucumber-gherkin-5_2_0_http//file",
|
|
source_jar = "@io_cucumber-gherkin-5_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-gherkin-jvm-deps-1_0_6_http_import",
|
|
jar = "@io_cucumber-gherkin-jvm-deps-1_0_6_http//file",
|
|
source_jar = "@io_cucumber-gherkin-jvm-deps-1_0_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-tag-expressions-2_0_2_http_import",
|
|
jar = "@io_cucumber-tag-expressions-2_0_2_http//file",
|
|
source_jar = "@io_cucumber-tag-expressions-2_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-expressions-8_0_0_http_import",
|
|
jar = "@io_cucumber-cucumber-expressions-8_0_0_http//file",
|
|
source_jar = "@io_cucumber-cucumber-expressions-8_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_hamcrest-hamcrest-core-2_1_http_import",
|
|
jar = "@org_hamcrest-hamcrest-core-2_1_http//file",
|
|
source_jar = "@org_hamcrest-hamcrest-core-2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_hamcrest-hamcrest-2_1_http_import",
|
|
jar = "@org_hamcrest-hamcrest-2_1_http//file",
|
|
source_jar = "@org_hamcrest-hamcrest-2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_hamcrest-hamcrest-library-2_1_http_import",
|
|
jar = "@org_hamcrest-hamcrest-library-2_1_http//file",
|
|
source_jar = "@org_hamcrest-hamcrest-library-2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-datatable-3_0_0_http_import",
|
|
jar = "@io_cucumber-datatable-3_0_0_http//file",
|
|
source_jar = "@io_cucumber-datatable-3_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-datatable-dependencies-3_0_0_http_import",
|
|
jar = "@io_cucumber-datatable-dependencies-3_0_0_http//file",
|
|
source_jar = "@io_cucumber-datatable-dependencies-3_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-cucumber-plugin-5_0_0-RC1_http_import",
|
|
jar = "@io_cucumber-cucumber-plugin-5_0_0-RC1_http//file",
|
|
source_jar = "@io_cucumber-cucumber-plugin-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_cucumber-docstring-5_0_0-RC1_http_import",
|
|
jar = "@io_cucumber-docstring-5_0_0-RC1_http//file",
|
|
source_jar = "@io_cucumber-docstring-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apiguardian-apiguardian-api-1_1_0_http_import",
|
|
jar = "@org_apiguardian-apiguardian-api-1_1_0_http//file",
|
|
source_jar = "@org_apiguardian-apiguardian-api-1_1_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter5-cucumber-java-5-0-0-_r_c1-provided",
|
|
exports = [":cucumber-jvm_formatter5-cucumber-java-5-0-0-_r_c1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "info.cukes/cucumber-jvm-deps-1.0.5.jar_copy",
|
|
src = "@info_cukes-cucumber-jvm-deps-1_0_5_http//file",
|
|
out = "info.cukes/cucumber-jvm-deps-1.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-testing",
|
|
jar = "@info_cukes-cucumber-jvm-deps-1_0_5_http//file",
|
|
source_jar = "@info_cukes-cucumber-jvm-deps-1_0_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.infra/download-pgp-verifier-1.1.4.jar_copy",
|
|
src = "@com_jetbrains_infra-download-pgp-verifier-1_1_4_http//file",
|
|
out = "com.jetbrains.infra/download-pgp-verifier-1.1.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "download-pgp-verifier",
|
|
jar = "@com_jetbrains_infra-download-pgp-verifier-1_1_4_http//file",
|
|
source_jar = "@com_jetbrains_infra-download-pgp-verifier-1_1_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.easymock/easymock-5.6.0.jar_copy",
|
|
src = "@org_easymock-easymock-5_6_0_http//file",
|
|
out = "org.easymock/easymock-5.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "easymock",
|
|
jar = "@org_easymock-easymock-5_6_0_http//file",
|
|
source_jar = "@org_easymock-easymock-5_6_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ec4j.core/ec4j-core-0.3.0.jar_copy",
|
|
src = "@org_ec4j_core-ec4j-core-0_3_0_http//file",
|
|
out = "org.ec4j.core/ec4j-core-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ec4j-core",
|
|
jar = "@org_ec4j_core-ec4j-core-0_3_0_http//file",
|
|
source_jar = "@org_ec4j_core-ec4j-core-0_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "nl.jqno.equalsverifier/equalsverifier-3.19.4.jar_copy",
|
|
src = "@nl_jqno_equalsverifier-equalsverifier-3_19_4_http//file",
|
|
out = "nl.jqno.equalsverifier/equalsverifier-3.19.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.objenesis/objenesis-3.4.jar_copy",
|
|
src = "@org_objenesis-objenesis-3_4_http//file",
|
|
out = "org.objenesis/objenesis-3.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-1.17.5.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-1_17_5_http//file",
|
|
out = "net.bytebuddy/byte-buddy-1.17.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "equalsverifier",
|
|
exports = [
|
|
":nl_jqno_equalsverifier-equalsverifier-3_19_4_http_import",
|
|
":org_objenesis-objenesis-3_4_http_import",
|
|
":net_bytebuddy-byte-buddy-1_17_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "nl_jqno_equalsverifier-equalsverifier-3_19_4_http_import",
|
|
jar = "@nl_jqno_equalsverifier-equalsverifier-3_19_4_http//file",
|
|
source_jar = "@nl_jqno_equalsverifier-equalsverifier-3_19_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_objenesis-objenesis-3_4_http_import",
|
|
jar = "@org_objenesis-objenesis-3_4_http//file",
|
|
source_jar = "@org_objenesis-objenesis-3_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_bytebuddy-byte-buddy-1_17_5_http_import",
|
|
jar = "@net_bytebuddy-byte-buddy-1_17_5_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-1_17_5-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-inprocess-1.65.1.jar_copy",
|
|
src = "@io_grpc-grpc-inprocess-1_65_1_http//file",
|
|
out = "io.grpc/grpc-inprocess-1.65.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "execution-process-mediator-client-grpc-inprocess",
|
|
jar = "@io_grpc-grpc-inprocess-1_65_1_http//file",
|
|
source_jar = "@io_grpc-grpc-inprocess-1_65_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.willowtreeapps.assertk/assertk-jvm-0.23.jar_copy",
|
|
src = "@com_willowtreeapps_assertk-assertk-jvm-0_23_http//file",
|
|
out = "com.willowtreeapps.assertk/assertk-jvm-0.23.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.willowtreeapps.opentest4k/opentest4k-jvm-1.2.1.jar_copy",
|
|
src = "@com_willowtreeapps_opentest4k-opentest4k-jvm-1_2_1_http//file",
|
|
out = "com.willowtreeapps.opentest4k/opentest4k-jvm-1.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.opentest4j/opentest4j-1.2.0.jar_copy",
|
|
src = "@org_opentest4j-opentest4j-1_2_0_http//file",
|
|
out = "org.opentest4j/opentest4j-1.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "execution-process-mediator-common-com-willowtreeapps-assertk-assertk-jvm",
|
|
exports = [
|
|
":com_willowtreeapps_assertk-assertk-jvm-0_23_http_import",
|
|
":com_willowtreeapps_opentest4k-opentest4k-jvm-1_2_1_http_import",
|
|
":org_opentest4j-opentest4j-1_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_willowtreeapps_assertk-assertk-jvm-0_23_http_import",
|
|
jar = "@com_willowtreeapps_assertk-assertk-jvm-0_23_http//file",
|
|
source_jar = "@com_willowtreeapps_assertk-assertk-jvm-0_23-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_willowtreeapps_opentest4k-opentest4k-jvm-1_2_1_http_import",
|
|
jar = "@com_willowtreeapps_opentest4k-opentest4k-jvm-1_2_1_http//file",
|
|
source_jar = "@com_willowtreeapps_opentest4k-opentest4k-jvm-1_2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_opentest4j-opentest4j-1_2_0_http_import",
|
|
jar = "@org_opentest4j-opentest4j-1_2_0_http//file",
|
|
source_jar = "@org_opentest4j-opentest4j-1_2_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "jetbrains.fleet/expects-compiler-plugin-2.3.20-RC2-0.1.jar_copy",
|
|
src = "@jetbrains_fleet-expects-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
out = "jetbrains.fleet/expects-compiler-plugin-2.3.20-RC2-0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "expects-compiler-plugin",
|
|
jar = "@jetbrains_fleet-expects-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
source_jar = "@jetbrains_fleet-expects-compiler-plugin-2_3_20-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.fastutil/intellij-deps-fastutil-8.5.18-jb1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_18-jb1_http//file",
|
|
out = "org.jetbrains.intellij.deps.fastutil/intellij-deps-fastutil-8.5.18-jb1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fastutil-min",
|
|
jar = "@org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_18-jb1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_18-jb1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.filePrediction.model/file-prediction-model-0.3.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_filePrediction_model-file-prediction-model-0_3_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.filePrediction.model/file-prediction-model-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "file_prediction-file-prediction-model",
|
|
jar = "@org_jetbrains_intellij_deps_filePrediction_model-file-prediction-model-0_3_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_filePrediction_model-file-prediction-model-0_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.sdk.kotlin/s3-jvm-1.0.69.jar_copy",
|
|
src = "@aws_sdk_kotlin-s3-jvm-1_0_69_http//file",
|
|
out = "aws.sdk.kotlin/s3-jvm-1.0.69.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.sdk.kotlin/aws-config-jvm-1.0.69.jar_copy",
|
|
src = "@aws_sdk_kotlin-aws-config-jvm-1_0_69_http//file",
|
|
out = "aws.sdk.kotlin/aws-config-jvm-1.0.69.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/serde-json-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-serde-json-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/serde-json-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/serde-form-url-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-serde-form-url-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/serde-form-url-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/aws-json-protocols-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-aws-json-protocols-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/aws-json-protocols-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.sdk.kotlin/aws-core-jvm-1.0.69.jar_copy",
|
|
src = "@aws_sdk_kotlin-aws-core-jvm-1_0_69_http//file",
|
|
out = "aws.sdk.kotlin/aws-core-jvm-1.0.69.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.sdk.kotlin/aws-endpoint-jvm-1.0.69.jar_copy",
|
|
src = "@aws_sdk_kotlin-aws-endpoint-jvm-1_0_69_http//file",
|
|
out = "aws.sdk.kotlin/aws-endpoint-jvm-1.0.69.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/http-client-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-http-client-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/http-client-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/runtime-core-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-runtime-core-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/runtime-core-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okio/okio-jvm-3.6.0.jar_copy",
|
|
src = "@com_squareup_okio-okio-jvm-3_6_0_http//file",
|
|
out = "com.squareup.okio/okio-jvm-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/smithy-client-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-smithy-client-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/smithy-client-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/telemetry-api-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-telemetry-api-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/telemetry-api-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/aws-credentials-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-aws-credentials-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/aws-credentials-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/aws-event-stream-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-aws-event-stream-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/aws-event-stream-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.sdk.kotlin/aws-http-jvm-1.0.69.jar_copy",
|
|
src = "@aws_sdk_kotlin-aws-http-jvm-1_0_69_http//file",
|
|
out = "aws.sdk.kotlin/aws-http-jvm-1.0.69.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/aws-protocol-core-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-aws-protocol-core-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/aws-protocol-core-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/aws-signing-common-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-aws-signing-common-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/aws-signing-common-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/aws-signing-default-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-aws-signing-default-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/aws-signing-default-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/aws-xml-protocols-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-aws-xml-protocols-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/aws-xml-protocols-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/http-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-http-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/http-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/http-auth-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-http-auth-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/http-auth-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/http-auth-api-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-http-auth-api-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/http-auth-api-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/http-auth-aws-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-http-auth-aws-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/http-auth-aws-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/http-client-engine-default-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-http-client-engine-default-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/http-client-engine-default-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/http-client-engine-okhttp-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-http-client-engine-okhttp-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/http-client-engine-okhttp-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okhttp3/okhttp-jvm-5.0.0-alpha.11.jar_copy",
|
|
src = "@com_squareup_okhttp3-okhttp-jvm-5_0_0-alpha_11_http//file",
|
|
out = "com.squareup.okhttp3/okhttp-jvm-5.0.0-alpha.11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okhttp3/okhttp-coroutines-jvm-5.0.0-alpha.11.jar_copy",
|
|
src = "@com_squareup_okhttp3-okhttp-coroutines-jvm-5_0_0-alpha_11_http//file",
|
|
out = "com.squareup.okhttp3/okhttp-coroutines-jvm-5.0.0-alpha.11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/identity-api-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-identity-api-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/identity-api-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/serde-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-serde-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/serde-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/serde-xml-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-serde-xml-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/serde-xml-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/telemetry-defaults-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-telemetry-defaults-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/telemetry-defaults-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aws.smithy.kotlin/logging-slf4j2-jvm-1.0.16.jar_copy",
|
|
src = "@aws_smithy_kotlin-logging-slf4j2-jvm-1_0_16_http//file",
|
|
out = "aws.smithy.kotlin/logging-slf4j2-jvm-1.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "fleet-aws-sdk-kotlin-s3-jvm",
|
|
exports = [
|
|
":aws_sdk_kotlin-s3-jvm-1_0_69_http_import",
|
|
":aws_sdk_kotlin-aws-config-jvm-1_0_69_http_import",
|
|
":aws_smithy_kotlin-serde-json-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-serde-form-url-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-aws-json-protocols-jvm-1_0_16_http_import",
|
|
":aws_sdk_kotlin-aws-core-jvm-1_0_69_http_import",
|
|
":aws_sdk_kotlin-aws-endpoint-jvm-1_0_69_http_import",
|
|
":aws_smithy_kotlin-http-client-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-runtime-core-jvm-1_0_16_http_import",
|
|
":com_squareup_okio-okio-jvm-3_6_0_http_import",
|
|
":aws_smithy_kotlin-smithy-client-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-telemetry-api-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-aws-credentials-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-aws-event-stream-jvm-1_0_16_http_import",
|
|
":aws_sdk_kotlin-aws-http-jvm-1_0_69_http_import",
|
|
":aws_smithy_kotlin-aws-protocol-core-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-aws-signing-common-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-aws-signing-default-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-aws-xml-protocols-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-http-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-http-auth-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-http-auth-api-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-http-auth-aws-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-http-client-engine-default-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-http-client-engine-okhttp-jvm-1_0_16_http_import",
|
|
":com_squareup_okhttp3-okhttp-jvm-5_0_0-alpha_11_http_import",
|
|
":com_squareup_okhttp3-okhttp-coroutines-jvm-5_0_0-alpha_11_http_import",
|
|
":aws_smithy_kotlin-identity-api-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-serde-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-serde-xml-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-telemetry-defaults-jvm-1_0_16_http_import",
|
|
":aws_smithy_kotlin-logging-slf4j2-jvm-1_0_16_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_sdk_kotlin-s3-jvm-1_0_69_http_import",
|
|
jar = "@aws_sdk_kotlin-s3-jvm-1_0_69_http//file",
|
|
source_jar = "@aws_sdk_kotlin-s3-jvm-1_0_69-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_sdk_kotlin-aws-config-jvm-1_0_69_http_import",
|
|
jar = "@aws_sdk_kotlin-aws-config-jvm-1_0_69_http//file",
|
|
source_jar = "@aws_sdk_kotlin-aws-config-jvm-1_0_69-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-serde-json-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-serde-json-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-serde-json-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-serde-form-url-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-serde-form-url-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-serde-form-url-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-aws-json-protocols-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-aws-json-protocols-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-aws-json-protocols-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_sdk_kotlin-aws-core-jvm-1_0_69_http_import",
|
|
jar = "@aws_sdk_kotlin-aws-core-jvm-1_0_69_http//file",
|
|
source_jar = "@aws_sdk_kotlin-aws-core-jvm-1_0_69-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_sdk_kotlin-aws-endpoint-jvm-1_0_69_http_import",
|
|
jar = "@aws_sdk_kotlin-aws-endpoint-jvm-1_0_69_http//file",
|
|
source_jar = "@aws_sdk_kotlin-aws-endpoint-jvm-1_0_69-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-http-client-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-http-client-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-http-client-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-runtime-core-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-runtime-core-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-runtime-core-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okio-okio-jvm-3_6_0_http_import",
|
|
jar = "@com_squareup_okio-okio-jvm-3_6_0_http//file",
|
|
source_jar = "@com_squareup_okio-okio-jvm-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-smithy-client-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-smithy-client-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-smithy-client-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-telemetry-api-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-telemetry-api-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-telemetry-api-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-aws-credentials-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-aws-credentials-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-aws-credentials-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-aws-event-stream-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-aws-event-stream-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-aws-event-stream-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_sdk_kotlin-aws-http-jvm-1_0_69_http_import",
|
|
jar = "@aws_sdk_kotlin-aws-http-jvm-1_0_69_http//file",
|
|
source_jar = "@aws_sdk_kotlin-aws-http-jvm-1_0_69-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-aws-protocol-core-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-aws-protocol-core-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-aws-protocol-core-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-aws-signing-common-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-aws-signing-common-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-aws-signing-common-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-aws-signing-default-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-aws-signing-default-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-aws-signing-default-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-aws-xml-protocols-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-aws-xml-protocols-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-aws-xml-protocols-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-http-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-http-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-http-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-http-auth-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-http-auth-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-http-auth-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-http-auth-api-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-http-auth-api-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-http-auth-api-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-http-auth-aws-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-http-auth-aws-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-http-auth-aws-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-http-client-engine-default-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-http-client-engine-default-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-http-client-engine-default-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-http-client-engine-okhttp-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-http-client-engine-okhttp-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-http-client-engine-okhttp-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okhttp3-okhttp-jvm-5_0_0-alpha_11_http_import",
|
|
jar = "@com_squareup_okhttp3-okhttp-jvm-5_0_0-alpha_11_http//file",
|
|
source_jar = "@com_squareup_okhttp3-okhttp-jvm-5_0_0-alpha_11-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okhttp3-okhttp-coroutines-jvm-5_0_0-alpha_11_http_import",
|
|
jar = "@com_squareup_okhttp3-okhttp-coroutines-jvm-5_0_0-alpha_11_http//file",
|
|
source_jar = "@com_squareup_okhttp3-okhttp-coroutines-jvm-5_0_0-alpha_11-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-identity-api-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-identity-api-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-identity-api-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-serde-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-serde-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-serde-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-serde-xml-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-serde-xml-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-serde-xml-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-telemetry-defaults-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-telemetry-defaults-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-telemetry-defaults-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws_smithy_kotlin-logging-slf4j2-jvm-1_0_16_http_import",
|
|
jar = "@aws_smithy_kotlin-logging-slf4j2-jvm-1_0_16_http//file",
|
|
source_jar = "@aws_smithy_kotlin-logging-slf4j2-jvm-1_0_16-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.ajalt.clikt/clikt-jvm-5.0.3.jar_copy",
|
|
src = "@com_github_ajalt_clikt-clikt-jvm-5_0_3_http//file",
|
|
out = "com.github.ajalt.clikt/clikt-jvm-5.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.ajalt.mordant/mordant-jvm-3.0.1.jar_copy",
|
|
src = "@com_github_ajalt_mordant-mordant-jvm-3_0_1_http//file",
|
|
out = "com.github.ajalt.mordant/mordant-jvm-3.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.ajalt.mordant/mordant-core-jvm-3.0.1.jar_copy",
|
|
src = "@com_github_ajalt_mordant-mordant-core-jvm-3_0_1_http//file",
|
|
out = "com.github.ajalt.mordant/mordant-core-jvm-3.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.ajalt.colormath/colormath-jvm-3.6.0.jar_copy",
|
|
src = "@com_github_ajalt_colormath-colormath-jvm-3_6_0_http//file",
|
|
out = "com.github.ajalt.colormath/colormath-jvm-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "fleet-clikt",
|
|
exports = [
|
|
":com_github_ajalt_clikt-clikt-jvm-5_0_3_http_import",
|
|
":com_github_ajalt_mordant-mordant-jvm-3_0_1_http_import",
|
|
":com_github_ajalt_mordant-mordant-core-jvm-3_0_1_http_import",
|
|
":com_github_ajalt_colormath-colormath-jvm-3_6_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_ajalt_clikt-clikt-jvm-5_0_3_http_import",
|
|
jar = "@com_github_ajalt_clikt-clikt-jvm-5_0_3_http//file",
|
|
source_jar = "@com_github_ajalt_clikt-clikt-jvm-5_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_ajalt_mordant-mordant-jvm-3_0_1_http_import",
|
|
jar = "@com_github_ajalt_mordant-mordant-jvm-3_0_1_http//file",
|
|
source_jar = "@com_github_ajalt_mordant-mordant-jvm-3_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_ajalt_mordant-mordant-core-jvm-3_0_1_http_import",
|
|
jar = "@com_github_ajalt_mordant-mordant-core-jvm-3_0_1_http//file",
|
|
source_jar = "@com_github_ajalt_mordant-mordant-core-jvm-3_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_ajalt_colormath-colormath-jvm-3_6_0_http_import",
|
|
jar = "@com_github_ajalt_colormath-colormath-jvm-3_6_0_http//file",
|
|
source_jar = "@com_github_ajalt_colormath-colormath-jvm-3_6_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.ajalt.clikt/clikt-core-jvm-5.0.3.jar_copy",
|
|
src = "@com_github_ajalt_clikt-clikt-core-jvm-5_0_3_http//file",
|
|
out = "com.github.ajalt.clikt/clikt-core-jvm-5.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-clikt-core",
|
|
jar = "@com_github_ajalt_clikt-clikt-core-jvm-5_0_3_http//file",
|
|
source_jar = "@com_github_ajalt_clikt-clikt-core-jvm-5_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.luben/zstd-jni-1.5.5-11.jar_copy",
|
|
src = "@com_github_luben-zstd-jni-1_5_5-11_http//file",
|
|
out = "com.github.luben/zstd-jni-1.5.5-11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-github-luben-zstd-jni",
|
|
jar = "@com_github_luben-zstd-jni-1_5_5-11_http//file",
|
|
source_jar = "@com_github_luben-zstd-jni-1_5_5-11-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.pdvrieze.xmlutil/core-0.91.3.jar_copy",
|
|
src = "@io_github_pdvrieze_xmlutil-core-0_91_3_http//file",
|
|
out = "io.github.pdvrieze.xmlutil/core-0.91.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-github-pdvrieze-xmlutil-core",
|
|
jar = "@io_github_pdvrieze_xmlutil-core-0_91_3_http//file",
|
|
source_jar = "@io_github_pdvrieze_xmlutil-core-0_91_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.pdvrieze.xmlutil/serialization-jvm-0.91.3.jar_copy",
|
|
src = "@io_github_pdvrieze_xmlutil-serialization-jvm-0_91_3_http//file",
|
|
out = "io.github.pdvrieze.xmlutil/serialization-jvm-0.91.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-github-pdvrieze-xmlutil-serialization-jvm",
|
|
jar = "@io_github_pdvrieze_xmlutil-serialization-jvm-0_91_3_http//file",
|
|
source_jar = "@io_github_pdvrieze_xmlutil-serialization-jvm-0_91_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-cio-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-cio-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-cio-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-client-cio",
|
|
jar = "@io_ktor-ktor-client-cio-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-cio-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-core-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-core-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-core-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-client-core",
|
|
jar = "@io_ktor-ktor-client-core-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-core-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-logging-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-logging-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-logging-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-client-logging",
|
|
jar = "@io_ktor-ktor-client-logging-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-logging-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-mock-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-mock-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-mock-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-client-mock",
|
|
jar = "@io_ktor-ktor-client-mock-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-mock-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-events-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-events-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-events-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-events",
|
|
jar = "@io_ktor-ktor-events-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-events-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-http-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-http-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-http-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-http",
|
|
jar = "@io_ktor-ktor-http-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-http-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-http-cio-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-http-cio-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-http-cio-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-http-cio",
|
|
jar = "@io_ktor-ktor-http-cio-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-http-cio-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-io-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-io-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-io-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-io",
|
|
jar = "@io_ktor-ktor-io-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-io-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-network-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-network-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-network-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-network",
|
|
jar = "@io_ktor-ktor-network-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-network-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-network-tls-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-network-tls-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-network-tls-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-network-tls",
|
|
jar = "@io_ktor-ktor-network-tls-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-network-tls-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-serialization-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-serialization-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-serialization-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-serialization",
|
|
jar = "@io_ktor-ktor-serialization-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-serialization-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-server-cio-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-server-cio-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-server-cio-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-server-cio",
|
|
jar = "@io_ktor-ktor-server-cio-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-server-cio-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-server-core-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-server-core-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-server-core-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-server-core",
|
|
jar = "@io_ktor-ktor-server-core-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-server-core-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-server-host-common-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-server-host-common-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-server-host-common-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-server-host-common",
|
|
jar = "@io_ktor-ktor-server-host-common-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-server-host-common-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-sse-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-sse-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-sse-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-sse",
|
|
jar = "@io_ktor-ktor-sse-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-sse-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-utils-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-utils-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-utils-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-utils",
|
|
jar = "@io_ktor-ktor-utils-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-utils-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-websocket-serialization-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-websocket-serialization-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-websocket-serialization-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-websocket-serialization",
|
|
jar = "@io_ktor-ktor-websocket-serialization-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-websocket-serialization-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-websockets-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-websockets-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-websockets-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-io-ktor-websockets",
|
|
jar = "@io_ktor-ktor-websockets-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-websockets-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.intellij.idea/idea-community-build-zip-252.11244.jar_copy",
|
|
src = "@com_jetbrains_intellij_idea-idea-community-build-zip-252_11244_http//file",
|
|
out = "com.jetbrains.intellij.idea/idea-community-build-zip-252.11244.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-buffer-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-buffer-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-buffer-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-common-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-common-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-common-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.fastutil/intellij-deps-fastutil-8.5.15-jb1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_15-jb1_http//file",
|
|
out = "org.jetbrains.intellij.deps.fastutil/intellij-deps-fastutil-8.5.15-jb1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.dynatrace.hash4j/hash4j-0.20.0.jar_copy",
|
|
src = "@com_dynatrace_hash4j-hash4j-0_20_0_http//file",
|
|
out = "com.dynatrace.hash4j/hash4j-0.20.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "fleet-jetbrains-intellij-idea-community-build-zip",
|
|
exports = [
|
|
":com_jetbrains_intellij_idea-idea-community-build-zip-252_11244_http_import",
|
|
":io_netty-netty-buffer-4_2_0_RC2_http_import",
|
|
":io_netty-netty-common-4_2_0_RC2_http_import",
|
|
":org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_15-jb1_http_import",
|
|
":com_dynatrace_hash4j-hash4j-0_20_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_jetbrains_intellij_idea-idea-community-build-zip-252_11244_http_import",
|
|
jar = "@com_jetbrains_intellij_idea-idea-community-build-zip-252_11244_http//file",
|
|
source_jar = "@com_jetbrains_intellij_idea-idea-community-build-zip-252_11244-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-buffer-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-buffer-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-buffer-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-common-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-common-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-common-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_15-jb1_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_15-jb1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_fastutil-intellij-deps-fastutil-8_5_15-jb1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_dynatrace_hash4j-hash4j-0_20_0_http_import",
|
|
jar = "@com_dynatrace_hash4j-hash4j-0_20_0_http//file",
|
|
source_jar = "@com_dynatrace_hash4j-hash4j-0_20_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.intellij.platform/util-zip-squashed-252.16432.jar_copy",
|
|
src = "@com_jetbrains_intellij_platform-util-zip-squashed-252_16432_http//file",
|
|
out = "com.jetbrains.intellij.platform/util-zip-squashed-252.16432.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-jetbrains-intellij-platform-util-zip-squashed",
|
|
jar = "@com_jetbrains_intellij_platform-util-zip-squashed-252_16432_http//file",
|
|
source_jar = "@com_jetbrains_intellij_platform-util-zip-squashed-252_16432-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.fusesource.jansi/jansi-2.4.1.jar_copy",
|
|
src = "@org_fusesource_jansi-jansi-2_4_1_http//file",
|
|
out = "org.fusesource.jansi/jansi-2.4.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-org-fusesource-jansi",
|
|
jar = "@org_fusesource_jansi-jansi-2_4_1_http//file",
|
|
source_jar = "@org_fusesource_jansi-jansi-2_4_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.tukaani/xz-1.9.jar_copy",
|
|
src = "@org_tukaani-xz-1_9_http//file",
|
|
out = "org.tukaani/xz-1.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-tukaani-xz",
|
|
jar = "@org_tukaani-xz-1_9_http//file",
|
|
source_jar = "@org_tukaani-xz-1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fleet-util-modules-jetbrains-intellij-platform-util-zip-squashed",
|
|
jar = "@com_jetbrains_intellij_platform-util-zip-squashed-252_16432_http//file",
|
|
source_jar = "@com_jetbrains_intellij_platform-util-zip-squashed-252_16432-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.ift/git-learning-project-212.0.2.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_ift-git-learning-project-212_0_2_http//file",
|
|
out = "org.jetbrains.intellij.deps.ift/git-learning-project-212.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "git-learning-project",
|
|
jar = "@org_jetbrains_intellij_deps_ift-git-learning-project-212_0_2_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.oshi/oshi-core-6.9.2.jar_copy",
|
|
src = "@com_github_oshi-oshi-core-6_9_2_http//file",
|
|
out = "com.github.oshi/oshi-core-6.9.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "github-oshi-core",
|
|
jar = "@com_github_oshi-oshi-core-6_9_2_http//file",
|
|
source_jar = "@com_github_oshi-oshi-core-6_9_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.android.tools.smali/smali-baksmali-3.0.3.jar_copy",
|
|
src = "@com_android_tools_smali-smali-baksmali-3_0_3_http//file",
|
|
out = "com.android.tools.smali/smali-baksmali-3.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.android.tools.smali/smali-util-3.0.3.jar_copy",
|
|
src = "@com_android_tools_smali-smali-util-3_0_3_http//file",
|
|
out = "com.android.tools.smali/smali-util-3.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "google-baksmali",
|
|
exports = [
|
|
":com_android_tools_smali-smali-baksmali-3_0_3_http_import",
|
|
":com_android_tools_smali-smali-util-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_android_tools_smali-smali-baksmali-3_0_3_http_import",
|
|
jar = "@com_android_tools_smali-smali-baksmali-3_0_3_http//file",
|
|
source_jar = "@com_android_tools_smali-smali-baksmali-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_android_tools_smali-smali-util-3_0_3_http_import",
|
|
jar = "@com_android_tools_smali-smali-util-3_0_3_http//file",
|
|
source_jar = "@com_android_tools_smali-smali-util-3_0_3-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.android.tools.smali/smali-dexlib2-3.0.3.jar_copy",
|
|
src = "@com_android_tools_smali-smali-dexlib2-3_0_3_http//file",
|
|
out = "com.android.tools.smali/smali-dexlib2-3.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "google-dexlib2",
|
|
jar = "@com_android_tools_smali-smali-dexlib2-3_0_3_http//file",
|
|
source_jar = "@com_android_tools_smali-smali-dexlib2-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.protobuf/protobuf-java-util-3.25.5.jar_copy",
|
|
src = "@com_google_protobuf-protobuf-java-util-3_25_5_http//file",
|
|
out = "com.google.protobuf/protobuf-java-util-3.25.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "google-protobuf-java-util",
|
|
jar = "@com_google_protobuf-protobuf-java-util-3_25_5_http//file",
|
|
source_jar = "@com_google_protobuf-protobuf-java-util-3_25_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.googlecode.plist/dd-plist-1.28.jar_copy",
|
|
src = "@com_googlecode_plist-dd-plist-1_28_http//file",
|
|
out = "com.googlecode.plist/dd-plist-1.28.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "googlecode-plist-dd",
|
|
jar = "@com_googlecode_plist-dd-plist-1_28_http//file",
|
|
source_jar = "@com_googlecode_plist-dd-plist-1_28-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/gradle-api-9.3.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-gradle-api-9_3_0_http//file",
|
|
out = "org.jetbrains.intellij.deps/gradle-api-9.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gradle",
|
|
jar = "@org_jetbrains_intellij_deps-gradle-api-9_3_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-gradle-api-9_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "gradle-provided",
|
|
exports = [":gradle"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.ant/ant-1.10.15.jar_copy",
|
|
src = "@org_apache_ant-ant-1_10_15_http//file",
|
|
out = "org.apache.ant/ant-1.10.15.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gradle-jps-ant",
|
|
jar = "@org_apache_ant-ant-1_10_15_http//file",
|
|
source_jar = "@org_apache_ant-ant-1_10_15-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.classgraph/classgraph-4.8.87.jar_copy",
|
|
src = "@io_github_classgraph-classgraph-4_8_87_http//file",
|
|
out = "io.github.classgraph/classgraph-4.8.87.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gradle-tooling_extension-tests-io-github-classgraph-classgraph-4-8-87",
|
|
jar = "@io_github_classgraph-classgraph-4_8_87_http//file",
|
|
source_jar = "@io_github_classgraph-classgraph-4_8_87-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jeasy/easy-random-core-4.2.0.jar_copy",
|
|
src = "@org_jeasy-easy-random-core-4_2_0_http//file",
|
|
out = "org.jeasy/easy-random-core-4.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.objenesis/objenesis-3.1.jar_copy",
|
|
src = "@org_objenesis-objenesis-3_1_http//file",
|
|
out = "org.objenesis/objenesis-3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "gradle-tooling_extension-tests-org-jeasy-easy-random-core-4-2-0",
|
|
exports = [
|
|
":org_jeasy-easy-random-core-4_2_0_http_import",
|
|
":org_objenesis-objenesis-3_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jeasy-easy-random-core-4_2_0_http_import",
|
|
jar = "@org_jeasy-easy-random-core-4_2_0_http//file",
|
|
source_jar = "@org_jeasy-easy-random-core-4_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_objenesis-objenesis-3_1_http_import",
|
|
jar = "@org_objenesis-objenesis-3_1_http//file",
|
|
source_jar = "@org_objenesis-objenesis-3_1-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.api/api-gateway-client-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_api-api-gateway-client-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.api/api-gateway-client-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.api/api-gateway-api-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_api-api-gateway-api-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.api/api-gateway-api-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.auth/gec-agg-model-public-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_auth-gec-agg-model-public-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.auth/gec-agg-model-public-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.llm/llm-agg-api-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_llm-llm-agg-api-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.llm/llm-agg-api-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-feedback-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-feedback-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-feedback-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-indexing-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-indexing-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-indexing-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-sum-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-sum-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-sum-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-llm-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-llm-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-llm-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-bdg-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-bdg-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-bdg-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-nlp-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-nlp-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-nlp-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-quota-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-quota-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-quota-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-license-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-license-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-license-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-tone-formality-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-tone-formality-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-tone-formality-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-gateway-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-gateway-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-gateway-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.auth/auth-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_auth-auth-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.auth/auth-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.auth.product/auth-product-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_auth_product-auth-product-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.auth.product/auth-product-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.user.cfg/user-cfg-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_user_cfg-user-cfg-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.user.cfg/user-cfg-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.utils/utils-jwt-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_utils-utils-jwt-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.utils/utils-jwt-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.user.strg/user-strg-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_user_strg-user-strg-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.user.strg/user-strg-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.indexing/indexing-server-api-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_indexing-indexing-server-api-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.indexing/indexing-server-api-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.indexing/indexing-provider-api-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_indexing-indexing-provider-api-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.indexing/indexing-provider-api-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/swagger-annotations-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-swagger-annotations-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/swagger-annotations-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.client/client-common-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_client-client-common-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.client/client-common-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-common-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-common-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-common-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-auth-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-auth-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-auth-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.client/client-attribute-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_client-client-attribute-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.client/client-attribute-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-cloud-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-cloud-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-cloud-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-nmt-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-nmt-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-nmt-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-nlc-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-nlc-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-nlc-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.nlp/nlp-common-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_nlp-nlp-common-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.nlp/nlp-common-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-syn-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-syn-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-syn-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-qa-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-qa-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-qa-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-emb-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-emb-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-emb-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-task-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-task-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-task-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-jet-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-jet-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-jet-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-chat-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-chat-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-chat-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.tasks.provider.model/tasks-provider-jet-completion-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_tasks_provider_model-tasks-provider-jet-completion-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.tasks.provider.model/tasks-provider-jet-completion-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.tasks.provider/tasks-provider-task-schema-0.8.122.jar_copy",
|
|
src = "@ai_grazie_tasks_provider-tasks-provider-task-schema-0_8_122_http//file",
|
|
out = "ai.grazie.tasks.provider/tasks-provider-task-schema-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.tasks.provider.llm.completion/tasks-provider-llm-completion-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_tasks_provider_llm_completion-tasks-provider-llm-completion-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.tasks.provider.llm.completion/tasks-provider-llm-completion-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.tasks.provider.model/tasks-provider-proxy-model-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_tasks_provider_model-tasks-provider-proxy-model-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.tasks.provider.model/tasks-provider-proxy-model-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.utils/utils-common-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_utils-utils-common-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.utils/utils-common-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.utils/utils-multiplatform-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_utils-utils-multiplatform-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.utils/utils-multiplatform-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-core-ai-grazie-api-gateway-client-jvm",
|
|
exports = [
|
|
":ai_grazie_api-api-gateway-client-jvm-0_8_122_http_import",
|
|
":ai_grazie_api-api-gateway-api-jvm-0_8_122_http_import",
|
|
":ai_grazie_auth-gec-agg-model-public-jvm-0_8_122_http_import",
|
|
":ai_grazie_llm-llm-agg-api-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-feedback-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-indexing-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-sum-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-llm-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-bdg-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-nlp-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-quota-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-license-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-tone-formality-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-gateway-jvm-0_8_122_http_import",
|
|
":ai_grazie_auth-auth-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_auth_product-auth-product-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_user_cfg-user-cfg-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-jwt-jvm-0_8_122_http_import",
|
|
":ai_grazie_user_strg-user-strg-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_indexing-indexing-server-api-jvm-0_8_122_http_import",
|
|
":ai_grazie_indexing-indexing-provider-api-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-swagger-annotations-jvm-0_8_122_http_import",
|
|
":ai_grazie_client-client-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-auth-jvm-0_8_122_http_import",
|
|
":ai_grazie_client-client-attribute-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-cloud-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-nmt-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-nlc-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-syn-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-qa-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-emb-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-task-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-jet-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-chat-jvm-0_8_122_http_import",
|
|
":ai_grazie_tasks_provider_model-tasks-provider-jet-completion-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_tasks_provider-tasks-provider-task-schema-0_8_122_http_import",
|
|
":ai_grazie_tasks_provider_llm_completion-tasks-provider-llm-completion-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_tasks_provider_model-tasks-provider-proxy-model-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-multiplatform-jvm-0_8_122_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_api-api-gateway-client-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_api-api-gateway-client-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_api-api-gateway-client-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_api-api-gateway-api-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_api-api-gateway-api-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_api-api-gateway-api-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_auth-gec-agg-model-public-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_auth-gec-agg-model-public-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_auth-gec-agg-model-public-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_llm-llm-agg-api-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_llm-llm-agg-api-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_llm-llm-agg-api-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-feedback-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-feedback-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-feedback-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-indexing-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-indexing-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-indexing-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-sum-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-sum-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-sum-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-llm-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-llm-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-llm-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-bdg-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-bdg-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-bdg-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-nlp-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-nlp-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-nlp-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-quota-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-quota-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-quota-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-license-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-license-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-license-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-tone-formality-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-tone-formality-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-tone-formality-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-gateway-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-gateway-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-gateway-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_auth-auth-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_auth-auth-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_auth-auth-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_auth_product-auth-product-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_auth_product-auth-product-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_auth_product-auth-product-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_user_cfg-user-cfg-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_user_cfg-user-cfg-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_user_cfg-user-cfg-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_utils-utils-jwt-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_utils-utils-jwt-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_utils-utils-jwt-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_user_strg-user-strg-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_user_strg-user-strg-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_user_strg-user-strg-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_indexing-indexing-server-api-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_indexing-indexing-server-api-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_indexing-indexing-server-api-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_indexing-indexing-provider-api-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_indexing-indexing-provider-api-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_indexing-indexing-provider-api-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-swagger-annotations-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_client-client-common-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_client-client-common-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_client-client-common-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-common-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-common-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-common-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-auth-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-auth-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-auth-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_client-client-attribute-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_client-client-attribute-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_client-client-attribute-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-cloud-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-cloud-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-cloud-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-nmt-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-nmt-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-nmt-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-nlc-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-nlc-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-nlc-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_nlp-nlp-common-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_nlp-nlp-common-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-common-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-syn-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-syn-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-syn-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-qa-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-qa-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-qa-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-emb-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-emb-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-emb-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-task-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-task-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-task-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-jet-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-jet-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-jet-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-chat-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-chat-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-chat-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_tasks_provider_model-tasks-provider-jet-completion-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_tasks_provider_model-tasks-provider-jet-completion-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_tasks_provider_model-tasks-provider-jet-completion-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_tasks_provider-tasks-provider-task-schema-0_8_122_http_import",
|
|
jar = "@ai_grazie_tasks_provider-tasks-provider-task-schema-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_tasks_provider-tasks-provider-task-schema-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_tasks_provider_llm_completion-tasks-provider-llm-completion-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_tasks_provider_llm_completion-tasks-provider-llm-completion-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_tasks_provider_llm_completion-tasks-provider-llm-completion-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_tasks_provider_model-tasks-provider-proxy-model-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_tasks_provider_model-tasks-provider-proxy-model-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_tasks_provider_model-tasks-provider-proxy-model-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_utils-utils-common-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_utils-utils-common-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_utils-utils-common-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_utils-utils-multiplatform-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_utils-utils-multiplatform-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_utils-utils-multiplatform-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.client/client-ktor-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_client-client-ktor-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.client/client-ktor-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.utils/utils-ktor-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_utils-utils-ktor-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.utils/utils-ktor-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-core-ai-grazie-client-ktor-jvm",
|
|
exports = [
|
|
":ai_grazie_client-client-ktor-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-ktor-jvm-0_8_122_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_client-client-ktor-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_client-client-ktor-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_client-client-ktor-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_utils-utils-ktor-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_utils-utils-ktor-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_utils-utils-ktor-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-ner-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-ner-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-ner-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-ai-grazie-model-ner-jvm",
|
|
jar = "@ai_grazie_model-model-ner-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-ner-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-tree-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-tree-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-tree-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-ai-grazie-model-tree-jvm",
|
|
jar = "@ai_grazie_model-model-tree-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-tree-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.tasks-library/tasks-library-api-jvm-0.4.16.jar_copy",
|
|
src = "@ai_grazie_tasks-library-tasks-library-api-jvm-0_4_16_http//file",
|
|
out = "ai.grazie.tasks-library/tasks-library-api-jvm-0.4.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-ai-grazie-tasks-library-api-jvm",
|
|
jar = "@ai_grazie_tasks-library-tasks-library-api-jvm-0_4_16_http//file",
|
|
source_jar = "@ai_grazie_tasks-library-tasks-library-api-jvm-0_4_16-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.tasks-library/tasks-library-model-jvm-0.4.16.jar_copy",
|
|
src = "@ai_grazie_tasks-library-tasks-library-model-jvm-0_4_16_http//file",
|
|
out = "ai.grazie.tasks-library/tasks-library-model-jvm-0.4.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-ai-grazie-tasks-library-model-jvm",
|
|
jar = "@ai_grazie_tasks-library-tasks-library-model-jvm-0_4_16_http//file",
|
|
source_jar = "@ai_grazie_tasks-library-tasks-library-model-jvm-0_4_16-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.carrotsearch/hppc-0.9.1.jar_copy",
|
|
src = "@com_carrotsearch-hppc-0_9_1_http//file",
|
|
out = "com.carrotsearch/hppc-0.9.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-com-carrotsearch-hppc",
|
|
jar = "@com_carrotsearch-hppc-0_9_1_http//file",
|
|
source_jar = "@com_carrotsearch-hppc-0_9_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.hankcs/aho-corasick-double-array-trie-1.2.3.jar_copy",
|
|
src = "@com_hankcs-aho-corasick-double-array-trie-1_2_3_http//file",
|
|
out = "com.hankcs/aho-corasick-double-array-trie-1.2.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-com-hankcs-aho-corasick-double-array-trie",
|
|
jar = "@com_hankcs-aho-corasick-double-array-trie-1_2_3_http//file",
|
|
source_jar = "@com_hankcs-aho-corasick-double-array-trie-1_2_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.vdurmont/emoji-java-5.1.1.jar_copy",
|
|
src = "@com_vdurmont-emoji-java-5_1_1_http//file",
|
|
out = "com.vdurmont/emoji-java-5.1.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-com-vdurmont-emoji-java",
|
|
jar = "@com_vdurmont-emoji-java-5_1_1_http//file",
|
|
source_jar = "@com_vdurmont-emoji-java-5_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.measure/unit-api-1.0.jar_copy",
|
|
src = "@javax_measure-unit-api-1_0_http//file",
|
|
out = "javax.measure/unit-api-1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-javax-measure-unit-api-1-0",
|
|
jar = "@javax_measure-unit-api-1_0_http//file",
|
|
source_jar = "@javax_measure-unit-api-1_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.loomchild/segment-2.0.3.jar_copy",
|
|
src = "@net_loomchild-segment-2_0_3_http//file",
|
|
out = "net.loomchild/segment-2.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-net-loomchild-segment-2-0-1",
|
|
jar = "@net_loomchild-segment-2_0_3_http//file",
|
|
source_jar = "@net_loomchild-segment-2_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.carrot2/morfologik-fsa-2.1.9.jar_copy",
|
|
src = "@org_carrot2-morfologik-fsa-2_1_9_http//file",
|
|
out = "org.carrot2/morfologik-fsa-2.1.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-fsa",
|
|
jar = "@org_carrot2-morfologik-fsa-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-fsa-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.carrot2/morfologik-fsa-builders-2.1.9.jar_copy",
|
|
src = "@org_carrot2-morfologik-fsa-builders-2_1_9_http//file",
|
|
out = "org.carrot2/morfologik-fsa-builders-2.1.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-fsa-builders",
|
|
jar = "@org_carrot2-morfologik-fsa-builders-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-fsa-builders-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.carrot2/morfologik-speller-2.1.9.jar_copy",
|
|
src = "@org_carrot2-morfologik-speller-2_1_9_http//file",
|
|
out = "org.carrot2/morfologik-speller-2.1.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-speller",
|
|
jar = "@org_carrot2-morfologik-speller-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-speller-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.carrot2/morfologik-stemming-2.1.9.jar_copy",
|
|
src = "@org_carrot2-morfologik-stemming-2_1_9_http//file",
|
|
out = "org.carrot2/morfologik-stemming-2.1.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-stemming",
|
|
jar = "@org_carrot2-morfologik-stemming-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-stemming-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-en-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-en-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-en-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.languagetool/english-pos-dict-0.6.jar_copy",
|
|
src = "@org_languagetool-english-pos-dict-0_6_http//file",
|
|
out = "org.languagetool/english-pos-dict-0.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-core-org-jetbrains-intellij-deps-languagetool-language-en",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-en-6_7_20_http_import",
|
|
":org_languagetool-english-pos-dict-0_6_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-language-en-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-en-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-en-6_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_languagetool-english-pos-dict-0_6_http_import",
|
|
jar = "@org_languagetool-english-pos-dict-0_6_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/languagetool-core-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-languagetool-core-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/languagetool-core-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "edu.washington.cs.knowitall/openregex-1.1.1.jar_copy",
|
|
src = "@edu_washington_cs_knowitall-openregex-1_1_1_http//file",
|
|
out = "edu.washington.cs.knowitall/openregex-1.1.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-core-org-jetbrains-intellij-deps-languagetool-languagetool-core",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-languagetool-core-6_7_20_http_import",
|
|
":edu_washington_cs_knowitall-openregex-1_1_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-languagetool-core-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-languagetool-core-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-languagetool-core-6_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "edu_washington_cs_knowitall-openregex-1_1_1_http_import",
|
|
jar = "@edu_washington_cs_knowitall-openregex-1_1_1_http//file",
|
|
source_jar = "@edu_washington_cs_knowitall-openregex-1_1_1-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.json/json-20240205.jar_copy",
|
|
src = "@org_json-json-20240205_http//file",
|
|
out = "org.json/json-20240205.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-json-json",
|
|
jar = "@org_json-json-20240205_http//file",
|
|
source_jar = "@org_json-json-20240205-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "tech.units/indriya-1.3.jar_copy",
|
|
src = "@tech_units-indriya-1_3_http//file",
|
|
out = "tech.units/indriya-1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-tech-units-indriya-1-3",
|
|
jar = "@tech_units-indriya-1_3_http//file",
|
|
source_jar = "@tech_units-indriya-1_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "tech.uom.lib/uom-lib-common-1.1.jar_copy",
|
|
src = "@tech_uom_lib-uom-lib-common-1_1_http//file",
|
|
out = "tech.uom.lib/uom-lib-common-1.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-tech-uom-lib-uom-lib-common-1-1",
|
|
jar = "@tech_uom_lib-uom-lib-common-1_1_http//file",
|
|
source_jar = "@tech_uom_lib-uom-lib-common-1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.spell/hunspell-de-0.2.336.jar_copy",
|
|
src = "@ai_grazie_spell-hunspell-de-0_2_336_http//file",
|
|
out = "ai.grazie.spell/hunspell-de-0.2.336.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-ai-grazie-spell-hunspell-de",
|
|
jar = "@ai_grazie_spell-hunspell-de-0_2_336_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.spell/hunspell-ru-0.2.336.jar_copy",
|
|
src = "@ai_grazie_spell-hunspell-ru-0_2_336_http//file",
|
|
out = "ai.grazie.spell/hunspell-ru-0.2.336.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-ai-grazie-spell-hunspell-ru",
|
|
jar = "@ai_grazie_spell-hunspell-ru-0_2_336_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.spell/hunspell-uk-0.2.336.jar_copy",
|
|
src = "@ai_grazie_spell-hunspell-uk-0_2_336_http//file",
|
|
out = "ai.grazie.spell/hunspell-uk-0.2.336.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-ai-grazie-spell-hunspell-uk",
|
|
jar = "@ai_grazie_spell-hunspell-uk-0_2_336_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-be-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-be-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-be-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.belarus/linguistics.grammardb.spell.languagetool-1.0.2.jar_copy",
|
|
src = "@io_github_belarus-linguistics_grammardb_spell_languagetool-1_0_2_http//file",
|
|
out = "io.github.belarus/linguistics.grammardb.spell.languagetool-1.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-jetbrains-intellij-deps-languagetool-language-be",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-be-6_7_20_http_import",
|
|
":io_github_belarus-linguistics_grammardb_spell_languagetool-1_0_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-language-be-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-be-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-be-6_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_belarus-linguistics_grammardb_spell_languagetool-1_0_2_http_import",
|
|
jar = "@io_github_belarus-linguistics_grammardb_spell_languagetool-1_0_2_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-uk-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-uk-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-uk-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ua.net.nlp/morfologik-ukrainian-lt-6.7.1.jar_copy",
|
|
src = "@ua_net_nlp-morfologik-ukrainian-lt-6_7_1_http//file",
|
|
out = "ua.net.nlp/morfologik-ukrainian-lt-6.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-jetbrains-intellij-deps-languagetool-language-uk",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-uk-6_7_20_http_import",
|
|
":ua_net_nlp-morfologik-ukrainian-lt-6_7_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-language-uk-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-uk-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-uk-6_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ua_net_nlp-morfologik-ukrainian-lt-6_7_1_http_import",
|
|
jar = "@ua_net_nlp-morfologik-ukrainian-lt-6_7_1_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-de-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-de-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-de-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "de.danielnaber/german-pos-dict-1.2.4.jar_copy",
|
|
src = "@de_danielnaber-german-pos-dict-1_2_4_http//file",
|
|
out = "de.danielnaber/german-pos-dict-1.2.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "de.danielnaber/jwordsplitter-4.7.jar_copy",
|
|
src = "@de_danielnaber-jwordsplitter-4_7_http//file",
|
|
out = "de.danielnaber/jwordsplitter-4.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-de",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-de-6_7_20_http_import",
|
|
":de_danielnaber-german-pos-dict-1_2_4_http_import",
|
|
":de_danielnaber-jwordsplitter-4_7_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-language-de-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-de-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-de-6_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "de_danielnaber-german-pos-dict-1_2_4_http_import",
|
|
jar = "@de_danielnaber-german-pos-dict-1_2_4_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "de_danielnaber-jwordsplitter-4_7_http_import",
|
|
jar = "@de_danielnaber-jwordsplitter-4_7_http//file",
|
|
source_jar = "@de_danielnaber-jwordsplitter-4_7-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-it-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-it-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-it-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-it",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-it-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-it-6_7_20-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-pt-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-pt-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-pt-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-pt",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-pt-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-pt-6_7_20-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-ru-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-ru-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-ru-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-ru",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-ru-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-ru-6_7_20-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-zh-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-zh-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-zh-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.hankcs/hanlp-portable-1.8.2.jar_copy",
|
|
src = "@com_hankcs-hanlp-portable-1_8_2_http//file",
|
|
out = "com.hankcs/hanlp-portable-1.8.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-zh",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-zh-6_7_20_http_import",
|
|
":com_hankcs-hanlp-portable-1_8_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-language-zh-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-zh-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-zh-6_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_hankcs-hanlp-portable-1_8_2_http_import",
|
|
jar = "@com_hankcs-hanlp-portable-1_8_2_http//file",
|
|
source_jar = "@com_hankcs-hanlp-portable-1_8_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-languagetool-core",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-languagetool-core-6_7_20_http_import",
|
|
":edu_washington_cs_knowitall-openregex-1_1_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.languagetool/portuguese-pos-dict-1.2.0.jar_copy",
|
|
src = "@org_languagetool-portuguese-pos-dict-1_2_0_http//file",
|
|
out = "org.languagetool/portuguese-pos-dict-1.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-languagetool-portuguese-pos-dict",
|
|
jar = "@org_languagetool-portuguese-pos-dict-1_2_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-def-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-def-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-def-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-pro-ai-grazie-model-def-jvm",
|
|
jar = "@ai_grazie_model-model-def-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-def-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-pro-ai-grazie-model-ner-jvm",
|
|
jar = "@ai_grazie_model-model-ner-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-ner-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-pro-ai-grazie-model-swagger-annotations-jvm",
|
|
jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-pro-ai-grazie-model-tree-jvm",
|
|
jar = "@ai_grazie_model-model-tree-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-tree-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.nlp/nlp-detect-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_nlp-nlp-detect-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.nlp/nlp-detect-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-text-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-text-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-text-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.nlp/nlp-patterns-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_nlp-nlp-patterns-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.nlp/nlp-patterns-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.nlp/nlp-tokenizer-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_nlp-nlp-tokenizer-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.nlp/nlp-tokenizer-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.nlp/nlp-similarity-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_nlp-nlp-similarity-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.nlp/nlp-similarity-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.nlp/nlp-langs-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_nlp-nlp-langs-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.nlp/nlp-langs-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-pro-ai-grazie-nlp-detect-jvm",
|
|
exports = [
|
|
":ai_grazie_nlp-nlp-detect-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-text-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-patterns-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-tokenizer-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-similarity-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-langs-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-multiplatform-jvm-0_8_122_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_nlp-nlp-detect-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_nlp-nlp-detect-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-detect-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-text-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-text-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-text-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_nlp-nlp-patterns-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_nlp-nlp-patterns-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-patterns-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_nlp-nlp-tokenizer-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_nlp-nlp-tokenizer-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-tokenizer-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_nlp-nlp-similarity-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_nlp-nlp-similarity-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-similarity-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_nlp-nlp-langs-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_nlp-nlp-langs-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-langs-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.spell/gec-spell-engine-local-0.8.122.jar_copy",
|
|
src = "@ai_grazie_spell-gec-spell-engine-local-0_8_122_http//file",
|
|
out = "ai.grazie.spell/gec-spell-engine-local-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.model/model-gec-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_model-model-gec-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.model/model-gec-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.nlp/nlp-phonetics-jvm-0.8.122.jar_copy",
|
|
src = "@ai_grazie_nlp-nlp-phonetics-jvm-0_8_122_http//file",
|
|
out = "ai.grazie.nlp/nlp-phonetics-jvm-0.8.122.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-pro-ai-grazie-spell-gec-engine-local-jvm",
|
|
exports = [
|
|
":ai_grazie_spell-gec-spell-engine-local-0_8_122_http_import",
|
|
":ai_grazie_model-model-gec-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-similarity-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-phonetics-jvm-0_8_122_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_spell-gec-spell-engine-local-0_8_122_http_import",
|
|
jar = "@ai_grazie_spell-gec-spell-engine-local-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_spell-gec-spell-engine-local-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_model-model-gec-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_model-model-gec-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-model-gec-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ai_grazie_nlp-nlp-phonetics-jvm-0_8_122_http_import",
|
|
jar = "@ai_grazie_nlp-nlp-phonetics-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-phonetics-jvm-0_8_122-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.carrotsearch/hppc-0.8.2.jar_copy",
|
|
src = "@com_carrotsearch-hppc-0_8_2_http//file",
|
|
out = "com.carrotsearch/hppc-0.8.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.core/jackson-databind-2.18.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_core-jackson-databind-2_18_0_http//file",
|
|
out = "com.fasterxml.jackson.core/jackson-databind-2.18.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.core/jackson-annotations-2.18.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_core-jackson-annotations-2_18_0_http//file",
|
|
out = "com.fasterxml.jackson.core/jackson-annotations-2.18.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.core/jackson-core-2.18.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_core-jackson-core-2_18_0_http//file",
|
|
out = "com.fasterxml.jackson.core/jackson-core-2.18.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.gitlab.dumonts/hunspell-2.1.2.jar_copy",
|
|
src = "@com_gitlab_dumonts-hunspell-2_1_2_http//file",
|
|
out = "com.gitlab.dumonts/hunspell-2.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.java.dev.jna/jna-platform-5.12.1.jar_copy",
|
|
src = "@net_java_dev_jna-jna-platform-5_12_1_http//file",
|
|
out = "net.java.dev.jna/jna-platform-5.12.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.java.dev.jna/jna-5.12.1.jar_copy",
|
|
src = "@net_java_dev_jna-jna-5_12_1_http//file",
|
|
out = "net.java.dev.jna/jna-5.12.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/guava-33.3.1-jre.jar_copy",
|
|
src = "@com_google_guava-guava-33_3_1-jre_http//file",
|
|
out = "com.google.guava/guava-33.3.1-jre.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/failureaccess-1.0.2.jar_copy",
|
|
src = "@com_google_guava-failureaccess-1_0_2_http//file",
|
|
out = "com.google.guava/failureaccess-1.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar_copy",
|
|
src = "@com_google_guava-listenablefuture-9999_0-empty-to-avoid-conflict-with-guava_http//file",
|
|
out = "com.google.guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.code.findbugs/jsr305-3.0.2.jar_copy",
|
|
src = "@com_google_code_findbugs-jsr305-3_0_2_http//file",
|
|
out = "com.google.code.findbugs/jsr305-3.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.checkerframework/checker-qual-3.43.0.jar_copy",
|
|
src = "@org_checkerframework-checker-qual-3_43_0_http//file",
|
|
out = "org.checkerframework/checker-qual-3.43.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.mojo/animal-sniffer-annotations-1.24.jar_copy",
|
|
src = "@org_codehaus_mojo-animal-sniffer-annotations-1_24_http//file",
|
|
out = "org.codehaus.mojo/animal-sniffer-annotations-1.24.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.errorprone/error_prone_annotations-2.28.0.jar_copy",
|
|
src = "@com_google_errorprone-error_prone_annotations-2_28_0_http//file",
|
|
out = "com.google.errorprone/error_prone_annotations-2.28.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.j2objc/j2objc-annotations-3.0.0.jar_copy",
|
|
src = "@com_google_j2objc-j2objc-annotations-3_0_0_http//file",
|
|
out = "com.google.j2objc/j2objc-annotations-3.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.protobuf/protobuf-java-3.25.8.jar_copy",
|
|
src = "@com_google_protobuf-protobuf-java-3_25_8_http//file",
|
|
out = "com.google.protobuf/protobuf-java-3.25.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.hankcs/aho-corasick-double-array-trie-1.2.2.jar_copy",
|
|
src = "@com_hankcs-aho-corasick-double-array-trie-1_2_2_http//file",
|
|
out = "com.hankcs/aho-corasick-double-array-trie-1.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.optimaize.languagedetector/language-detector-0.6.jar_copy",
|
|
src = "@com_optimaize_languagedetector-language-detector-0_6_http//file",
|
|
out = "com.optimaize.languagedetector/language-detector-0.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.arnx/jsonic-1.2.11.jar_copy",
|
|
src = "@net_arnx-jsonic-1_2_11_http//file",
|
|
out = "net.arnx/jsonic-1.2.11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.intellij/annotations-12.0.jar_copy",
|
|
src = "@com_intellij-annotations-12_0_http//file",
|
|
out = "com.intellij/annotations-12.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-logging/commons-logging-1.3.4.jar_copy",
|
|
src = "@commons-logging-commons-logging-1_3_4_http//file",
|
|
out = "commons-logging/commons-logging-1.3.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-validator/commons-validator-1.9.0.jar_copy",
|
|
src = "@commons-validator-commons-validator-1_9_0_http//file",
|
|
out = "commons-validator/commons-validator-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-digester/commons-digester-2.1.jar_copy",
|
|
src = "@commons-digester-commons-digester-2_1_http//file",
|
|
out = "commons-digester/commons-digester-2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.resilience4j/resilience4j-circuitbreaker-1.7.1.jar_copy",
|
|
src = "@io_github_resilience4j-resilience4j-circuitbreaker-1_7_1_http//file",
|
|
out = "io.github.resilience4j/resilience4j-circuitbreaker-1.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.vavr/vavr-0.10.2.jar_copy",
|
|
src = "@io_vavr-vavr-0_10_2_http//file",
|
|
out = "io.vavr/vavr-0.10.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.vavr/vavr-match-0.10.2.jar_copy",
|
|
src = "@io_vavr-vavr-match-0_10_2_http//file",
|
|
out = "io.vavr/vavr-match-0.10.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.resilience4j/resilience4j-core-1.7.1.jar_copy",
|
|
src = "@io_github_resilience4j-resilience4j-core-1_7_1_http//file",
|
|
out = "io.github.resilience4j/resilience4j-core-1.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.resilience4j/resilience4j-micrometer-1.7.1.jar_copy",
|
|
src = "@io_github_resilience4j-resilience4j-micrometer-1_7_1_http//file",
|
|
out = "io.github.resilience4j/resilience4j-micrometer-1.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-api-1.42.1.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-api-1_42_1_http//file",
|
|
out = "io.opentelemetry/opentelemetry-api-1.42.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-context-1.42.1.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-context-1_42_1_http//file",
|
|
out = "io.opentelemetry/opentelemetry-context-1.42.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-semconv-1.30.1-alpha.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-semconv-1_30_1-alpha_http//file",
|
|
out = "io.opentelemetry/opentelemetry-semconv-1.30.1-alpha.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-netty-shaded-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-netty-shaded-1_75_0_http//file",
|
|
out = "io.grpc/grpc-netty-shaded-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-util-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-util-1_75_0_http//file",
|
|
out = "io.grpc/grpc-util-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-core-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-core-1_75_0_http//file",
|
|
out = "io.grpc/grpc-core-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.code.gson/gson-2.11.0.jar_copy",
|
|
src = "@com_google_code_gson-gson-2_11_0_http//file",
|
|
out = "com.google.code.gson/gson-2.11.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.android/annotations-4.1.1.4.jar_copy",
|
|
src = "@com_google_android-annotations-4_1_1_4_http//file",
|
|
out = "com.google.android/annotations-4.1.1.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-context-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-context-1_75_0_http//file",
|
|
out = "io.grpc/grpc-context-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.perfmark/perfmark-api-0.27.0.jar_copy",
|
|
src = "@io_perfmark-perfmark-api-0_27_0_http//file",
|
|
out = "io.perfmark/perfmark-api-0.27.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-api-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-api-1_75_0_http//file",
|
|
out = "io.grpc/grpc-api-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-protobuf-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-protobuf-1_75_0_http//file",
|
|
out = "io.grpc/grpc-protobuf-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.api.grpc/proto-google-common-protos-2.59.2.jar_copy",
|
|
src = "@com_google_api_grpc-proto-google-common-protos-2_59_2_http//file",
|
|
out = "com.google.api.grpc/proto-google-common-protos-2.59.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-protobuf-lite-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-protobuf-lite-1_75_0_http//file",
|
|
out = "io.grpc/grpc-protobuf-lite-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-stub-1.75.0.jar_copy",
|
|
src = "@io_grpc-grpc-stub-1_75_0_http//file",
|
|
out = "io.grpc/grpc-stub-1.75.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.micrometer/micrometer-registry-prometheus-1.7.12.jar_copy",
|
|
src = "@io_micrometer-micrometer-registry-prometheus-1_7_12_http//file",
|
|
out = "io.micrometer/micrometer-registry-prometheus-1.7.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.micrometer/micrometer-core-1.7.12.jar_copy",
|
|
src = "@io_micrometer-micrometer-core-1_7_12_http//file",
|
|
out = "io.micrometer/micrometer-core-1.7.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.hdrhistogram/HdrHistogram-2.1.12.jar_copy",
|
|
src = "@org_hdrhistogram-HdrHistogram-2_1_12_http//file",
|
|
out = "org.hdrhistogram/HdrHistogram-2.1.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.latencyutils/LatencyUtils-2.0.3.jar_copy",
|
|
src = "@org_latencyutils-LatencyUtils-2_0_3_http//file",
|
|
out = "org.latencyutils/LatencyUtils-2.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.prometheus/simpleclient_common-0.10.0.jar_copy",
|
|
src = "@io_prometheus-simpleclient_common-0_10_0_http//file",
|
|
out = "io.prometheus/simpleclient_common-0.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.prometheus/simpleclient-0.16.0.jar_copy",
|
|
src = "@io_prometheus-simpleclient-0_16_0_http//file",
|
|
out = "io.prometheus/simpleclient-0.16.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.prometheus/simpleclient_tracer_otel-0.16.0.jar_copy",
|
|
src = "@io_prometheus-simpleclient_tracer_otel-0_16_0_http//file",
|
|
out = "io.prometheus/simpleclient_tracer_otel-0.16.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.prometheus/simpleclient_tracer_common-0.16.0.jar_copy",
|
|
src = "@io_prometheus-simpleclient_tracer_common-0_16_0_http//file",
|
|
out = "io.prometheus/simpleclient_tracer_common-0.16.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.prometheus/simpleclient_tracer_otel_agent-0.16.0.jar_copy",
|
|
src = "@io_prometheus-simpleclient_tracer_otel_agent-0_16_0_http//file",
|
|
out = "io.prometheus/simpleclient_tracer_otel_agent-0.16.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.prometheus/simpleclient_guava-0.16.0.jar_copy",
|
|
src = "@io_prometheus-simpleclient_guava-0_16_0_http//file",
|
|
out = "io.prometheus/simpleclient_guava-0.16.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.activation/javax.activation-api-1.2.0.jar_copy",
|
|
src = "@javax_activation-javax_activation-api-1_2_0_http//file",
|
|
out = "javax.activation/javax.activation-api-1.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.annotation/javax.annotation-api-1.3.2.jar_copy",
|
|
src = "@javax_annotation-javax_annotation-api-1_3_2_http//file",
|
|
out = "javax.annotation/javax.annotation-api-1.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.xml.bind/jaxb-api-2.3.1.jar_copy",
|
|
src = "@javax_xml_bind-jaxb-api-2_3_1_http//file",
|
|
out = "javax.xml.bind/jaxb-api-2.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-pool2-2.12.0.jar_copy",
|
|
src = "@org_apache_commons-commons-pool2-2_12_0_http//file",
|
|
out = "org.apache.commons/commons-pool2-2.12.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-text-1.12.0.jar_copy",
|
|
src = "@org_apache_commons-commons-text-1_12_0_http//file",
|
|
out = "org.apache.commons/commons-text-1.12.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-backward-codecs-5.5.5.jar_copy",
|
|
src = "@org_apache_lucene-lucene-backward-codecs-5_5_5_http//file",
|
|
out = "org.apache.lucene/lucene-backward-codecs-5.5.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-core-5.5.5.jar_copy",
|
|
src = "@org_apache_lucene-lucene-core-5_5_5_http//file",
|
|
out = "org.apache.lucene/lucene-core-5.5.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.glassfish.jaxb/jaxb-runtime-4.0.5.jar_copy",
|
|
src = "@org_glassfish_jaxb-jaxb-runtime-4_0_5_http//file",
|
|
out = "org.glassfish.jaxb/jaxb-runtime-4.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.glassfish.jaxb/jaxb-core-4.0.5.jar_copy",
|
|
src = "@org_glassfish_jaxb-jaxb-core-4_0_5_http//file",
|
|
out = "org.glassfish.jaxb/jaxb-core-4.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.glassfish.jaxb/txw2-4.0.5.jar_copy",
|
|
src = "@org_glassfish_jaxb-txw2-4_0_5_http//file",
|
|
out = "org.glassfish.jaxb/txw2-4.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.sun.istack/istack-commons-runtime-4.1.2.jar_copy",
|
|
src = "@com_sun_istack-istack-commons-runtime-4_1_2_http//file",
|
|
out = "com.sun.istack/istack-commons-runtime-4.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.angus/angus-activation-2.0.2.jar_copy",
|
|
src = "@org_eclipse_angus-angus-activation-2_0_2_http//file",
|
|
out = "org.eclipse.angus/angus-activation-2.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "it.unimi.dsi/fastutil-core-8.5.14.jar_copy",
|
|
src = "@it_unimi_dsi-fastutil-core-8_5_14_http//file",
|
|
out = "it.unimi.dsi/fastutil-core-8.5.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.sun.activation/jakarta.activation-1.2.2.jar_copy",
|
|
src = "@com_sun_activation-jakarta_activation-1_2_2_http//file",
|
|
out = "com.sun.activation/jakarta.activation-1.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "jakarta.activation/jakarta.activation-api-2.1.3.jar_copy",
|
|
src = "@jakarta_activation-jakarta_activation-api-2_1_3_http//file",
|
|
out = "jakarta.activation/jakarta.activation-api-2.1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "jakarta.xml.bind/jakarta.xml.bind-api-2.3.3.jar_copy",
|
|
src = "@jakarta_xml_bind-jakarta_xml_bind-api-2_3_3_http//file",
|
|
out = "jakarta.xml.bind/jakarta.xml.bind-api-2.3.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.sun.xml.bind/jaxb-core-2.3.0.1.jar_copy",
|
|
src = "@com_sun_xml_bind-jaxb-core-2_3_0_1_http//file",
|
|
out = "com.sun.xml.bind/jaxb-core-2.3.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.sun.xml.bind/jaxb-impl-2.3.3.jar_copy",
|
|
src = "@com_sun_xml_bind-jaxb-impl-2_3_3_http//file",
|
|
out = "com.sun.xml.bind/jaxb-impl-2.3.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.json/json-20240303.jar_copy",
|
|
src = "@org_json-json-20240303_http//file",
|
|
out = "org.json/json-20240303.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-2.0.16.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-2_0_16_http//file",
|
|
out = "org.slf4j/slf4j-api-2.0.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.java-diff-utils/java-diff-utils-4.12.jar_copy",
|
|
src = "@io_github_java-diff-utils-java-diff-utils-4_12_http//file",
|
|
out = "io.github.java-diff-utils/java-diff-utils-4.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-pro-jetbrains-intellij-deps-languagetool-core",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-languagetool-core-6_7_20_http_import",
|
|
":com_carrotsearch-hppc-0_8_2_http_import",
|
|
":com_fasterxml_jackson_core-jackson-databind-2_18_0_http_import",
|
|
":com_fasterxml_jackson_core-jackson-annotations-2_18_0_http_import",
|
|
":com_fasterxml_jackson_core-jackson-core-2_18_0_http_import",
|
|
":com_gitlab_dumonts-hunspell-2_1_2_http_import",
|
|
":net_java_dev_jna-jna-platform-5_12_1_http_import",
|
|
":net_java_dev_jna-jna-5_12_1_http_import",
|
|
":com_google_guava-guava-33_3_1-jre_http_import",
|
|
":com_google_guava-failureaccess-1_0_2_http_import",
|
|
":com_google_guava-listenablefuture-9999_0-empty-to-avoid-conflict-with-guava_http_import",
|
|
":com_google_code_findbugs-jsr305-3_0_2_http_import",
|
|
":org_checkerframework-checker-qual-3_43_0_http_import",
|
|
":org_codehaus_mojo-animal-sniffer-annotations-1_24_http_import",
|
|
":com_google_errorprone-error_prone_annotations-2_28_0_http_import",
|
|
":com_google_j2objc-j2objc-annotations-3_0_0_http_import",
|
|
":com_google_protobuf-protobuf-java-3_25_8_http_import",
|
|
":com_hankcs-aho-corasick-double-array-trie-1_2_2_http_import",
|
|
":com_optimaize_languagedetector-language-detector-0_6_http_import",
|
|
":net_arnx-jsonic-1_2_11_http_import",
|
|
":com_intellij-annotations-12_0_http_import",
|
|
":commons-logging-commons-logging-1_3_4_http_import",
|
|
":commons-validator-commons-validator-1_9_0_http_import",
|
|
":commons-digester-commons-digester-2_1_http_import",
|
|
":io_github_resilience4j-resilience4j-circuitbreaker-1_7_1_http_import",
|
|
":io_vavr-vavr-0_10_2_http_import",
|
|
":io_vavr-vavr-match-0_10_2_http_import",
|
|
":io_github_resilience4j-resilience4j-core-1_7_1_http_import",
|
|
":io_github_resilience4j-resilience4j-micrometer-1_7_1_http_import",
|
|
":io_opentelemetry-opentelemetry-api-1_42_1_http_import",
|
|
":io_opentelemetry-opentelemetry-context-1_42_1_http_import",
|
|
":io_opentelemetry-opentelemetry-semconv-1_30_1-alpha_http_import",
|
|
":io_grpc-grpc-netty-shaded-1_75_0_http_import",
|
|
":io_grpc-grpc-util-1_75_0_http_import",
|
|
":io_grpc-grpc-core-1_75_0_http_import",
|
|
":com_google_code_gson-gson-2_11_0_http_import",
|
|
":com_google_android-annotations-4_1_1_4_http_import",
|
|
":io_grpc-grpc-context-1_75_0_http_import",
|
|
":io_perfmark-perfmark-api-0_27_0_http_import",
|
|
":io_grpc-grpc-api-1_75_0_http_import",
|
|
":io_grpc-grpc-protobuf-1_75_0_http_import",
|
|
":com_google_api_grpc-proto-google-common-protos-2_59_2_http_import",
|
|
":io_grpc-grpc-protobuf-lite-1_75_0_http_import",
|
|
":io_grpc-grpc-stub-1_75_0_http_import",
|
|
":io_micrometer-micrometer-registry-prometheus-1_7_12_http_import",
|
|
":io_micrometer-micrometer-core-1_7_12_http_import",
|
|
":org_hdrhistogram-HdrHistogram-2_1_12_http_import",
|
|
":org_latencyutils-LatencyUtils-2_0_3_http_import",
|
|
":io_prometheus-simpleclient_common-0_10_0_http_import",
|
|
":io_prometheus-simpleclient-0_16_0_http_import",
|
|
":io_prometheus-simpleclient_tracer_otel-0_16_0_http_import",
|
|
":io_prometheus-simpleclient_tracer_common-0_16_0_http_import",
|
|
":io_prometheus-simpleclient_tracer_otel_agent-0_16_0_http_import",
|
|
":io_prometheus-simpleclient_guava-0_16_0_http_import",
|
|
":javax_activation-javax_activation-api-1_2_0_http_import",
|
|
":javax_annotation-javax_annotation-api-1_3_2_http_import",
|
|
":javax_measure-unit-api-1_0_http_import",
|
|
":javax_xml_bind-jaxb-api-2_3_1_http_import",
|
|
":net_loomchild-segment-2_0_3_http_import",
|
|
":org_apache_commons-commons-lang3-3_18_0_http_import",
|
|
":org_apache_commons-commons-pool2-2_12_0_http_import",
|
|
":org_apache_commons-commons-text-1_12_0_http_import",
|
|
":org_apache_lucene-lucene-backward-codecs-5_5_5_http_import",
|
|
":org_apache_lucene-lucene-core-5_5_5_http_import",
|
|
":org_carrot2-morfologik-fsa-2_1_9_http_import",
|
|
":org_carrot2-morfologik-fsa-builders-2_1_9_http_import",
|
|
":org_carrot2-morfologik-speller-2_1_9_http_import",
|
|
":org_carrot2-morfologik-stemming-2_1_9_http_import",
|
|
":org_glassfish_jaxb-jaxb-runtime-4_0_5_http_import",
|
|
":org_glassfish_jaxb-jaxb-core-4_0_5_http_import",
|
|
":org_glassfish_jaxb-txw2-4_0_5_http_import",
|
|
":com_sun_istack-istack-commons-runtime-4_1_2_http_import",
|
|
":org_eclipse_angus-angus-activation-2_0_2_http_import",
|
|
":it_unimi_dsi-fastutil-core-8_5_14_http_import",
|
|
":com_sun_activation-jakarta_activation-1_2_2_http_import",
|
|
":jakarta_activation-jakarta_activation-api-2_1_3_http_import",
|
|
":jakarta_xml_bind-jakarta_xml_bind-api-2_3_3_http_import",
|
|
":com_sun_xml_bind-jaxb-core-2_3_0_1_http_import",
|
|
":com_sun_xml_bind-jaxb-impl-2_3_3_http_import",
|
|
":org_json-json-20240303_http_import",
|
|
":org_slf4j-slf4j-api-2_0_16_http_import",
|
|
":tech_units-indriya-1_3_http_import",
|
|
":tech_uom_lib-uom-lib-common-1_1_http_import",
|
|
":edu_washington_cs_knowitall-openregex-1_1_1_http_import",
|
|
":io_github_java-diff-utils-java-diff-utils-4_12_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_carrotsearch-hppc-0_8_2_http_import",
|
|
jar = "@com_carrotsearch-hppc-0_8_2_http//file",
|
|
source_jar = "@com_carrotsearch-hppc-0_8_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_jackson_core-jackson-databind-2_18_0_http_import",
|
|
jar = "@com_fasterxml_jackson_core-jackson-databind-2_18_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_core-jackson-databind-2_18_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_jackson_core-jackson-annotations-2_18_0_http_import",
|
|
jar = "@com_fasterxml_jackson_core-jackson-annotations-2_18_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_core-jackson-annotations-2_18_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_jackson_core-jackson-core-2_18_0_http_import",
|
|
jar = "@com_fasterxml_jackson_core-jackson-core-2_18_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_core-jackson-core-2_18_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_gitlab_dumonts-hunspell-2_1_2_http_import",
|
|
jar = "@com_gitlab_dumonts-hunspell-2_1_2_http//file",
|
|
source_jar = "@com_gitlab_dumonts-hunspell-2_1_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_java_dev_jna-jna-platform-5_12_1_http_import",
|
|
jar = "@net_java_dev_jna-jna-platform-5_12_1_http//file",
|
|
source_jar = "@net_java_dev_jna-jna-platform-5_12_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_java_dev_jna-jna-5_12_1_http_import",
|
|
jar = "@net_java_dev_jna-jna-5_12_1_http//file",
|
|
source_jar = "@net_java_dev_jna-jna-5_12_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_guava-guava-33_3_1-jre_http_import",
|
|
jar = "@com_google_guava-guava-33_3_1-jre_http//file",
|
|
source_jar = "@com_google_guava-guava-33_3_1-jre-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_guava-failureaccess-1_0_2_http_import",
|
|
jar = "@com_google_guava-failureaccess-1_0_2_http//file",
|
|
source_jar = "@com_google_guava-failureaccess-1_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_guava-listenablefuture-9999_0-empty-to-avoid-conflict-with-guava_http_import",
|
|
jar = "@com_google_guava-listenablefuture-9999_0-empty-to-avoid-conflict-with-guava_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_code_findbugs-jsr305-3_0_2_http_import",
|
|
jar = "@com_google_code_findbugs-jsr305-3_0_2_http//file",
|
|
source_jar = "@com_google_code_findbugs-jsr305-3_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_checkerframework-checker-qual-3_43_0_http_import",
|
|
jar = "@org_checkerframework-checker-qual-3_43_0_http//file",
|
|
source_jar = "@org_checkerframework-checker-qual-3_43_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_mojo-animal-sniffer-annotations-1_24_http_import",
|
|
jar = "@org_codehaus_mojo-animal-sniffer-annotations-1_24_http//file",
|
|
source_jar = "@org_codehaus_mojo-animal-sniffer-annotations-1_24-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_errorprone-error_prone_annotations-2_28_0_http_import",
|
|
jar = "@com_google_errorprone-error_prone_annotations-2_28_0_http//file",
|
|
source_jar = "@com_google_errorprone-error_prone_annotations-2_28_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_j2objc-j2objc-annotations-3_0_0_http_import",
|
|
jar = "@com_google_j2objc-j2objc-annotations-3_0_0_http//file",
|
|
source_jar = "@com_google_j2objc-j2objc-annotations-3_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_protobuf-protobuf-java-3_25_8_http_import",
|
|
jar = "@com_google_protobuf-protobuf-java-3_25_8_http//file",
|
|
source_jar = "@com_google_protobuf-protobuf-java-3_25_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_hankcs-aho-corasick-double-array-trie-1_2_2_http_import",
|
|
jar = "@com_hankcs-aho-corasick-double-array-trie-1_2_2_http//file",
|
|
source_jar = "@com_hankcs-aho-corasick-double-array-trie-1_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_optimaize_languagedetector-language-detector-0_6_http_import",
|
|
jar = "@com_optimaize_languagedetector-language-detector-0_6_http//file",
|
|
source_jar = "@com_optimaize_languagedetector-language-detector-0_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_arnx-jsonic-1_2_11_http_import",
|
|
jar = "@net_arnx-jsonic-1_2_11_http//file",
|
|
source_jar = "@net_arnx-jsonic-1_2_11-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_intellij-annotations-12_0_http_import",
|
|
jar = "@com_intellij-annotations-12_0_http//file",
|
|
source_jar = "@com_intellij-annotations-12_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-logging-commons-logging-1_3_4_http_import",
|
|
jar = "@commons-logging-commons-logging-1_3_4_http//file",
|
|
source_jar = "@commons-logging-commons-logging-1_3_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-validator-commons-validator-1_9_0_http_import",
|
|
jar = "@commons-validator-commons-validator-1_9_0_http//file",
|
|
source_jar = "@commons-validator-commons-validator-1_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-digester-commons-digester-2_1_http_import",
|
|
jar = "@commons-digester-commons-digester-2_1_http//file",
|
|
source_jar = "@commons-digester-commons-digester-2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_resilience4j-resilience4j-circuitbreaker-1_7_1_http_import",
|
|
jar = "@io_github_resilience4j-resilience4j-circuitbreaker-1_7_1_http//file",
|
|
source_jar = "@io_github_resilience4j-resilience4j-circuitbreaker-1_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_vavr-vavr-0_10_2_http_import",
|
|
jar = "@io_vavr-vavr-0_10_2_http//file",
|
|
source_jar = "@io_vavr-vavr-0_10_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_vavr-vavr-match-0_10_2_http_import",
|
|
jar = "@io_vavr-vavr-match-0_10_2_http//file",
|
|
source_jar = "@io_vavr-vavr-match-0_10_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_resilience4j-resilience4j-core-1_7_1_http_import",
|
|
jar = "@io_github_resilience4j-resilience4j-core-1_7_1_http//file",
|
|
source_jar = "@io_github_resilience4j-resilience4j-core-1_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_resilience4j-resilience4j-micrometer-1_7_1_http_import",
|
|
jar = "@io_github_resilience4j-resilience4j-micrometer-1_7_1_http//file",
|
|
source_jar = "@io_github_resilience4j-resilience4j-micrometer-1_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-api-1_42_1_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-api-1_42_1_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-api-1_42_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-context-1_42_1_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-context-1_42_1_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-context-1_42_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-semconv-1_30_1-alpha_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-semconv-1_30_1-alpha_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-semconv-1_30_1-alpha-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-netty-shaded-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-netty-shaded-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-netty-shaded-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-util-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-util-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-util-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-core-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-core-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-core-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_code_gson-gson-2_11_0_http_import",
|
|
jar = "@com_google_code_gson-gson-2_11_0_http//file",
|
|
source_jar = "@com_google_code_gson-gson-2_11_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_android-annotations-4_1_1_4_http_import",
|
|
jar = "@com_google_android-annotations-4_1_1_4_http//file",
|
|
source_jar = "@com_google_android-annotations-4_1_1_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-context-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-context-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-context-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_perfmark-perfmark-api-0_27_0_http_import",
|
|
jar = "@io_perfmark-perfmark-api-0_27_0_http//file",
|
|
source_jar = "@io_perfmark-perfmark-api-0_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-api-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-api-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-api-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-protobuf-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-protobuf-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-protobuf-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_api_grpc-proto-google-common-protos-2_59_2_http_import",
|
|
jar = "@com_google_api_grpc-proto-google-common-protos-2_59_2_http//file",
|
|
source_jar = "@com_google_api_grpc-proto-google-common-protos-2_59_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-protobuf-lite-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-protobuf-lite-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-protobuf-lite-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-stub-1_75_0_http_import",
|
|
jar = "@io_grpc-grpc-stub-1_75_0_http//file",
|
|
source_jar = "@io_grpc-grpc-stub-1_75_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_micrometer-micrometer-registry-prometheus-1_7_12_http_import",
|
|
jar = "@io_micrometer-micrometer-registry-prometheus-1_7_12_http//file",
|
|
source_jar = "@io_micrometer-micrometer-registry-prometheus-1_7_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_micrometer-micrometer-core-1_7_12_http_import",
|
|
jar = "@io_micrometer-micrometer-core-1_7_12_http//file",
|
|
source_jar = "@io_micrometer-micrometer-core-1_7_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_hdrhistogram-HdrHistogram-2_1_12_http_import",
|
|
jar = "@org_hdrhistogram-HdrHistogram-2_1_12_http//file",
|
|
source_jar = "@org_hdrhistogram-HdrHistogram-2_1_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_latencyutils-LatencyUtils-2_0_3_http_import",
|
|
jar = "@org_latencyutils-LatencyUtils-2_0_3_http//file",
|
|
source_jar = "@org_latencyutils-LatencyUtils-2_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_prometheus-simpleclient_common-0_10_0_http_import",
|
|
jar = "@io_prometheus-simpleclient_common-0_10_0_http//file",
|
|
source_jar = "@io_prometheus-simpleclient_common-0_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_prometheus-simpleclient-0_16_0_http_import",
|
|
jar = "@io_prometheus-simpleclient-0_16_0_http//file",
|
|
source_jar = "@io_prometheus-simpleclient-0_16_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_prometheus-simpleclient_tracer_otel-0_16_0_http_import",
|
|
jar = "@io_prometheus-simpleclient_tracer_otel-0_16_0_http//file",
|
|
source_jar = "@io_prometheus-simpleclient_tracer_otel-0_16_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_prometheus-simpleclient_tracer_common-0_16_0_http_import",
|
|
jar = "@io_prometheus-simpleclient_tracer_common-0_16_0_http//file",
|
|
source_jar = "@io_prometheus-simpleclient_tracer_common-0_16_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_prometheus-simpleclient_tracer_otel_agent-0_16_0_http_import",
|
|
jar = "@io_prometheus-simpleclient_tracer_otel_agent-0_16_0_http//file",
|
|
source_jar = "@io_prometheus-simpleclient_tracer_otel_agent-0_16_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_prometheus-simpleclient_guava-0_16_0_http_import",
|
|
jar = "@io_prometheus-simpleclient_guava-0_16_0_http//file",
|
|
source_jar = "@io_prometheus-simpleclient_guava-0_16_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_activation-javax_activation-api-1_2_0_http_import",
|
|
jar = "@javax_activation-javax_activation-api-1_2_0_http//file",
|
|
source_jar = "@javax_activation-javax_activation-api-1_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_annotation-javax_annotation-api-1_3_2_http_import",
|
|
jar = "@javax_annotation-javax_annotation-api-1_3_2_http//file",
|
|
source_jar = "@javax_annotation-javax_annotation-api-1_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_measure-unit-api-1_0_http_import",
|
|
jar = "@javax_measure-unit-api-1_0_http//file",
|
|
source_jar = "@javax_measure-unit-api-1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_xml_bind-jaxb-api-2_3_1_http_import",
|
|
jar = "@javax_xml_bind-jaxb-api-2_3_1_http//file",
|
|
source_jar = "@javax_xml_bind-jaxb-api-2_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_loomchild-segment-2_0_3_http_import",
|
|
jar = "@net_loomchild-segment-2_0_3_http//file",
|
|
source_jar = "@net_loomchild-segment-2_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_commons-commons-lang3-3_18_0_http_import",
|
|
jar = "@org_apache_commons-commons-lang3-3_18_0_http//file",
|
|
source_jar = "@org_apache_commons-commons-lang3-3_18_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_commons-commons-pool2-2_12_0_http_import",
|
|
jar = "@org_apache_commons-commons-pool2-2_12_0_http//file",
|
|
source_jar = "@org_apache_commons-commons-pool2-2_12_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_commons-commons-text-1_12_0_http_import",
|
|
jar = "@org_apache_commons-commons-text-1_12_0_http//file",
|
|
source_jar = "@org_apache_commons-commons-text-1_12_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-backward-codecs-5_5_5_http_import",
|
|
jar = "@org_apache_lucene-lucene-backward-codecs-5_5_5_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-backward-codecs-5_5_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-core-5_5_5_http_import",
|
|
jar = "@org_apache_lucene-lucene-core-5_5_5_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-core-5_5_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_carrot2-morfologik-fsa-2_1_9_http_import",
|
|
jar = "@org_carrot2-morfologik-fsa-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-fsa-2_1_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_carrot2-morfologik-fsa-builders-2_1_9_http_import",
|
|
jar = "@org_carrot2-morfologik-fsa-builders-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-fsa-builders-2_1_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_carrot2-morfologik-speller-2_1_9_http_import",
|
|
jar = "@org_carrot2-morfologik-speller-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-speller-2_1_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_carrot2-morfologik-stemming-2_1_9_http_import",
|
|
jar = "@org_carrot2-morfologik-stemming-2_1_9_http//file",
|
|
source_jar = "@org_carrot2-morfologik-stemming-2_1_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_glassfish_jaxb-jaxb-runtime-4_0_5_http_import",
|
|
jar = "@org_glassfish_jaxb-jaxb-runtime-4_0_5_http//file",
|
|
source_jar = "@org_glassfish_jaxb-jaxb-runtime-4_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_glassfish_jaxb-jaxb-core-4_0_5_http_import",
|
|
jar = "@org_glassfish_jaxb-jaxb-core-4_0_5_http//file",
|
|
source_jar = "@org_glassfish_jaxb-jaxb-core-4_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_glassfish_jaxb-txw2-4_0_5_http_import",
|
|
jar = "@org_glassfish_jaxb-txw2-4_0_5_http//file",
|
|
source_jar = "@org_glassfish_jaxb-txw2-4_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_sun_istack-istack-commons-runtime-4_1_2_http_import",
|
|
jar = "@com_sun_istack-istack-commons-runtime-4_1_2_http//file",
|
|
source_jar = "@com_sun_istack-istack-commons-runtime-4_1_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_angus-angus-activation-2_0_2_http_import",
|
|
jar = "@org_eclipse_angus-angus-activation-2_0_2_http//file",
|
|
source_jar = "@org_eclipse_angus-angus-activation-2_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "it_unimi_dsi-fastutil-core-8_5_14_http_import",
|
|
jar = "@it_unimi_dsi-fastutil-core-8_5_14_http//file",
|
|
source_jar = "@it_unimi_dsi-fastutil-core-8_5_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_sun_activation-jakarta_activation-1_2_2_http_import",
|
|
jar = "@com_sun_activation-jakarta_activation-1_2_2_http//file",
|
|
source_jar = "@com_sun_activation-jakarta_activation-1_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jakarta_activation-jakarta_activation-api-2_1_3_http_import",
|
|
jar = "@jakarta_activation-jakarta_activation-api-2_1_3_http//file",
|
|
source_jar = "@jakarta_activation-jakarta_activation-api-2_1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jakarta_xml_bind-jakarta_xml_bind-api-2_3_3_http_import",
|
|
jar = "@jakarta_xml_bind-jakarta_xml_bind-api-2_3_3_http//file",
|
|
source_jar = "@jakarta_xml_bind-jakarta_xml_bind-api-2_3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_sun_xml_bind-jaxb-core-2_3_0_1_http_import",
|
|
jar = "@com_sun_xml_bind-jaxb-core-2_3_0_1_http//file",
|
|
source_jar = "@com_sun_xml_bind-jaxb-core-2_3_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_sun_xml_bind-jaxb-impl-2_3_3_http_import",
|
|
jar = "@com_sun_xml_bind-jaxb-impl-2_3_3_http//file",
|
|
source_jar = "@com_sun_xml_bind-jaxb-impl-2_3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_json-json-20240303_http_import",
|
|
jar = "@org_json-json-20240303_http//file",
|
|
source_jar = "@org_json-json-20240303-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_slf4j-slf4j-api-2_0_16_http_import",
|
|
jar = "@org_slf4j-slf4j-api-2_0_16_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-2_0_16-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tech_units-indriya-1_3_http_import",
|
|
jar = "@tech_units-indriya-1_3_http//file",
|
|
source_jar = "@tech_units-indriya-1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tech_uom_lib-uom-lib-common-1_1_http_import",
|
|
jar = "@tech_uom_lib-uom-lib-common-1_1_http//file",
|
|
source_jar = "@tech_uom_lib-uom-lib-common-1_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_java-diff-utils-java-diff-utils-4_12_http_import",
|
|
jar = "@io_github_java-diff-utils-java-diff-utils-4_12_http//file",
|
|
source_jar = "@io_github_java-diff-utils-java-diff-utils-4_12-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-pro-jetbrains-intellij-deps-languagetool-language-de",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-de-6_7_20_http_import",
|
|
":de_danielnaber-german-pos-dict-1_2_4_http_import",
|
|
":de_danielnaber-jwordsplitter-4_7_http_import",
|
|
":edu_washington_cs_knowitall-openregex-1_1_1_http_import",
|
|
":org_apache_commons-commons-lang3-3_18_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.languagetool/language-el-6.7.20.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_languagetool-language-el-6_7_20_http//file",
|
|
out = "org.jetbrains.intellij.deps.languagetool/language-el-6.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ioperm/morphology-el-1.0.0.jar_copy",
|
|
src = "@org_ioperm-morphology-el-1_0_0_http//file",
|
|
out = "org.ioperm/morphology-el-1.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-pro-jetbrains-intellij-deps-languagetool-language-el",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-el-6_7_20_http_import",
|
|
":org_ioperm-morphology-el-1_0_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-language-el-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-el-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-el-6_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ioperm-morphology-el-1_0_0_http_import",
|
|
jar = "@org_ioperm-morphology-el-1_0_0_http//file",
|
|
source_jar = "@org_ioperm-morphology-el-1_0_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-pro-jetbrains-intellij-deps-languagetool-language-ru",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-ru-6_7_20_http_import",
|
|
":edu_washington_cs_knowitall-openregex-1_1_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_languagetool-language-ru-6_7_20_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_languagetool-language-ru-6_7_20_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_languagetool-language-ru-6_7_20-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-pro-jetbrains-intellij-deps-languagetool-language-uk",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_languagetool-language-uk-6_7_20_http_import",
|
|
":ua_net_nlp-morfologik-ukrainian-lt-6_7_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.spockframework/spock-core-2.1-groovy-3.0.jar_copy",
|
|
src = "@org_spockframework-spock-core-2_1-groovy-3_0_http//file",
|
|
out = "org.spockframework/spock-core-2.1-groovy-3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-engine-1.8.1.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-engine-1_8_1_http//file",
|
|
out = "org.junit.platform/junit-platform-engine-1.8.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "groovy-spock-rt-spockframework-spock-core",
|
|
exports = [
|
|
":org_spockframework-spock-core-2_1-groovy-3_0_http_import",
|
|
":org_junit_platform-junit-platform-engine-1_8_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_spockframework-spock-core-2_1-groovy-3_0_http_import",
|
|
jar = "@org_spockframework-spock-core-2_1-groovy-3_0_http//file",
|
|
source_jar = "@org_spockframework-spock-core-2_1-groovy-3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-engine-1_8_1_http_import",
|
|
jar = "@org_junit_platform-junit-platform-engine-1_8_1_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-engine-1_8_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "groovy-spock-rt-spockframework-spock-core-provided",
|
|
exports = [":groovy-spock-rt-spockframework-spock-core"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-core-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-core-1_73_0_http//file",
|
|
out = "io.grpc/grpc-core-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-api-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-api-1_73_0_http//file",
|
|
out = "io.grpc/grpc-api-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-context-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-context-1_73_0_http//file",
|
|
out = "io.grpc/grpc-context-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grpc-core",
|
|
exports = [
|
|
":io_grpc-grpc-core-1_73_0_http_import",
|
|
":io_grpc-grpc-api-1_73_0_http_import",
|
|
":com_google_android-annotations-4_1_1_4_http_import",
|
|
":org_codehaus_mojo-animal-sniffer-annotations-1_24_http_import",
|
|
":io_perfmark-perfmark-api-0_27_0_http_import",
|
|
":io_grpc-grpc-context-1_73_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-core-1_73_0_http_import",
|
|
jar = "@io_grpc-grpc-core-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-core-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-api-1_73_0_http_import",
|
|
jar = "@io_grpc-grpc-api-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-api-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-context-1_73_0_http_import",
|
|
jar = "@io_grpc-grpc-context-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-context-1_73_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-kotlin-stub-1.4.3.jar_copy",
|
|
src = "@io_grpc-grpc-kotlin-stub-1_4_3_http//file",
|
|
out = "io.grpc/grpc-kotlin-stub-1.4.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-kotlin-stub",
|
|
jar = "@io_grpc-grpc-kotlin-stub-1_4_3_http//file",
|
|
source_jar = "@io_grpc-grpc-kotlin-stub-1_4_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-netty-shaded-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-netty-shaded-1_73_0_http//file",
|
|
out = "io.grpc/grpc-netty-shaded-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-util-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-util-1_73_0_http//file",
|
|
out = "io.grpc/grpc-util-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grpc-netty-shaded",
|
|
exports = [
|
|
":io_grpc-grpc-netty-shaded-1_73_0_http_import",
|
|
":io_grpc-grpc-util-1_73_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-netty-shaded-1_73_0_http_import",
|
|
jar = "@io_grpc-grpc-netty-shaded-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-netty-shaded-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-util-1_73_0_http_import",
|
|
jar = "@io_grpc-grpc-util-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-util-1_73_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-protobuf-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-protobuf-1_73_0_http//file",
|
|
out = "io.grpc/grpc-protobuf-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.api.grpc/proto-google-common-protos-2.51.0.jar_copy",
|
|
src = "@com_google_api_grpc-proto-google-common-protos-2_51_0_http//file",
|
|
out = "com.google.api.grpc/proto-google-common-protos-2.51.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-protobuf-lite-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-protobuf-lite-1_73_0_http//file",
|
|
out = "io.grpc/grpc-protobuf-lite-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grpc-protobuf",
|
|
exports = [
|
|
":io_grpc-grpc-protobuf-1_73_0_http_import",
|
|
":com_google_api_grpc-proto-google-common-protos-2_51_0_http_import",
|
|
":io_grpc-grpc-protobuf-lite-1_73_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-protobuf-1_73_0_http_import",
|
|
jar = "@io_grpc-grpc-protobuf-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-protobuf-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_api_grpc-proto-google-common-protos-2_51_0_http_import",
|
|
jar = "@com_google_api_grpc-proto-google-common-protos-2_51_0_http//file",
|
|
source_jar = "@com_google_api_grpc-proto-google-common-protos-2_51_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_grpc-grpc-protobuf-lite-1_73_0_http_import",
|
|
jar = "@io_grpc-grpc-protobuf-lite-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-protobuf-lite-1_73_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.grpc/grpc-stub-1.73.0.jar_copy",
|
|
src = "@io_grpc-grpc-stub-1_73_0_http//file",
|
|
out = "io.grpc/grpc-stub-1.73.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-stub",
|
|
jar = "@io_grpc-grpc-stub-1_73_0_http//file",
|
|
source_jar = "@io_grpc-grpc-stub-1_73_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.code.gson/gson-2.13.2.jar_copy",
|
|
src = "@com_google_code_gson-gson-2_13_2_http//file",
|
|
out = "com.google.code.gson/gson-2.13.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gson",
|
|
jar = "@com_google_code_gson-gson-2_13_2_http//file",
|
|
source_jar = "@com_google_code_gson-gson-2_13_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/guava-33.5.0-jre.jar_copy",
|
|
src = "@com_google_guava-guava-33_5_0-jre_http//file",
|
|
out = "com.google.guava/guava-33.5.0-jre.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/failureaccess-1.0.3.jar_copy",
|
|
src = "@com_google_guava-failureaccess-1_0_3_http//file",
|
|
out = "com.google.guava/failureaccess-1.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "guava",
|
|
exports = [
|
|
":com_google_guava-guava-33_5_0-jre_http_import",
|
|
":com_google_guava-failureaccess-1_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_guava-guava-33_5_0-jre_http_import",
|
|
jar = "@com_google_guava-guava-33_5_0-jre_http//file",
|
|
source_jar = "@com_google_guava-guava-33_5_0-jre-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_guava-failureaccess-1_0_3_http_import",
|
|
jar = "@com_google_guava-failureaccess-1_0_3_http//file",
|
|
source_jar = "@com_google_guava-failureaccess-1_0_3-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/guava-testlib-33.0.0-jre.jar_copy",
|
|
src = "@com_google_guava-guava-testlib-33_0_0-jre_http//file",
|
|
out = "com.google.guava/guava-testlib-33.0.0-jre.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guava-testlib",
|
|
jar = "@com_google_guava-guava-testlib-33_0_0-jre_http//file",
|
|
source_jar = "@com_google_guava-guava-testlib-33_0_0-jre-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.hamcrest/hamcrest-2.2.jar_copy",
|
|
src = "@org_hamcrest-hamcrest-2_2_http//file",
|
|
out = "org.hamcrest/hamcrest-2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hamcrest",
|
|
jar = "@org_hamcrest-hamcrest-2_2_http//file",
|
|
source_jar = "@org_hamcrest-hamcrest-2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.httpcomponents/httpmime-4.5.14.jar_copy",
|
|
src = "@org_apache_httpcomponents-httpmime-4_5_14_http//file",
|
|
out = "org.apache.httpcomponents/httpmime-4.5.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.httpcomponents/httpclient-4.5.14.jar_copy",
|
|
src = "@org_apache_httpcomponents-httpclient-4_5_14_http//file",
|
|
out = "org.apache.httpcomponents/httpclient-4.5.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.httpcomponents/httpcore-4.4.16.jar_copy",
|
|
src = "@org_apache_httpcomponents-httpcore-4_4_16_http//file",
|
|
out = "org.apache.httpcomponents/httpcore-4.4.16.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "http-client",
|
|
exports = [
|
|
":org_apache_httpcomponents-httpmime-4_5_14_http_import",
|
|
":org_apache_httpcomponents-httpclient-4_5_14_http_import",
|
|
":org_apache_httpcomponents-httpcore-4_4_16_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_httpcomponents-httpmime-4_5_14_http_import",
|
|
jar = "@org_apache_httpcomponents-httpmime-4_5_14_http//file",
|
|
source_jar = "@org_apache_httpcomponents-httpmime-4_5_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_httpcomponents-httpclient-4_5_14_http_import",
|
|
jar = "@org_apache_httpcomponents-httpclient-4_5_14_http//file",
|
|
source_jar = "@org_apache_httpcomponents-httpclient-4_5_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_httpcomponents-httpcore-4_4_16_http_import",
|
|
jar = "@org_apache_httpcomponents-httpcore-4_4_16_http//file",
|
|
source_jar = "@org_apache_httpcomponents-httpcore-4_4_16-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.ibm.icu/icu4j-77.1.jar_copy",
|
|
src = "@com_ibm_icu-icu4j-77_1_http//file",
|
|
out = "com.ibm.icu/icu4j-77.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "icu4j",
|
|
jar = "@com_ibm_icu-icu4j-77_1_http//file",
|
|
source_jar = "@com_ibm_icu-icu4j-77_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.intellij.documentation/tips-intellij-idea-community-241.62.jar_copy",
|
|
src = "@com_jetbrains_intellij_documentation-tips-intellij-idea-community-241_62_http//file",
|
|
out = "com.jetbrains.intellij.documentation/tips-intellij-idea-community-241.62.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "idea-community-customization-tips-idea-ce",
|
|
jar = "@com_jetbrains_intellij_documentation-tips-intellij-idea-community-241_62_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.plugins/structure-intellij-3.320.jar_copy",
|
|
src = "@org_jetbrains_intellij_plugins-structure-intellij-3_320_http//file",
|
|
out = "org.jetbrains.intellij.plugins/structure-intellij-3.320.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.plugins/structure-base-3.320.jar_copy",
|
|
src = "@org_jetbrains_intellij_plugins-structure-base-3_320_http//file",
|
|
out = "org.jetbrains.intellij.plugins/structure-base-3.320.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.atteo/evo-inflector-1.3.jar_copy",
|
|
src = "@org_atteo-evo-inflector-1_3_http//file",
|
|
out = "org.atteo/evo-inflector-1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jdom/jdom2-2.0.6.1.jar_copy",
|
|
src = "@org_jdom-jdom2-2_0_6_1_http//file",
|
|
out = "org.jdom/jdom2-2.0.6.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "intellij-plugin-structure",
|
|
exports = [
|
|
":org_jetbrains_intellij_plugins-structure-intellij-3_320_http_import",
|
|
":org_jetbrains_intellij_plugins-structure-base-3_320_http_import",
|
|
":org_atteo-evo-inflector-1_3_http_import",
|
|
":org_jdom-jdom2-2_0_6_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_plugins-structure-intellij-3_320_http_import",
|
|
jar = "@org_jetbrains_intellij_plugins-structure-intellij-3_320_http//file",
|
|
source_jar = "@org_jetbrains_intellij_plugins-structure-intellij-3_320-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_plugins-structure-base-3_320_http_import",
|
|
jar = "@org_jetbrains_intellij_plugins-structure-base-3_320_http//file",
|
|
source_jar = "@org_jetbrains_intellij_plugins-structure-base-3_320-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_atteo-evo-inflector-1_3_http_import",
|
|
jar = "@org_atteo-evo-inflector-1_3_http//file",
|
|
source_jar = "@org_atteo-evo-inflector-1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jdom-jdom2-2_0_6_1_http_import",
|
|
jar = "@org_jdom-jdom2-2_0_6_1_http//file",
|
|
source_jar = "@org_jdom-jdom2-2_0_6_1-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/intellij-test-discovery-agent-1.0.771.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771_http//file",
|
|
out = "org.jetbrains.intellij.deps/intellij-test-discovery-agent-1.0.771.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "intellij-test-discovery",
|
|
jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-intellij-test-discovery-agent-1_0_771-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.oshai/kotlin-logging-jvm-7.0.3.jar_copy",
|
|
src = "@io_github_oshai-kotlin-logging-jvm-7_0_3_http//file",
|
|
out = "io.github.oshai/kotlin-logging-jvm-7.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-oshai-kotlin-logging-jvm",
|
|
jar = "@io_github_oshai-kotlin-logging-jvm-7_0_3_http//file",
|
|
source_jar = "@io_github_oshai-kotlin-logging-jvm-7_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.smiley4/schema-kenerator-core-2.2.0.jar_copy",
|
|
src = "@io_github_smiley4-schema-kenerator-core-2_2_0_http//file",
|
|
out = "io.github.smiley4/schema-kenerator-core-2.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-smiley4-schema-kenerator-core",
|
|
jar = "@io_github_smiley4-schema-kenerator-core-2_2_0_http//file",
|
|
source_jar = "@io_github_smiley4-schema-kenerator-core-2_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.smiley4/schema-kenerator-jsonschema-2.2.0.jar_copy",
|
|
src = "@io_github_smiley4-schema-kenerator-jsonschema-2_2_0_http//file",
|
|
out = "io.github.smiley4/schema-kenerator-jsonschema-2.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-smiley4-schema-kenerator-jsonschema",
|
|
jar = "@io_github_smiley4-schema-kenerator-jsonschema-2_2_0_http//file",
|
|
source_jar = "@io_github_smiley4-schema-kenerator-jsonschema-2_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.smiley4/schema-kenerator-serialization-2.2.0.jar_copy",
|
|
src = "@io_github_smiley4-schema-kenerator-serialization-2_2_0_http//file",
|
|
out = "io.github.smiley4/schema-kenerator-serialization-2.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-smiley4-schema-kenerator-serialization",
|
|
jar = "@io_github_smiley4-schema-kenerator-serialization-2_2_0_http//file",
|
|
source_jar = "@io_github_smiley4-schema-kenerator-serialization-2_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.z4kn4fein/semver-jvm-2.0.0.jar_copy",
|
|
src = "@io_github_z4kn4fein-semver-jvm-2_0_0_http//file",
|
|
out = "io.github.z4kn4fein/semver-jvm-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-z4kn4fein-semver-jvm",
|
|
jar = "@io_github_z4kn4fein-semver-jvm-2_0_0_http//file",
|
|
source_jar = "@io_github_z4kn4fein-semver-jvm-2_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-github-z4kn4fein-semver-jvm-provided",
|
|
exports = [":io-github-z4kn4fein-semver-jvm"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-1_14_5_http//file",
|
|
out = "io.mockk/mockk-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-dsl-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-dsl-1_14_5_http//file",
|
|
out = "io.mockk/mockk-dsl-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-agent-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-agent-1_14_5_http//file",
|
|
out = "io.mockk/mockk-agent-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-agent-api-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-agent-api-1_14_5_http//file",
|
|
out = "io.mockk/mockk-agent-api-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-core-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-core-1_14_5_http//file",
|
|
out = "io.mockk/mockk-core-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-mockk",
|
|
exports = [
|
|
":io_mockk-mockk-1_14_5_http_import",
|
|
":io_mockk-mockk-dsl-1_14_5_http_import",
|
|
":io_mockk-mockk-agent-1_14_5_http_import",
|
|
":io_mockk-mockk-agent-api-1_14_5_http_import",
|
|
":io_mockk-mockk-core-1_14_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-dsl-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-dsl-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-dsl-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-agent-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-agent-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-agent-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-agent-api-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-agent-api-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-agent-api-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-core-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-core-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-core-1_14_5-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-jvm-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-jvm-1_14_5_http//file",
|
|
out = "io.mockk/mockk-jvm-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-dsl-jvm-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-dsl-jvm-1_14_5_http//file",
|
|
out = "io.mockk/mockk-dsl-jvm-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-agent-jvm-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-agent-jvm-1_14_5_http//file",
|
|
out = "io.mockk/mockk-agent-jvm-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-agent-api-jvm-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-agent-api-jvm-1_14_5_http//file",
|
|
out = "io.mockk/mockk-agent-api-jvm-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.mockk/mockk-core-jvm-1.14.5.jar_copy",
|
|
src = "@io_mockk-mockk-core-jvm-1_14_5_http//file",
|
|
out = "io.mockk/mockk-core-jvm-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-mockk-jvm",
|
|
exports = [
|
|
":io_mockk-mockk-jvm-1_14_5_http_import",
|
|
":io_mockk-mockk-dsl-jvm-1_14_5_http_import",
|
|
":io_mockk-mockk-agent-jvm-1_14_5_http_import",
|
|
":io_mockk-mockk-agent-api-jvm-1_14_5_http_import",
|
|
":io_mockk-mockk-core-jvm-1_14_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-jvm-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-jvm-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-jvm-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-dsl-jvm-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-dsl-jvm-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-dsl-jvm-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-agent-jvm-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-agent-jvm-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-agent-jvm-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-agent-api-jvm-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-agent-api-jvm-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-agent-api-jvm-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_mockk-mockk-core-jvm-1_14_5_http_import",
|
|
jar = "@io_mockk-mockk-core-jvm-1_14_5_http//file",
|
|
source_jar = "@io_mockk-mockk-core-jvm-1_14_5-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.modelcontextprotocol/kotlin-sdk-jvm-0.8.1.jar_copy",
|
|
src = "@io_modelcontextprotocol-kotlin-sdk-jvm-0_8_1_http//file",
|
|
out = "io.modelcontextprotocol/kotlin-sdk-jvm-0.8.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.modelcontextprotocol/kotlin-sdk-client-jvm-0.8.1.jar_copy",
|
|
src = "@io_modelcontextprotocol-kotlin-sdk-client-jvm-0_8_1_http//file",
|
|
out = "io.modelcontextprotocol/kotlin-sdk-client-jvm-0.8.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.modelcontextprotocol/kotlin-sdk-server-jvm-0.8.1.jar_copy",
|
|
src = "@io_modelcontextprotocol-kotlin-sdk-server-jvm-0_8_1_http//file",
|
|
out = "io.modelcontextprotocol/kotlin-sdk-server-jvm-0.8.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.modelcontextprotocol/kotlin-sdk-core-jvm-0.8.1.jar_copy",
|
|
src = "@io_modelcontextprotocol-kotlin-sdk-core-jvm-0_8_1_http//file",
|
|
out = "io.modelcontextprotocol/kotlin-sdk-core-jvm-0.8.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-modelcontextprotocol-kotlin-sdk",
|
|
exports = [
|
|
":io_modelcontextprotocol-kotlin-sdk-jvm-0_8_1_http_import",
|
|
":io_modelcontextprotocol-kotlin-sdk-client-jvm-0_8_1_http_import",
|
|
":io_modelcontextprotocol-kotlin-sdk-server-jvm-0_8_1_http_import",
|
|
":io_modelcontextprotocol-kotlin-sdk-core-jvm-0_8_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_modelcontextprotocol-kotlin-sdk-jvm-0_8_1_http_import",
|
|
jar = "@io_modelcontextprotocol-kotlin-sdk-jvm-0_8_1_http//file",
|
|
source_jar = "@io_modelcontextprotocol-kotlin-sdk-jvm-0_8_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_modelcontextprotocol-kotlin-sdk-client-jvm-0_8_1_http_import",
|
|
jar = "@io_modelcontextprotocol-kotlin-sdk-client-jvm-0_8_1_http//file",
|
|
source_jar = "@io_modelcontextprotocol-kotlin-sdk-client-jvm-0_8_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_modelcontextprotocol-kotlin-sdk-server-jvm-0_8_1_http_import",
|
|
jar = "@io_modelcontextprotocol-kotlin-sdk-server-jvm-0_8_1_http//file",
|
|
source_jar = "@io_modelcontextprotocol-kotlin-sdk-server-jvm-0_8_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_modelcontextprotocol-kotlin-sdk-core-jvm-0_8_1_http_import",
|
|
jar = "@io_modelcontextprotocol-kotlin-sdk-core-jvm-0_8_1_http//file",
|
|
source_jar = "@io_modelcontextprotocol-kotlin-sdk-core-jvm-0_8_1-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi-1.45.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-sdk-extension-autoconfigure-spi-1_45_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi-1.45.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-opentelemetry-sdk-extension-autoconfigure-spi",
|
|
jar = "@io_opentelemetry-opentelemetry-sdk-extension-autoconfigure-spi-1_45_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-sdk-extension-autoconfigure-spi-1_45_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-opentelemetry-sdk-extension-autoconfigure-spi-provided",
|
|
exports = [":io-opentelemetry-sdk-extension-autoconfigure-spi"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.qameta.allure/allure-java-commons-2.25.0.jar_copy",
|
|
src = "@io_qameta_allure-allure-java-commons-2_25_0_http//file",
|
|
out = "io.qameta.allure/allure-java-commons-2.25.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.qameta.allure/allure-model-2.25.0.jar_copy",
|
|
src = "@io_qameta_allure-allure-model-2_25_0_http//file",
|
|
out = "io.qameta.allure/allure-model-2.25.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-qameta-allure-java-commons",
|
|
exports = [
|
|
":io_qameta_allure-allure-java-commons-2_25_0_http_import",
|
|
":io_qameta_allure-allure-model-2_25_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_qameta_allure-allure-java-commons-2_25_0_http_import",
|
|
jar = "@io_qameta_allure-allure-java-commons-2_25_0_http//file",
|
|
source_jar = "@io_qameta_allure-allure-java-commons-2_25_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_qameta_allure-allure-model-2_25_0_http_import",
|
|
jar = "@io_qameta_allure-allure-model-2_25_0_http//file",
|
|
source_jar = "@io_qameta_allure-allure-model-2_25_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.core/jackson-core-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_core-jackson-core-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.core/jackson-core-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson",
|
|
jar = "@com_fasterxml_jackson_core-jackson-core-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_core-jackson-core-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.core/jackson-databind-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_core-jackson-databind-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.core/jackson-databind-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.core/jackson-annotations-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_core-jackson-annotations-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.core/jackson-annotations-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jackson-databind",
|
|
exports = [
|
|
":com_fasterxml_jackson_core-jackson-databind-2_19_0_http_import",
|
|
":com_fasterxml_jackson_core-jackson-annotations-2_19_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_jackson_core-jackson-databind-2_19_0_http_import",
|
|
jar = "@com_fasterxml_jackson_core-jackson-databind-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_core-jackson-databind-2_19_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_jackson_core-jackson-annotations-2_19_0_http_import",
|
|
jar = "@com_fasterxml_jackson_core-jackson-annotations-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_core-jackson-annotations-2_19_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.dataformat/jackson-dataformat-toml-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_dataformat-jackson-dataformat-toml-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.dataformat/jackson-dataformat-toml-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-dataformat-toml",
|
|
jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-toml-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-toml-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.dataformat/jackson-dataformat-yaml-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_dataformat-jackson-dataformat-yaml-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.dataformat/jackson-dataformat-yaml-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-dataformat-yaml",
|
|
jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-yaml-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-yaml-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.datatype/jackson-datatype-joda-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_datatype-jackson-datatype-joda-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.datatype/jackson-datatype-joda-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "joda-time/joda-time-2.12.7.jar_copy",
|
|
src = "@joda-time-joda-time-2_12_7_http//file",
|
|
out = "joda-time/joda-time-2.12.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jackson-datatype-joda",
|
|
exports = [
|
|
":com_fasterxml_jackson_datatype-jackson-datatype-joda-2_19_0_http_import",
|
|
":joda-time-joda-time-2_12_7_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_jackson_datatype-jackson-datatype-joda-2_19_0_http_import",
|
|
jar = "@com_fasterxml_jackson_datatype-jackson-datatype-joda-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_datatype-jackson-datatype-joda-2_19_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "joda-time-joda-time-2_12_7_http_import",
|
|
jar = "@joda-time-joda-time-2_12_7_http//file",
|
|
source_jar = "@joda-time-joda-time-2_12_7-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.module/jackson-module-kotlin-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_module-jackson-module-kotlin-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.module/jackson-module-kotlin-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-module-kotlin",
|
|
jar = "@com_fasterxml_jackson_module-jackson-module-kotlin-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_module-jackson-module-kotlin-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.java-websocket/Java-WebSocket-1.6.0.jar_copy",
|
|
src = "@org_java-websocket-Java-WebSocket-1_6_0_http//file",
|
|
out = "org.java-websocket/Java-WebSocket-1.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-_web_socket",
|
|
jar = "@org_java-websocket-Java-WebSocket-1_6_0_http//file",
|
|
source_jar = "@org_java-websocket-Java-WebSocket-1_6_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-connector-basic-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-connector-basic-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-connector-basic-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-aether_dependency_resolver-org-apache-maven-resolver-maven-resolver-connector-basic",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-connector-basic-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-connector-basic-1_9_22-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-transport-file-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-transport-file-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-transport-file-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-aether_dependency_resolver-org-apache-maven-resolver-maven-resolver-transport-file",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-transport-file-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-transport-file-1_9_22-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-transport-http-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-transport-http-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-transport-http-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-aether_dependency_resolver-org-apache-maven-resolver-maven-resolver-transport-http",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-transport-http-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-transport-http-1_9_22-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jacoco/org.jacoco.ant-0.8.14.jar_copy",
|
|
src = "@org_jacoco-org_jacoco_ant-0_8_14_http//file",
|
|
out = "org.jacoco/org.jacoco.ant-0.8.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jacoco/org.jacoco.core-0.8.14.jar_copy",
|
|
src = "@org_jacoco-org_jacoco_core-0_8_14_http//file",
|
|
out = "org.jacoco/org.jacoco.core-0.8.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-9.9.jar_copy",
|
|
src = "@org_ow2_asm-asm-9_9_http//file",
|
|
out = "org.ow2.asm/asm-9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-commons-9.9.jar_copy",
|
|
src = "@org_ow2_asm-asm-commons-9_9_http//file",
|
|
out = "org.ow2.asm/asm-commons-9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-tree-9.9.jar_copy",
|
|
src = "@org_ow2_asm-asm-tree-9_9_http//file",
|
|
out = "org.ow2.asm/asm-tree-9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jacoco/org.jacoco.report-0.8.14.jar_copy",
|
|
src = "@org_jacoco-org_jacoco_report-0_8_14_http//file",
|
|
out = "org.jacoco/org.jacoco.report-0.8.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jacoco/org.jacoco.agent-0.8.14.jar_copy",
|
|
src = "@org_jacoco-org_jacoco_agent-0_8_14_http//file",
|
|
out = "org.jacoco/org.jacoco.agent-0.8.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java-coverage-_ja_co_co",
|
|
exports = [
|
|
":org_jacoco-org_jacoco_ant-0_8_14_http_import",
|
|
":org_jacoco-org_jacoco_core-0_8_14_http_import",
|
|
":org_ow2_asm-asm-9_9_http_import",
|
|
":org_ow2_asm-asm-commons-9_9_http_import",
|
|
":org_ow2_asm-asm-tree-9_9_http_import",
|
|
":org_jacoco-org_jacoco_report-0_8_14_http_import",
|
|
":org_jacoco-org_jacoco_agent-0_8_14_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco-org_jacoco_ant-0_8_14_http_import",
|
|
jar = "@org_jacoco-org_jacoco_ant-0_8_14_http//file",
|
|
source_jar = "@org_jacoco-org_jacoco_ant-0_8_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco-org_jacoco_core-0_8_14_http_import",
|
|
jar = "@org_jacoco-org_jacoco_core-0_8_14_http//file",
|
|
source_jar = "@org_jacoco-org_jacoco_core-0_8_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-9_9_http_import",
|
|
jar = "@org_ow2_asm-asm-9_9_http//file",
|
|
source_jar = "@org_ow2_asm-asm-9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-commons-9_9_http_import",
|
|
jar = "@org_ow2_asm-asm-commons-9_9_http//file",
|
|
source_jar = "@org_ow2_asm-asm-commons-9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-tree-9_9_http_import",
|
|
jar = "@org_ow2_asm-asm-tree-9_9_http//file",
|
|
source_jar = "@org_ow2_asm-asm-tree-9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco-org_jacoco_report-0_8_14_http_import",
|
|
jar = "@org_jacoco-org_jacoco_report-0_8_14_http//file",
|
|
source_jar = "@org_jacoco-org_jacoco_report-0_8_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco-org_jacoco_agent-0_8_14_http_import",
|
|
jar = "@org_jacoco-org_jacoco_agent-0_8_14_http//file",
|
|
source_jar = "@org_jacoco-org_jacoco_agent-0_8_14-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/coverage-report-1.0.25.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-coverage-report-1_0_25_http//file",
|
|
out = "org.jetbrains.intellij.deps/coverage-report-1.0.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.freemarker/freemarker-2.3.32.jar_copy",
|
|
src = "@org_freemarker-freemarker-2_3_32_http//file",
|
|
out = "org.freemarker/freemarker-2.3.32.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java-coverage-coverage-report",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps-coverage-report-1_0_25_http_import",
|
|
":org_freemarker-freemarker-2_3_32_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps-coverage-report-1_0_25_http_import",
|
|
jar = "@org_jetbrains_intellij_deps-coverage-report-1_0_25_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-coverage-report-1_0_25-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_freemarker-freemarker-2_3_32_http_import",
|
|
jar = "@org_freemarker-freemarker-2_3_32_http//file",
|
|
source_jar = "@org_freemarker-freemarker-2_3_32-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/debugger-agent-1.136.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-debugger-agent-1_136_http//file",
|
|
out = "org.jetbrains.intellij.deps/debugger-agent-1.136.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-debugger-agent-holder-debugger-agent",
|
|
jar = "@org_jetbrains_intellij_deps-debugger-agent-1_136_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-debugger-agent-1_136-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/sa-jdwp-1.25.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-sa-jdwp-1_25_http//file",
|
|
out = "org.jetbrains.intellij.deps/sa-jdwp-1.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-debugger-impl-sa-jdwp",
|
|
jar = "@org_jetbrains_intellij_deps-sa-jdwp-1_25_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-sa-jdwp-1_25-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/debugger-memory-agent-1.0.51.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-debugger-memory-agent-1_0_51_http//file",
|
|
out = "org.jetbrains.intellij.deps/debugger-memory-agent-1.0.51.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-debugger-memory-agent-debugger-memory-agent",
|
|
jar = "@org_jetbrains_intellij_deps-debugger-memory-agent-1_0_51_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-debugger-memory-agent-1_0_51-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-java-0.9.3.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_9_3_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-java-0.9.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-impl-completion-ranking-java",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_9_3_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-java-0_9_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.ant/ant-1.7.1.jar_copy",
|
|
src = "@org_apache_ant-ant-1_7_1_http//file",
|
|
out = "org.apache.ant/ant-1.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.ant/ant-launcher-1.7.1.jar_copy",
|
|
src = "@org_apache_ant-ant-launcher-1_7_1_http//file",
|
|
out = "org.apache.ant/ant-launcher-1.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java-rt-ant-1-7-1",
|
|
exports = [
|
|
":org_apache_ant-ant-1_7_1_http_import",
|
|
":org_apache_ant-ant-launcher-1_7_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_ant-ant-1_7_1_http_import",
|
|
jar = "@org_apache_ant-ant-1_7_1_http//file",
|
|
source_jar = "@org_apache_ant-ant-1_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_ant-ant-launcher-1_7_1_http_import",
|
|
jar = "@org_apache_ant-ant-launcher-1_7_1_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "java-rt-ant-1-7-1-provided",
|
|
exports = [":java-rt-ant-1-7-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/java-compatibility-1.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-java-compatibility-1_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps/java-compatibility-1.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java_compatibility",
|
|
jar = "@org_jetbrains_intellij_deps-java-compatibility-1_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-java-compatibility-1_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/scenebuilderkit-11.0.5.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-scenebuilderkit-11_0_5_http//file",
|
|
out = "org.jetbrains.intellij.deps/scenebuilderkit-11.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java_f_x-scene_builder-_scene_builder_kit11",
|
|
jar = "@org_jetbrains_intellij_deps-scenebuilderkit-11_0_5_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java_f_x-scene_builder-_scene_builder_kit11-provided",
|
|
exports = [":java_f_x-scene_builder-_scene_builder_kit11"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup/javapoet-1.13.0.jar_copy",
|
|
src = "@com_squareup-javapoet-1_13_0_http//file",
|
|
out = "com.squareup/javapoet-1.13.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javapoet",
|
|
jar = "@com_squareup-javapoet-1_13_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.sun.activation/javax.activation-1.2.0.jar_copy",
|
|
src = "@com_sun_activation-javax_activation-1_2_0_http//file",
|
|
out = "com.sun.activation/javax.activation-1.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax-activation",
|
|
jar = "@com_sun_activation-javax_activation-1_2_0_http//file",
|
|
source_jar = "@com_sun_activation-javax_activation-1_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax-annotation-api",
|
|
jar = "@javax_annotation-javax_annotation-api-1_3_2_http//file",
|
|
source_jar = "@javax_annotation-javax_annotation-api-1_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.inject/javax.inject-1.jar_copy",
|
|
src = "@javax_inject-javax_inject-1_http//file",
|
|
out = "javax.inject/javax.inject-1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax-inject",
|
|
jar = "@javax_inject-javax_inject-1_http//file",
|
|
source_jar = "@javax_inject-javax_inject-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "javax-inject-provided",
|
|
exports = [":javax-inject"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jaxb-api",
|
|
jar = "@javax_xml_bind-jaxb-api-2_3_1_http//file",
|
|
source_jar = "@javax_xml_bind-jaxb-api-2_3_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.glassfish.jaxb/jaxb-runtime-2.3.9.jar_copy",
|
|
src = "@org_glassfish_jaxb-jaxb-runtime-2_3_9_http//file",
|
|
out = "org.glassfish.jaxb/jaxb-runtime-2.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.glassfish.jaxb/txw2-2.3.9.jar_copy",
|
|
src = "@org_glassfish_jaxb-txw2-2_3_9_http//file",
|
|
out = "org.glassfish.jaxb/txw2-2.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.sun.istack/istack-commons-runtime-3.0.12.jar_copy",
|
|
src = "@com_sun_istack-istack-commons-runtime-3_0_12_http//file",
|
|
out = "com.sun.istack/istack-commons-runtime-3.0.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jaxb-runtime",
|
|
exports = [
|
|
":org_glassfish_jaxb-jaxb-runtime-2_3_9_http_import",
|
|
":org_glassfish_jaxb-txw2-2_3_9_http_import",
|
|
":com_sun_istack-istack-commons-runtime-3_0_12_http_import",
|
|
":com_sun_activation-jakarta_activation-1_2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_glassfish_jaxb-jaxb-runtime-2_3_9_http_import",
|
|
jar = "@org_glassfish_jaxb-jaxb-runtime-2_3_9_http//file",
|
|
source_jar = "@org_glassfish_jaxb-jaxb-runtime-2_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_glassfish_jaxb-txw2-2_3_9_http_import",
|
|
jar = "@org_glassfish_jaxb-txw2-2_3_9_http//file",
|
|
source_jar = "@org_glassfish_jaxb-txw2-2_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_sun_istack-istack-commons-runtime-3_0_12_http_import",
|
|
jar = "@com_sun_istack-istack-commons-runtime-3_0_12_http//file",
|
|
source_jar = "@com_sun_istack-istack-commons-runtime-3_0_12-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/jb-jdi-2.45.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-jb-jdi-2_45_http//file",
|
|
out = "org.jetbrains.intellij.deps/jb-jdi-2.45.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jb-jdi",
|
|
jar = "@org_jetbrains_intellij_deps-jb-jdi-2_45_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-jb-jdi-2_45-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.runtime/jbr-api-1.9.0.jar_copy",
|
|
src = "@org_jetbrains_runtime-jbr-api-1_9_0_http//file",
|
|
out = "org.jetbrains.runtime/jbr-api-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jbr-api",
|
|
jar = "@org_jetbrains_runtime-jbr-api-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_runtime-jbr-api-1_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.jediterm/jediterm-core-3.63.jar_copy",
|
|
src = "@org_jetbrains_jediterm-jediterm-core-3_63_http//file",
|
|
out = "org.jetbrains.jediterm/jediterm-core-3.63.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jediterm-core",
|
|
jar = "@org_jetbrains_jediterm-jediterm-core-3_63_http//file",
|
|
source_jar = "@org_jetbrains_jediterm-jediterm-core-3_63-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains/jetCheck-0.2.2.jar_copy",
|
|
src = "@org_jetbrains-jetCheck-0_2_2_http//file",
|
|
out = "org.jetbrains/jetCheck-0.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jet_check",
|
|
jar = "@org_jetbrains-jetCheck-0_2_2_http//file",
|
|
source_jar = "@org_jetbrains-jetCheck-0_2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains/annotations-26.0.2.jar_copy",
|
|
src = "@org_jetbrains-annotations-26_0_2_http//file",
|
|
out = "org.jetbrains/annotations-26.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-annotations",
|
|
jar = "@org_jetbrains-annotations-26_0_2_http//file",
|
|
source_jar = "@org_jetbrains-annotations-26_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jetbrains-annotations-provided",
|
|
exports = [":jetbrains-annotations"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.components/components-ui-tooling-preview-desktop-1.9.0.jar_copy",
|
|
src = "@org_jetbrains_compose_components-components-ui-tooling-preview-desktop-1_9_0_http//file",
|
|
out = "org.jetbrains.compose.components/components-ui-tooling-preview-desktop-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-compose-components-ui-tooling-preview-desktop",
|
|
jar = "@org_jetbrains_compose_components-components-ui-tooling-preview-desktop-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_components-components-ui-tooling-preview-desktop-1_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.format-ripper/format-ripper-1.3.0.jar_copy",
|
|
src = "@com_jetbrains_format-ripper-format-ripper-1_3_0_http//file",
|
|
out = "com.jetbrains.format-ripper/format-ripper-1.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-format-ripper",
|
|
jar = "@com_jetbrains_format-ripper-format-ripper-1_3_0_http//file",
|
|
source_jar = "@com_jetbrains_format-ripper-format-ripper-1_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/org.eclipse.jgit-6.6.1.202309021850-r-jb-202510311356.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-org_eclipse_jgit-6_6_1_202309021850-r-jb-202510311356_http//file",
|
|
out = "org.jetbrains.intellij.deps/org.eclipse.jgit-6.6.1.202309021850-r-jb-202510311356.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.googlecode.javaewah/JavaEWAH-1.2.3.jar_copy",
|
|
src = "@com_googlecode_javaewah-JavaEWAH-1_2_3_http//file",
|
|
out = "com.googlecode.javaewah/JavaEWAH-1.2.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jetbrains-intellij-deps-eclipse-jgit",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps-org_eclipse_jgit-6_6_1_202309021850-r-jb-202510311356_http_import",
|
|
":com_googlecode_javaewah-JavaEWAH-1_2_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps-org_eclipse_jgit-6_6_1_202309021850-r-jb-202510311356_http_import",
|
|
jar = "@org_jetbrains_intellij_deps-org_eclipse_jgit-6_6_1_202309021850-r-jb-202510311356_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-org_eclipse_jgit-6_6_1_202309021850-r-jb-202510311356-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_googlecode_javaewah-JavaEWAH-1_2_3_http_import",
|
|
jar = "@com_googlecode_javaewah-JavaEWAH-1_2_3_http//file",
|
|
source_jar = "@com_googlecode_javaewah-JavaEWAH-1_2_3-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/rwmutex-idea-0.0.10.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-rwmutex-idea-0_0_10_http//file",
|
|
out = "org.jetbrains.intellij.deps/rwmutex-idea-0.0.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-intellij-deps-rwmutex-idea",
|
|
jar = "@org_jetbrains_intellij_deps-rwmutex-idea-0_0_10_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-rwmutex-idea-0_0_10-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-annotations-jvm-2.2.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-annotations-jvm-2_2_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-annotations-jvm-2.2.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-kotlin-annotations-jvm",
|
|
jar = "@org_jetbrains_kotlin-kotlin-annotations-jvm-2_2_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-annotations-jvm-2_2_21-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compose-compiler-plugin-2.3.20-RC2.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compose-compiler-plugin-2_3_20-RC2_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compose-compiler-plugin-2.3.20-RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-kotlin-compose-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compose-compiler-plugin-2_3_20-RC2_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compose-compiler-plugin-2_3_20-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/lincheck-jvm-2.33.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-lincheck-jvm-2_33_http//file",
|
|
out = "org.jetbrains.kotlinx/lincheck-jvm-2.33.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-reflect-1.9.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-reflect-1_9_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-reflect-1.9.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-commons-9.6.jar_copy",
|
|
src = "@org_ow2_asm-asm-commons-9_6_http//file",
|
|
out = "org.ow2.asm/asm-commons-9.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-9.6.jar_copy",
|
|
src = "@org_ow2_asm-asm-9_6_http//file",
|
|
out = "org.ow2.asm/asm-9.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-tree-9.6.jar_copy",
|
|
src = "@org_ow2_asm-asm-tree-9_6_http//file",
|
|
out = "org.ow2.asm/asm-tree-9.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-util-9.6.jar_copy",
|
|
src = "@org_ow2_asm-asm-util-9_6_http//file",
|
|
out = "org.ow2.asm/asm-util-9.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-analysis-9.6.jar_copy",
|
|
src = "@org_ow2_asm-asm-analysis-9_6_http//file",
|
|
out = "org.ow2.asm/asm-analysis-9.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-1.14.12.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-1_14_12_http//file",
|
|
out = "net.bytebuddy/byte-buddy-1.14.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-agent-1.14.12.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-agent-1_14_12_http//file",
|
|
out = "net.bytebuddy/byte-buddy-agent-1.14.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/atomicfu-jvm-0.20.2.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-atomicfu-jvm-0_20_2_http//file",
|
|
out = "org.jetbrains.kotlinx/atomicfu-jvm-0.20.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jetbrains-kotlinx-lincheck-jvm",
|
|
exports = [
|
|
":org_jetbrains_kotlinx-lincheck-jvm-2_33_http_import",
|
|
":org_jetbrains_kotlin-kotlin-reflect-1_9_21_http_import",
|
|
":org_ow2_asm-asm-commons-9_6_http_import",
|
|
":org_ow2_asm-asm-9_6_http_import",
|
|
":org_ow2_asm-asm-tree-9_6_http_import",
|
|
":org_ow2_asm-asm-util-9_6_http_import",
|
|
":org_ow2_asm-asm-analysis-9_6_http_import",
|
|
":net_bytebuddy-byte-buddy-1_14_12_http_import",
|
|
":net_bytebuddy-byte-buddy-agent-1_14_12_http_import",
|
|
":org_jetbrains_kotlinx-atomicfu-jvm-0_20_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-lincheck-jvm-2_33_http_import",
|
|
jar = "@org_jetbrains_kotlinx-lincheck-jvm-2_33_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-lincheck-jvm-2_33-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-reflect-1_9_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-reflect-1_9_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-reflect-1_9_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-commons-9_6_http_import",
|
|
jar = "@org_ow2_asm-asm-commons-9_6_http//file",
|
|
source_jar = "@org_ow2_asm-asm-commons-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-9_6_http_import",
|
|
jar = "@org_ow2_asm-asm-9_6_http//file",
|
|
source_jar = "@org_ow2_asm-asm-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-tree-9_6_http_import",
|
|
jar = "@org_ow2_asm-asm-tree-9_6_http//file",
|
|
source_jar = "@org_ow2_asm-asm-tree-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-util-9_6_http_import",
|
|
jar = "@org_ow2_asm-asm-util-9_6_http//file",
|
|
source_jar = "@org_ow2_asm-asm-util-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-analysis-9_6_http_import",
|
|
jar = "@org_ow2_asm-asm-analysis-9_6_http//file",
|
|
source_jar = "@org_ow2_asm-asm-analysis-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_bytebuddy-byte-buddy-1_14_12_http_import",
|
|
jar = "@net_bytebuddy-byte-buddy-1_14_12_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-1_14_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_bytebuddy-byte-buddy-agent-1_14_12_http_import",
|
|
jar = "@net_bytebuddy-byte-buddy-agent-1_14_12_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-agent-1_14_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-atomicfu-jvm-0_20_2_http_import",
|
|
jar = "@org_jetbrains_kotlinx-atomicfu-jvm-0_20_2_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-atomicfu-jvm-0_20_2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains/markdown-jvm-0.7.2.jar_copy",
|
|
src = "@org_jetbrains-markdown-jvm-0_7_2_http//file",
|
|
out = "org.jetbrains/markdown-jvm-0.7.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-markdown",
|
|
jar = "@org_jetbrains-markdown-jvm-0_7_2_http//file",
|
|
source_jar = "@org_jetbrains-markdown-jvm-0_7_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.mlapi/mlapi-catboost-0.2.3.jar_copy",
|
|
src = "@com_jetbrains_mlapi-mlapi-catboost-0_2_3_http//file",
|
|
out = "com.jetbrains.mlapi/mlapi-catboost-0.2.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-mlapi-catboost",
|
|
jar = "@com_jetbrains_mlapi-mlapi-catboost-0_2_3_http//file",
|
|
source_jar = "@com_jetbrains_mlapi-mlapi-catboost-0_2_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.mlapi/catboost-shadow-need-slf4j-1.2.5.jar_copy",
|
|
src = "@com_jetbrains_mlapi-catboost-shadow-need-slf4j-1_2_5_http//file",
|
|
out = "com.jetbrains.mlapi/catboost-shadow-need-slf4j-1.2.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-mlapi-catboost-shadow-need-slf4j",
|
|
jar = "@com_jetbrains_mlapi-catboost-shadow-need-slf4j-1_2_5_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.mlapi/mlapi-core-0.2.3.jar_copy",
|
|
src = "@com_jetbrains_mlapi-mlapi-core-0_2_3_http//file",
|
|
out = "com.jetbrains.mlapi/mlapi-core-0.2.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-mlapi-core",
|
|
jar = "@com_jetbrains_mlapi-mlapi-core-0_2_3_http//file",
|
|
source_jar = "@com_jetbrains_mlapi-mlapi-core-0_2_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.jimfs/jimfs-1.3.0.jar_copy",
|
|
src = "@com_google_jimfs-jimfs-1_3_0_http//file",
|
|
out = "com.google.jimfs/jimfs-1.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jimfs",
|
|
jar = "@com_google_jimfs-jimfs-1_3_0_http//file",
|
|
source_jar = "@com_google_jimfs-jimfs-1_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-terminal-jansi-3.27.0.jar_copy",
|
|
src = "@org_jline-jline-terminal-jansi-3_27_0_http//file",
|
|
out = "org.jline/jline-terminal-jansi-3.27.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-terminal-3.27.0.jar_copy",
|
|
src = "@org_jline-jline-terminal-3_27_0_http//file",
|
|
out = "org.jline/jline-terminal-3.27.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-native-3.27.0.jar_copy",
|
|
src = "@org_jline-jline-native-3_27_0_http//file",
|
|
out = "org.jline/jline-native-3.27.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jline-terminal-jansi",
|
|
exports = [
|
|
":org_jline-jline-terminal-jansi-3_27_0_http_import",
|
|
":org_fusesource_jansi-jansi-2_4_1_http_import",
|
|
":org_jline-jline-terminal-3_27_0_http_import",
|
|
":org_jline-jline-native-3_27_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-terminal-jansi-3_27_0_http_import",
|
|
jar = "@org_jline-jline-terminal-jansi-3_27_0_http//file",
|
|
source_jar = "@org_jline-jline-terminal-jansi-3_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_fusesource_jansi-jansi-2_4_1_http_import",
|
|
jar = "@org_fusesource_jansi-jansi-2_4_1_http//file",
|
|
source_jar = "@org_fusesource_jansi-jansi-2_4_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-terminal-3_27_0_http_import",
|
|
jar = "@org_jline-jline-terminal-3_27_0_http//file",
|
|
source_jar = "@org_jline-jline-terminal-3_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-native-3_27_0_http_import",
|
|
jar = "@org_jline-jline-native-3_27_0_http//file",
|
|
source_jar = "@org_jline-jline-native-3_27_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-terminal-jna-3.27.0.jar_copy",
|
|
src = "@org_jline-jline-terminal-jna-3_27_0_http//file",
|
|
out = "org.jline/jline-terminal-jna-3.27.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.java.dev.jna/jna-5.15.0.jar_copy",
|
|
src = "@net_java_dev_jna-jna-5_15_0_http//file",
|
|
out = "net.java.dev.jna/jna-5.15.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jline-terminal-jna",
|
|
exports = [
|
|
":org_jline-jline-terminal-jna-3_27_0_http_import",
|
|
":net_java_dev_jna-jna-5_15_0_http_import",
|
|
":org_jline-jline-terminal-3_27_0_http_import",
|
|
":org_jline-jline-native-3_27_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-terminal-jna-3_27_0_http_import",
|
|
jar = "@org_jline-jline-terminal-jna-3_27_0_http//file",
|
|
source_jar = "@org_jline-jline-terminal-jna-3_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_java_dev_jna-jna-5_15_0_http_import",
|
|
jar = "@net_java_dev_jna-jna-5_15_0_http//file",
|
|
source_jar = "@net_java_dev_jna-jna-5_15_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.openjdk.jmh/jmh-core-1.37.jar_copy",
|
|
src = "@org_openjdk_jmh-jmh-core-1_37_http//file",
|
|
out = "org.openjdk.jmh/jmh-core-1.37.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.sf.jopt-simple/jopt-simple-5.0.4.jar_copy",
|
|
src = "@net_sf_jopt-simple-jopt-simple-5_0_4_http//file",
|
|
out = "net.sf.jopt-simple/jopt-simple-5.0.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-math3-3.6.1.jar_copy",
|
|
src = "@org_apache_commons-commons-math3-3_6_1_http//file",
|
|
out = "org.apache.commons/commons-math3-3.6.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jmh-core",
|
|
exports = [
|
|
":org_openjdk_jmh-jmh-core-1_37_http_import",
|
|
":net_sf_jopt-simple-jopt-simple-5_0_4_http_import",
|
|
":org_apache_commons-commons-math3-3_6_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_openjdk_jmh-jmh-core-1_37_http_import",
|
|
jar = "@org_openjdk_jmh-jmh-core-1_37_http//file",
|
|
source_jar = "@org_openjdk_jmh-jmh-core-1_37-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_sf_jopt-simple-jopt-simple-5_0_4_http_import",
|
|
jar = "@net_sf_jopt-simple-jopt-simple-5_0_4_http//file",
|
|
source_jar = "@net_sf_jopt-simple-jopt-simple-5_0_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_commons-commons-math3-3_6_1_http_import",
|
|
jar = "@org_apache_commons-commons-math3-3_6_1_http//file",
|
|
source_jar = "@org_apache_commons-commons-math3-3_6_1-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.openjdk.jmh/jmh-generator-annprocess-1.36.jar_copy",
|
|
src = "@org_openjdk_jmh-jmh-generator-annprocess-1_36_http//file",
|
|
out = "org.openjdk.jmh/jmh-generator-annprocess-1.36.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmh-generator-annprocess",
|
|
jar = "@org_openjdk_jmh-jmh-generator-annprocess-1_36_http//file",
|
|
source_jar = "@org_openjdk_jmh-jmh-generator-annprocess-1_36-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jmock/jmock-2.5.1.jar_copy",
|
|
src = "@org_jmock-jmock-2_5_1_http//file",
|
|
out = "org.jmock/jmock-2.5.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmock",
|
|
jar = "@org_jmock-jmock-2_5_1_http//file",
|
|
source_jar = "@org_jmock-jmock-2_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jmock/jmock-junit4-2.5.1.jar_copy",
|
|
src = "@org_jmock-jmock-junit4-2_5_1_http//file",
|
|
out = "org.jmock/jmock-junit4-2.5.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmock-junit4",
|
|
jar = "@org_jmock-jmock-junit4-2_5_1_http//file",
|
|
source_jar = "@org_jmock-jmock-junit4-2_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jmock/jmock-legacy-2.5.1.jar_copy",
|
|
src = "@org_jmock-jmock-legacy-2_5_1_http//file",
|
|
out = "org.jmock/jmock-legacy-2.5.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmock-legacy",
|
|
jar = "@org_jmock-jmock-legacy-2_5_1_http//file",
|
|
source_jar = "@org_jmock-jmock-legacy-2_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.java.dev.jna/jna-platform-5.17.0.jar_copy",
|
|
src = "@net_java_dev_jna-jna-platform-5_17_0_http//file",
|
|
out = "net.java.dev.jna/jna-platform-5.17.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.java.dev.jna/jna-5.17.0.jar_copy",
|
|
src = "@net_java_dev_jna-jna-5_17_0_http//file",
|
|
out = "net.java.dev.jna/jna-5.17.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jna",
|
|
exports = [
|
|
":net_java_dev_jna-jna-platform-5_17_0_http_import",
|
|
":net_java_dev_jna-jna-5_17_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_java_dev_jna-jna-platform-5_17_0_http_import",
|
|
jar = "@net_java_dev_jna-jna-platform-5_17_0_http//file",
|
|
source_jar = "@net_java_dev_jna-jna-platform-5_17_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_java_dev_jna-jna-5_17_0_http_import",
|
|
jar = "@net_java_dev_jna-jna-5_17_0_http//file",
|
|
source_jar = "@net_java_dev_jna-jna-5_17_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jruby.joni/joni-2.2.3.jar_copy",
|
|
src = "@org_jruby_joni-joni-2_2_3_http//file",
|
|
out = "org.jruby.joni/joni-2.2.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jruby.jcodings/jcodings-1.0.61.jar_copy",
|
|
src = "@org_jruby_jcodings-jcodings-1_0_61_http//file",
|
|
out = "org.jruby.jcodings/jcodings-1.0.61.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "joni",
|
|
exports = [
|
|
":org_jruby_joni-joni-2_2_3_http_import",
|
|
":org_jruby_jcodings-jcodings-1_0_61_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jruby_joni-joni-2_2_3_http_import",
|
|
jar = "@org_jruby_joni-joni-2_2_3_http//file",
|
|
source_jar = "@org_jruby_joni-joni-2_2_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jruby_jcodings-jcodings-1_0_61_http_import",
|
|
jar = "@org_jruby_jcodings-jcodings-1_0_61_http//file",
|
|
source_jar = "@org_jruby_jcodings-jcodings-1_0_61-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.jps/jps-javac-extension-10.jar_copy",
|
|
src = "@org_jetbrains_jps-jps-javac-extension-10_http//file",
|
|
out = "org.jetbrains.jps/jps-javac-extension-10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jps-javac-extension",
|
|
jar = "@org_jetbrains_jps-jps-javac-extension-10_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.networknt/json-schema-validator-1.3.1.jar_copy",
|
|
src = "@com_networknt-json-schema-validator-1_3_1_http//file",
|
|
out = "com.networknt/json-schema-validator-1.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "json-schema-validator",
|
|
jar = "@com_networknt-json-schema-validator-1_3_1_http//file",
|
|
source_jar = "@com_networknt-json-schema-validator-1_3_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jayway.jsonpath/json-path-2.9.0.jar_copy",
|
|
src = "@com_jayway_jsonpath-json-path-2_9_0_http//file",
|
|
out = "com.jayway.jsonpath/json-path-2.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.minidev/json-smart-2.5.0.jar_copy",
|
|
src = "@net_minidev-json-smart-2_5_0_http//file",
|
|
out = "net.minidev/json-smart-2.5.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.minidev/accessors-smart-2.5.0.jar_copy",
|
|
src = "@net_minidev-accessors-smart-2_5_0_http//file",
|
|
out = "net.minidev/accessors-smart-2.5.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jsonpath",
|
|
exports = [
|
|
":com_jayway_jsonpath-json-path-2_9_0_http_import",
|
|
":net_minidev-json-smart-2_5_0_http_import",
|
|
":net_minidev-accessors-smart-2_5_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_jayway_jsonpath-json-path-2_9_0_http_import",
|
|
jar = "@com_jayway_jsonpath-json-path-2_9_0_http//file",
|
|
source_jar = "@com_jayway_jsonpath-json-path-2_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_minidev-json-smart-2_5_0_http_import",
|
|
jar = "@net_minidev-json-smart-2_5_0_http//file",
|
|
source_jar = "@net_minidev-json-smart-2_5_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_minidev-accessors-smart-2_5_0_http_import",
|
|
jar = "@net_minidev-accessors-smart-2_5_0_http//file",
|
|
source_jar = "@net_minidev-accessors-smart-2_5_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jsoup/jsoup-1.21.2.jar_copy",
|
|
src = "@org_jsoup-jsoup-1_21_2_http//file",
|
|
out = "org.jsoup/jsoup-1.21.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jsoup",
|
|
jar = "@org_jsoup-jsoup-1_21_2_http//file",
|
|
source_jar = "@org_jsoup-jsoup-1_21_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jspecify",
|
|
jar = "@org_jspecify-jspecify-1_0_0_http//file",
|
|
source_jar = "@org_jspecify-jspecify-1_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jspecify-provided",
|
|
exports = [":jspecify"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jsr305",
|
|
jar = "@com_google_code_findbugs-jsr305-3_0_2_http//file",
|
|
source_jar = "@com_google_code_findbugs-jsr305-3_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "junit/junit-4.13.2.jar_copy",
|
|
src = "@junit-junit-4_13_2_http//file",
|
|
out = "junit/junit-4.13.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit4",
|
|
jar = "@junit-junit-4_13_2_http//file",
|
|
source_jar = "@junit-junit-4_13_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit4-provided",
|
|
exports = [":junit4"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.jupiter/junit-jupiter-api-5.13.4.jar_copy",
|
|
src = "@org_junit_jupiter-junit-jupiter-api-5_13_4_http//file",
|
|
out = "org.junit.jupiter/junit-jupiter-api-5.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.opentest4j/opentest4j-1.3.0.jar_copy",
|
|
src = "@org_opentest4j-opentest4j-1_3_0_http//file",
|
|
out = "org.opentest4j/opentest4j-1.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-commons-1.13.4.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-commons-1_13_4_http//file",
|
|
out = "org.junit.platform/junit-platform-commons-1.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apiguardian/apiguardian-api-1.1.2.jar_copy",
|
|
src = "@org_apiguardian-apiguardian-api-1_1_2_http//file",
|
|
out = "org.apiguardian/apiguardian-api-1.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5",
|
|
exports = [
|
|
":org_junit_jupiter-junit-jupiter-api-5_13_4_http_import",
|
|
":org_opentest4j-opentest4j-1_3_0_http_import",
|
|
":org_junit_platform-junit-platform-commons-1_13_4_http_import",
|
|
":org_apiguardian-apiguardian-api-1_1_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_jupiter-junit-jupiter-api-5_13_4_http_import",
|
|
jar = "@org_junit_jupiter-junit-jupiter-api-5_13_4_http//file",
|
|
source_jar = "@org_junit_jupiter-junit-jupiter-api-5_13_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_opentest4j-opentest4j-1_3_0_http_import",
|
|
jar = "@org_opentest4j-opentest4j-1_3_0_http//file",
|
|
source_jar = "@org_opentest4j-opentest4j-1_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-commons-1_13_4_http_import",
|
|
jar = "@org_junit_platform-junit-platform-commons-1_13_4_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-commons-1_13_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apiguardian-apiguardian-api-1_1_2_http_import",
|
|
jar = "@org_apiguardian-apiguardian-api-1_1_2_http//file",
|
|
source_jar = "@org_apiguardian-apiguardian-api-1_1_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5-provided",
|
|
exports = [":junit5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.jupiter/junit-jupiter-engine-5.13.4.jar_copy",
|
|
src = "@org_junit_jupiter-junit-jupiter-engine-5_13_4_http//file",
|
|
out = "org.junit.jupiter/junit-jupiter-engine-5.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Jupiter",
|
|
jar = "@org_junit_jupiter-junit-jupiter-engine-5_13_4_http//file",
|
|
source_jar = "@org_junit_jupiter-junit-jupiter-engine-5_13_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-launcher-1.13.4.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-launcher-1_13_4_http//file",
|
|
out = "org.junit.platform/junit-platform-launcher-1.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-engine-1.13.4.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-engine-1_13_4_http//file",
|
|
out = "org.junit.platform/junit-platform-engine-1.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Launcher",
|
|
exports = [
|
|
":org_junit_platform-junit-platform-launcher-1_13_4_http_import",
|
|
":org_junit_platform-junit-platform-engine-1_13_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-launcher-1_13_4_http_import",
|
|
jar = "@org_junit_platform-junit-platform-launcher-1_13_4_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-launcher-1_13_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-engine-1_13_4_http_import",
|
|
jar = "@org_junit_platform-junit-platform-engine-1_13_4_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-engine-1_13_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Launcher-provided",
|
|
exports = [":junit5Launcher"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.jupiter/junit-jupiter-params-5.13.4.jar_copy",
|
|
src = "@org_junit_jupiter-junit-jupiter-params-5_13_4_http//file",
|
|
out = "org.junit.jupiter/junit-jupiter-params-5.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Params",
|
|
jar = "@org_junit_jupiter-junit-jupiter-params-5_13_4_http//file",
|
|
source_jar = "@org_junit_jupiter-junit-jupiter-params-5_13_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Params-provided",
|
|
exports = [":junit5Params"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit-pioneer/junit-pioneer-2.3.0.jar_copy",
|
|
src = "@org_junit-pioneer-junit-pioneer-2_3_0_http//file",
|
|
out = "org.junit-pioneer/junit-pioneer-2.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Pioneer",
|
|
jar = "@org_junit-pioneer-junit-pioneer-2_3_0_http//file",
|
|
source_jar = "@org_junit-pioneer-junit-pioneer-2_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-suite-1.13.4.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-suite-1_13_4_http//file",
|
|
out = "org.junit.platform/junit-platform-suite-1.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-suite-api-1.13.4.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-suite-api-1_13_4_http//file",
|
|
out = "org.junit.platform/junit-platform-suite-api-1.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-suite-engine-1.13.4.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-suite-engine-1_13_4_http//file",
|
|
out = "org.junit.platform/junit-platform-suite-engine-1.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-suite-commons-1.13.4.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-suite-commons-1_13_4_http//file",
|
|
out = "org.junit.platform/junit-platform-suite-commons-1.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Suites",
|
|
exports = [
|
|
":org_junit_platform-junit-platform-suite-1_13_4_http_import",
|
|
":org_junit_platform-junit-platform-suite-api-1_13_4_http_import",
|
|
":org_junit_platform-junit-platform-suite-engine-1_13_4_http_import",
|
|
":org_junit_platform-junit-platform-suite-commons-1_13_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-suite-1_13_4_http_import",
|
|
jar = "@org_junit_platform-junit-platform-suite-1_13_4_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-suite-1_13_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-suite-api-1_13_4_http_import",
|
|
jar = "@org_junit_platform-junit-platform-suite-api-1_13_4_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-suite-api-1_13_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-suite-engine-1_13_4_http_import",
|
|
jar = "@org_junit_platform-junit-platform-suite-engine-1_13_4_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-suite-engine-1_13_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-suite-commons-1_13_4_http_import",
|
|
jar = "@org_junit_platform-junit-platform-suite-commons-1_13_4_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-suite-commons-1_13_4-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.vintage/junit-vintage-engine-5.13.4.jar_copy",
|
|
src = "@org_junit_vintage-junit-vintage-engine-5_13_4_http//file",
|
|
out = "org.junit.vintage/junit-vintage-engine-5.13.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Vintage",
|
|
jar = "@org_junit_vintage-junit-vintage-engine-5_13_4_http//file",
|
|
source_jar = "@org_junit_vintage-junit-vintage-engine-5_13_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.jupiter/junit-jupiter-api-6.0.0.jar_copy",
|
|
src = "@org_junit_jupiter-junit-jupiter-api-6_0_0_http//file",
|
|
out = "org.junit.jupiter/junit-jupiter-api-6.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-commons-6.0.0.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-commons-6_0_0_http//file",
|
|
out = "org.junit.platform/junit-platform-commons-6.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit6",
|
|
exports = [
|
|
":org_junit_jupiter-junit-jupiter-api-6_0_0_http_import",
|
|
":org_opentest4j-opentest4j-1_3_0_http_import",
|
|
":org_junit_platform-junit-platform-commons-6_0_0_http_import",
|
|
":org_apiguardian-apiguardian-api-1_1_2_http_import",
|
|
":org_jspecify-jspecify-1_0_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_jupiter-junit-jupiter-api-6_0_0_http_import",
|
|
jar = "@org_junit_jupiter-junit-jupiter-api-6_0_0_http//file",
|
|
source_jar = "@org_junit_jupiter-junit-jupiter-api-6_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-commons-6_0_0_http_import",
|
|
jar = "@org_junit_platform-junit-platform-commons-6_0_0_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-commons-6_0_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit6-provided",
|
|
exports = [":junit6"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-launcher-6.0.0.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-launcher-6_0_0_http//file",
|
|
out = "org.junit.platform/junit-platform-launcher-6.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-engine-6.0.0.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-engine-6_0_0_http//file",
|
|
out = "org.junit.platform/junit-platform-engine-6.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit6Launcher",
|
|
exports = [
|
|
":org_junit_platform-junit-platform-launcher-6_0_0_http_import",
|
|
":org_junit_platform-junit-platform-engine-6_0_0_http_import",
|
|
":org_jspecify-jspecify-1_0_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-launcher-6_0_0_http_import",
|
|
jar = "@org_junit_platform-junit-platform-launcher-6_0_0_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-launcher-6_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-engine-6_0_0_http_import",
|
|
jar = "@org_junit_platform-junit-platform-engine-6_0_0_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-engine-6_0_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit6Launcher-provided",
|
|
exports = [":junit6Launcher"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.nativecerts/jvm-native-trusted-roots-1.1.7.jar_copy",
|
|
src = "@org_jetbrains_nativecerts-jvm-native-trusted-roots-1_1_7_http//file",
|
|
out = "org.jetbrains.nativecerts/jvm-native-trusted-roots-1.1.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jvm-native-trusted-roots",
|
|
jar = "@org_jetbrains_nativecerts-jvm-native-trusted-roots-1_1_7_http//file",
|
|
source_jar = "@org_jetbrains_nativecerts-jvm-native-trusted-roots-1_1_7-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.charleskorn.kaml/kaml-jvm-0.99.0.jar_copy",
|
|
src = "@com_charleskorn_kaml-kaml-jvm-0_99_0_http//file",
|
|
out = "com.charleskorn.kaml/kaml-jvm-0.99.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "it.krzeminski/snakeyaml-engine-kmp-jvm-3.2.1.jar_copy",
|
|
src = "@it_krzeminski-snakeyaml-engine-kmp-jvm-3_2_1_http//file",
|
|
out = "it.krzeminski/snakeyaml-engine-kmp-jvm-3.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.thauvin.erik.urlencoder/urlencoder-lib-jvm-1.6.0.jar_copy",
|
|
src = "@net_thauvin_erik_urlencoder-urlencoder-lib-jvm-1_6_0_http//file",
|
|
out = "net.thauvin.erik.urlencoder/urlencoder-lib-jvm-1.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kaml",
|
|
exports = [
|
|
":com_charleskorn_kaml-kaml-jvm-0_99_0_http_import",
|
|
":it_krzeminski-snakeyaml-engine-kmp-jvm-3_2_1_http_import",
|
|
":net_thauvin_erik_urlencoder-urlencoder-lib-jvm-1_6_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_charleskorn_kaml-kaml-jvm-0_99_0_http_import",
|
|
jar = "@com_charleskorn_kaml-kaml-jvm-0_99_0_http//file",
|
|
source_jar = "@com_charleskorn_kaml-kaml-jvm-0_99_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "it_krzeminski-snakeyaml-engine-kmp-jvm-3_2_1_http_import",
|
|
jar = "@it_krzeminski-snakeyaml-engine-kmp-jvm-3_2_1_http//file",
|
|
source_jar = "@it_krzeminski-snakeyaml-engine-kmp-jvm-3_2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_thauvin_erik_urlencoder-urlencoder-lib-jvm-1_6_0_http_import",
|
|
jar = "@net_thauvin_erik_urlencoder-urlencoder-lib-jvm-1_6_0_http//file",
|
|
source_jar = "@net_thauvin_erik_urlencoder-urlencoder-lib-jvm-1_6_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.kodein.di/kodein-di-jvm-7.26.1.jar_copy",
|
|
src = "@org_kodein_di-kodein-di-jvm-7_26_1_http//file",
|
|
out = "org.kodein.di/kodein-di-jvm-7.26.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.kodein.type/kaverit-jvm-2.10.0.jar_copy",
|
|
src = "@org_kodein_type-kaverit-jvm-2_10_0_http//file",
|
|
out = "org.kodein.type/kaverit-jvm-2.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kodein-di-jvm",
|
|
exports = [
|
|
":org_kodein_di-kodein-di-jvm-7_26_1_http_import",
|
|
":org_kodein_type-kaverit-jvm-2_10_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_kodein_di-kodein-di-jvm-7_26_1_http_import",
|
|
jar = "@org_kodein_di-kodein-di-jvm-7_26_1_http//file",
|
|
source_jar = "@org_kodein_di-kodein-di-jvm-7_26_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_kodein_type-kaverit-jvm-2_10_0_http_import",
|
|
jar = "@org_kodein_type-kaverit-jvm-2_10_0_http//file",
|
|
source_jar = "@org_kodein_type-kaverit-jvm-2_10_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "kodein-di-jvm-provided",
|
|
exports = [":kodein-di-jvm"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ehcache/sizeof-0.4.0.jar_copy",
|
|
src = "@org_ehcache-sizeof-0_4_0_http//file",
|
|
out = "org.ehcache/sizeof-0.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-analysis-platform-ehcache-sizeof",
|
|
jar = "@org_ehcache-sizeof-0_4_0_http//file",
|
|
source_jar = "@org_ehcache-sizeof-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-kotlin-0.4.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-kotlin-0_4_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-kotlin-0.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-completion-ml-completion-ranking-kotlin",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-kotlin-0_4_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-kotlin-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-gradle-plugin-idea-1.9.20-dev-8162.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-gradle-plugin-idea-1_9_20-dev-8162_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-gradle-plugin-idea-1.9.20-dev-8162.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-gradle-plugin-idea",
|
|
jar = "@org_jetbrains_kotlin-kotlin-gradle-plugin-idea-1_9_20-dev-8162_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-gradle-plugin-idea-1_9_20-dev-8162-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-gradle-plugin-idea-provided",
|
|
exports = [":kotlin-gradle-plugin-idea"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-gradle-plugin-idea-proto-1.9.20-dev-8162.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-gradle-plugin-idea-proto-1_9_20-dev-8162_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-gradle-plugin-idea-proto-1.9.20-dev-8162.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-gradle-plugin-idea-proto",
|
|
jar = "@org_jetbrains_kotlin-kotlin-gradle-plugin-idea-proto-1_9_20-dev-8162_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-gradle-plugin-idea-proto-1_9_20-dev-8162-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-metadata-jvm-2.3.20-RC2.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_3_20-RC2_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-metadata-jvm-2.3.20-RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-metadata",
|
|
jar = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_3_20-RC2_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_3_20-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-project-model-1.6.0.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-project-model-1_6_0_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-project-model-1.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-project-model",
|
|
jar = "@org_jetbrains_kotlin-kotlin-project-model-1_6_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-project-model-1_6_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-reflect-2.3.20-RC2.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-reflect-2_3_20-RC2_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-reflect-2.3.20-RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-reflect",
|
|
jar = "@org_jetbrains_kotlin-kotlin-reflect-2_3_20-RC2_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-reflect-2_3_20-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-script-runtime-2.3.20-RC2.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-script-runtime-2_3_20-RC2_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-script-runtime-2.3.20-RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-script-runtime",
|
|
jar = "@org_jetbrains_kotlin-kotlin-script-runtime-2_3_20-RC2_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-script-runtime-2_3_20-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-stdlib-2.3.20-RC2.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-stdlib-2_3_20-RC2_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-stdlib-2.3.20-RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-stdlib",
|
|
jar = "@org_jetbrains_kotlin-kotlin-stdlib-2_3_20-RC2_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-stdlib-2_3_20-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-stdlib-provided",
|
|
exports = [":kotlin-stdlib"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-test-2.3.20-RC2.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-test-2_3_20-RC2_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-test-2.3.20-RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-test",
|
|
jar = "@org_jetbrains_kotlin-kotlin-test-2_3_20-RC2_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-test-2_3_20-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.kotest/kotest-assertions-core-jvm-5.5.4.jar_copy",
|
|
src = "@io_kotest-kotest-assertions-core-jvm-5_5_4_http//file",
|
|
out = "io.kotest/kotest-assertions-core-jvm-5.5.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.kotest/kotest-assertions-shared-jvm-5.5.4.jar_copy",
|
|
src = "@io_kotest-kotest-assertions-shared-jvm-5_5_4_http//file",
|
|
out = "io.kotest/kotest-assertions-shared-jvm-5.5.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.kotest/kotest-common-jvm-5.5.4.jar_copy",
|
|
src = "@io_kotest-kotest-common-jvm-5_5_4_http//file",
|
|
out = "io.kotest/kotest-common-jvm-5.5.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.kotest/kotest-assertions-api-jvm-5.5.4.jar_copy",
|
|
src = "@io_kotest-kotest-assertions-api-jvm-5_5_4_http//file",
|
|
out = "io.kotest/kotest-assertions-api-jvm-5.5.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-test-assertions-core-jvm",
|
|
exports = [
|
|
":io_kotest-kotest-assertions-core-jvm-5_5_4_http_import",
|
|
":io_kotest-kotest-assertions-shared-jvm-5_5_4_http_import",
|
|
":org_opentest4j-opentest4j-1_2_0_http_import",
|
|
":io_kotest-kotest-common-jvm-5_5_4_http_import",
|
|
":io_kotest-kotest-assertions-api-jvm-5_5_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_kotest-kotest-assertions-core-jvm-5_5_4_http_import",
|
|
jar = "@io_kotest-kotest-assertions-core-jvm-5_5_4_http//file",
|
|
source_jar = "@io_kotest-kotest-assertions-core-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_kotest-kotest-assertions-shared-jvm-5_5_4_http_import",
|
|
jar = "@io_kotest-kotest-assertions-shared-jvm-5_5_4_http//file",
|
|
source_jar = "@io_kotest-kotest-assertions-shared-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_kotest-kotest-common-jvm-5_5_4_http_import",
|
|
jar = "@io_kotest-kotest-common-jvm-5_5_4_http//file",
|
|
source_jar = "@io_kotest-kotest-common-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_kotest-kotest-assertions-api-jvm-5_5_4_http_import",
|
|
jar = "@io_kotest-kotest-assertions-api-jvm-5_5_4_http//file",
|
|
source_jar = "@io_kotest-kotest-assertions-api-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-test-junit-2.3.20-RC2.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-test-junit-2_3_20-RC2_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-test-junit-2.3.20-RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-test-junit",
|
|
jar = "@org_jetbrains_kotlin-kotlin-test-junit-2_3_20-RC2_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-test-junit-2_3_20-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-test-junit5-2.2.20.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-test-junit5-2_2_20_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-test-junit5-2.2.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-test-junit5",
|
|
jar = "@org_jetbrains_kotlin-kotlin-test-junit5-2_2_20_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-test-junit5-2_2_20-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-tooling-core-1.9.20-dev-8162.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-tooling-core-1_9_20-dev-8162_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-tooling-core-1.9.20-dev-8162.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-tooling-core",
|
|
jar = "@org_jetbrains_kotlin-kotlin-tooling-core-1_9_20-dev-8162_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-tooling-core-1_9_20-dev-8162-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-tooling-core-provided",
|
|
exports = [":kotlin-tooling-core"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/allopen-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-allopen-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/allopen-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-allopen-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-allopen-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-allopen-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/analysis-api-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-analysis-api-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/analysis-api-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api",
|
|
jar = "@org_jetbrains_kotlin-analysis-api-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-analysis-api-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-provided",
|
|
exports = [":kotlinc-analysis-api"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/analysis-api-fe10-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-analysis-api-fe10-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/analysis-api-fe10-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-fe10",
|
|
jar = "@org_jetbrains_kotlin-analysis-api-fe10-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-analysis-api-fe10-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-fe10-provided",
|
|
exports = [":kotlinc-analysis-api-fe10"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/analysis-api-impl-base-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-analysis-api-impl-base-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/analysis-api-impl-base-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-impl-base",
|
|
jar = "@org_jetbrains_kotlin-analysis-api-impl-base-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-analysis-api-impl-base-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-impl-base-provided",
|
|
exports = [":kotlinc-analysis-api-impl-base"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/analysis-api-impl-base-tests-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-analysis-api-impl-base-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/analysis-api-impl-base-tests-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-impl-base-tests",
|
|
jar = "@org_jetbrains_kotlin-analysis-api-impl-base-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-analysis-api-impl-base-tests-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/analysis-api-k2-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-analysis-api-k2-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/analysis-api-k2-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-k2",
|
|
jar = "@org_jetbrains_kotlin-analysis-api-k2-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-analysis-api-k2-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-k2-provided",
|
|
exports = [":kotlinc-analysis-api-k2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/analysis-api-k2-tests-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-analysis-api-k2-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/analysis-api-k2-tests-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-k2-tests",
|
|
jar = "@org_jetbrains_kotlin-analysis-api-k2-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-analysis-api-k2-tests-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/analysis-api-platform-interface-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-analysis-api-platform-interface-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/analysis-api-platform-interface-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-platform-interface",
|
|
jar = "@org_jetbrains_kotlin-analysis-api-platform-interface-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-analysis-api-platform-interface-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-platform-interface-provided",
|
|
exports = [":kotlinc-analysis-api-platform-interface"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/assignment-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-assignment-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/assignment-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-assignment-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-assignment-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-assignment-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/compose-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-compose-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/compose-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-compose-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-compose-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-compose-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-compose-compiler-plugin-provided",
|
|
exports = [":kotlinc-compose-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/incremental-compilation-impl-tests-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-incremental-compilation-impl-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/incremental-compilation-impl-tests-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-incremental-compilation-impl-tests",
|
|
jar = "@org_jetbrains_kotlin-incremental-compilation-impl-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-incremental-compilation-impl-tests-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/js-plain-objects-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-js-plain-objects-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/js-plain-objects-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-js-plain-objects-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-js-plain-objects-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-js-plain-objects-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-build-common-tests-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-build-common-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-build-common-tests-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-build-common-tests",
|
|
jar = "@org_jetbrains_kotlin-kotlin-build-common-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-build-common-tests-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compiler-cli-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compiler-cli-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compiler-cli-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-cli",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compiler-cli-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compiler-cli-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-cli-provided",
|
|
exports = [":kotlinc-kotlin-compiler-cli"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compiler-common-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compiler-common-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compiler-common-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-common",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compiler-common-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compiler-common-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-common-provided",
|
|
exports = [":kotlinc-kotlin-compiler-common"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compiler-fe10-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compiler-fe10-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compiler-fe10-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-fe10",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compiler-fe10-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compiler-fe10-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-fe10-provided",
|
|
exports = [":kotlinc-kotlin-compiler-fe10"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compiler-fir-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compiler-fir-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compiler-fir-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-fir",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compiler-fir-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compiler-fir-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-fir-provided",
|
|
exports = [":kotlinc-kotlin-compiler-fir"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compiler-ir-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compiler-ir-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compiler-ir-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-ir",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compiler-ir-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compiler-ir-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-ir-provided",
|
|
exports = [":kotlinc-kotlin-compiler-ir"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compiler-tests-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compiler-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compiler-tests-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-tests",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compiler-tests-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compiler-tests-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-tests-provided",
|
|
exports = [":kotlinc-kotlin-compiler-tests"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-dataframe-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-dataframe-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-dataframe-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-dataframe-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-kotlin-dataframe-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-dataframe-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-dist-for-ide-2.3.10.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-dist-for-ide-2_3_10_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-dist-for-ide-2.3.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-dist",
|
|
jar = "@org_jetbrains_kotlin-kotlin-dist-for-ide-2_3_10_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-dist-for-ide-2_3_10-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-gradle-statistics-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-gradle-statistics-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-gradle-statistics-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-gradle-statistics",
|
|
jar = "@org_jetbrains_kotlin-kotlin-gradle-statistics-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-gradle-statistics-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-gradle-statistics-provided",
|
|
exports = [":kotlinc-kotlin-gradle-statistics"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-jps-common-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-jps-common-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-jps-common-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-common",
|
|
jar = "@org_jetbrains_kotlin-kotlin-jps-common-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-jps-common-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-jps-common-provided",
|
|
exports = [":kotlinc-kotlin-jps-common"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-jps-plugin-classpath-2.3.10.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-jps-plugin-classpath-2_3_10_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-jps-plugin-classpath-2.3.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-plugin-classpath",
|
|
jar = "@org_jetbrains_kotlin-kotlin-jps-plugin-classpath-2_3_10_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-jps-plugin-classpath-2_3_10-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-jps-plugin-classpath-provided",
|
|
exports = [":kotlinc-kotlin-jps-plugin-classpath"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-jps-plugin-classpath-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-jps-plugin-classpath-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-jps-plugin-classpath-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-plugin-classpath-bootstrap-for-tests",
|
|
jar = "@org_jetbrains_kotlin-kotlin-jps-plugin-classpath-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-jps-plugin-classpath-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-jps-plugin-tests-for-ide-2.3.10.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-jps-plugin-tests-for-ide-2_3_10_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-jps-plugin-tests-for-ide-2.3.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-plugin-tests",
|
|
jar = "@org_jetbrains_kotlin-kotlin-jps-plugin-tests-for-ide-2_3_10_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-jps-plugin-tests-for-ide-2_3_10-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-script-runtime-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-script-runtime-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-script-runtime-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-script-runtime",
|
|
jar = "@org_jetbrains_kotlin-kotlin-script-runtime-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-script-runtime-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-common-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-common-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-common-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-common",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-common-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-common-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-compiler-impl-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-compiler-impl-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-compiler-impl-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-compiler-impl",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-compiler-impl-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-compiler-impl-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-scripting-compiler-impl-provided",
|
|
exports = [":kotlinc-kotlin-scripting-compiler-impl"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-dependencies-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-dependencies-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-dependencies-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-dependencies",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-dependencies-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-dependencies-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-jvm-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-jvm-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-jvm-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-jvm",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-jvm-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-jvm-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlinx-serialization-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlinx-serialization-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/kotlinx-serialization-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlinx-serialization-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-kotlinx-serialization-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlinx-serialization-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlinx-serialization-compiler-plugin-provided",
|
|
exports = [":kotlinc-kotlinx-serialization-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/lombok-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-lombok-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/lombok-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-lombok-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-lombok-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-lombok-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-lombok-compiler-plugin-provided",
|
|
exports = [":kotlinc-lombok-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/low-level-api-fir-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-low-level-api-fir-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/low-level-api-fir-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-low-level-api-fir",
|
|
jar = "@org_jetbrains_kotlin-low-level-api-fir-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-low-level-api-fir-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/noarg-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-noarg-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/noarg-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-noarg-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-noarg-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-noarg-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/parcelize-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-parcelize-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/parcelize-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-parcelize-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-parcelize-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-parcelize-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/sam-with-receiver-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-sam-with-receiver-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/sam-with-receiver-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-sam-with-receiver-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-sam-with-receiver-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-sam-with-receiver-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/scripting-compiler-plugin-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-scripting-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/scripting-compiler-plugin-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-scripting-compiler-plugin",
|
|
jar = "@org_jetbrains_kotlin-scripting-compiler-plugin-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-scripting-compiler-plugin-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/symbol-light-classes-for-ide-2.4.0-ij261-26.jar_copy",
|
|
src = "@org_jetbrains_kotlin-symbol-light-classes-for-ide-2_4_0-ij261-26_http//file",
|
|
out = "org.jetbrains.kotlin/symbol-light-classes-for-ide-2.4.0-ij261-26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-symbol-light-classes",
|
|
jar = "@org_jetbrains_kotlin-symbol-light-classes-for-ide-2_4_0-ij261-26_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-symbol-light-classes-for-ide-2_4_0-ij261-26-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-collections-immutable-jvm-0.4.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-collections-immutable-jvm-0_4_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-collections-immutable-jvm-0.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-collections-immutable",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-collections-immutable-jvm-0_4_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-collections-immutable-jvm-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-core-jvm-1.10.2-intellij-1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-core-jvm-1_10_2-intellij-1_http//file",
|
|
out = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-core-jvm-1.10.2-intellij-1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-core",
|
|
jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-core-jvm-1_10_2-intellij-1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-core-jvm-1_10_2-intellij-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-debug-1.10.2-intellij-1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-debug-1_10_2-intellij-1_http//file",
|
|
out = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-debug-1.10.2-intellij-1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-debug",
|
|
jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-debug-1_10_2-intellij-1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-debug-1_10_2-intellij-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-guava-1.10.2-intellij-1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-guava-1_10_2-intellij-1_http//file",
|
|
out = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-guava-1.10.2-intellij-1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-guava",
|
|
jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-guava-1_10_2-intellij-1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-guava-1_10_2-intellij-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-slf4j-1.10.2-intellij-1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-slf4j-1_10_2-intellij-1_http//file",
|
|
out = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-slf4j-1.10.2-intellij-1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-slf4j",
|
|
jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-slf4j-1_10_2-intellij-1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-slf4j-1_10_2-intellij-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-test-jvm-1.10.2-intellij-1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-test-jvm-1_10_2-intellij-1_http//file",
|
|
out = "org.jetbrains.intellij.deps.kotlinx/kotlinx-coroutines-test-jvm-1.10.2-intellij-1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-test",
|
|
jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-test-jvm-1_10_2-intellij-1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_kotlinx-kotlinx-coroutines-test-jvm-1_10_2-intellij-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-datetime-jvm-0.6.2.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-datetime-jvm-0_6_2_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-datetime-jvm-0.6.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-datetime-jvm",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-datetime-jvm-0_6_2_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-datetime-jvm-0_6_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-io-core-jvm-0.7.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-io-core-jvm-0_7_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-io-core-jvm-0.7.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-io-bytestring-jvm-0.7.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-io-bytestring-jvm-0_7_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-io-bytestring-jvm-0.7.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinx-io-core",
|
|
exports = [
|
|
":org_jetbrains_kotlinx-kotlinx-io-core-jvm-0_7_0_http_import",
|
|
":org_jetbrains_kotlinx-kotlinx-io-bytestring-jvm-0_7_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-kotlinx-io-core-jvm-0_7_0_http_import",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-io-core-jvm-0_7_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-io-core-jvm-0_7_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-kotlinx-io-bytestring-jvm-0_7_0_http_import",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-io-bytestring-jvm-0_7_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-io-bytestring-jvm-0_7_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-serialization-core-jvm-1.9.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_9_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-serialization-core-jvm-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-core",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_9_0-sources_http//file",
|
|
exported_compiler_plugins = ["@lib//:kotlin-serialization-plugin"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-serialization-json-jvm-1.9.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_9_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-serialization-json-jvm-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-json",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-serialization-json-io-jvm-1.9.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-serialization-json-io-jvm-1_9_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-serialization-json-io-jvm-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-json-io",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-json-io-jvm-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-json-io-jvm-1_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-client-cio",
|
|
exports = [
|
|
":io_ktor-ktor-client-cio-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-client-core-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-events-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-websocket-serialization-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-serialization-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-sse-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-cio-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-network-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-io-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-websockets-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-utils-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-network-tls-jvm-3_3_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-client-cio-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-client-cio-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-cio-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-client-core-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-client-core-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-core-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-http-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-http-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-http-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-events-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-events-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-events-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-websocket-serialization-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-websocket-serialization-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-websocket-serialization-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-serialization-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-serialization-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-serialization-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-sse-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-sse-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-sse-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-http-cio-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-http-cio-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-http-cio-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-network-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-network-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-network-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-io-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-io-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-io-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-websockets-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-websockets-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-websockets-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-utils-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-utils-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-utils-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-network-tls-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-network-tls-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-network-tls-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-client-core",
|
|
exports = [
|
|
":io_ktor-ktor-client-core-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-cio-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-events-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-websocket-serialization-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-serialization-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-websockets-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-sse-jvm-3_3_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-java-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-java-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-java-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-java",
|
|
jar = "@io_ktor-ktor-client-java-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-java-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-client-mock",
|
|
exports = [
|
|
":io_ktor-ktor-client-mock-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-utils-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-io-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-client-core-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-cio-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-network-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-events-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-websocket-serialization-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-serialization-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-websockets-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-sse-jvm-3_3_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-client-mock-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-client-mock-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-mock-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-network-tls",
|
|
exports = [
|
|
":io_ktor-ktor-network-tls-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-network-jvm-3_3_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-serialization-kotlinx-json-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-serialization-kotlinx-json-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-serialization-kotlinx-json-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-serialization-kotlinx-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-serialization-kotlinx-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-serialization-kotlinx-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-serialization-kotlinx-json",
|
|
exports = [
|
|
":io_ktor-ktor-serialization-kotlinx-json-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-serialization-kotlinx-jvm-3_3_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-serialization-kotlinx-json-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-serialization-kotlinx-json-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-serialization-kotlinx-json-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-serialization-kotlinx-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-serialization-kotlinx-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-serialization-kotlinx-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.typesafe/config-1.4.5.jar_copy",
|
|
src = "@com_typesafe-config-1_4_5_http//file",
|
|
out = "com.typesafe/config-1.4.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-server-cio",
|
|
exports = [
|
|
":io_ktor-ktor-server-cio-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-server-core-jvm-3_3_2_http_import",
|
|
":com_typesafe-config-1_4_5_http_import",
|
|
":io_ktor-ktor-utils-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-serialization-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-events-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-http-cio-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-io-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-websockets-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-network-jvm-3_3_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-server-cio-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-server-cio-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-server-cio-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_ktor-ktor-server-core-jvm-3_3_2_http_import",
|
|
jar = "@io_ktor-ktor-server-core-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-server-core-jvm-3_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_typesafe-config-1_4_5_http_import",
|
|
jar = "@com_typesafe-config-1_4_5_http//file",
|
|
source_jar = "@com_typesafe-config-1_4_5-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-server-sse-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-server-sse-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-server-sse-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-server-sse-jvm",
|
|
jar = "@io_ktor-ktor-server-sse-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-server-sse-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.sf.kxml/kxml2-2.3.0.jar_copy",
|
|
src = "@net_sf_kxml-kxml2-2_3_0_http//file",
|
|
out = "net.sf.kxml/kxml2-2.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kxml2",
|
|
jar = "@net_sf_kxml-kxml2-2_3_0_http//file",
|
|
source_jar = "@net_sf_kxml-kxml2-2_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.android.tools.layoutlib/layoutlib-16.0.1.jar_copy",
|
|
src = "@com_android_tools_layoutlib-layoutlib-16_0_1_http//file",
|
|
out = "com.android.tools.layoutlib/layoutlib-16.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "layoutlib",
|
|
jar = "@com_android_tools_layoutlib-layoutlib-16_0_1_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-model-swagger-annotations-jvm",
|
|
jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-nlp-detect",
|
|
jar = "@ai_grazie_nlp-nlp-detect-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_nlp-nlp-detect-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-spell-gec-engine-local",
|
|
exports = [
|
|
":ai_grazie_spell-gec-spell-engine-local-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-gec-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-text-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-langs-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-patterns-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-similarity-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-phonetics-jvm-0_8_122_http_import",
|
|
":ai_grazie_nlp-nlp-tokenizer-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-multiplatform-jvm-0_8_122_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "ai.grazie.spell/hunspell-en-0.2.336.jar_copy",
|
|
src = "@ai_grazie_spell-hunspell-en-0_2_336_http//file",
|
|
out = "ai.grazie.spell/hunspell-en-0.2.336.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-spell-hunspell-en",
|
|
jar = "@ai_grazie_spell-hunspell-en-0_2_336_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.collection/collection-1.6.0-beta01.jar_copy",
|
|
src = "@androidx_collection-collection-1_6_0-beta01_http//file",
|
|
out = "androidx.collection/collection-1.6.0-beta01.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.annotation/annotation-1.9.1.jar_copy",
|
|
src = "@androidx_annotation-annotation-1_9_1_http//file",
|
|
out = "androidx.annotation/annotation-1.9.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.annotation/annotation-jvm-1.9.1.jar_copy",
|
|
src = "@androidx_annotation-annotation-jvm-1_9_1_http//file",
|
|
out = "androidx.annotation/annotation-jvm-1.9.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.collection/collection-jvm-1.6.0-beta01.jar_copy",
|
|
src = "@androidx_collection-collection-jvm-1_6_0-beta01_http//file",
|
|
out = "androidx.collection/collection-jvm-1.6.0-beta01.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-androidx-collections-androidx-collection",
|
|
exports = [
|
|
":androidx_collection-collection-1_6_0-beta01_http_import",
|
|
":androidx_annotation-annotation-1_9_1_http_import",
|
|
":androidx_annotation-annotation-jvm-1_9_1_http_import",
|
|
":androidx_collection-collection-jvm-1_6_0-beta01_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_collection-collection-1_6_0-beta01_http_import",
|
|
jar = "@androidx_collection-collection-1_6_0-beta01_http//file",
|
|
source_jar = "@androidx_collection-collection-1_6_0-beta01-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_annotation-annotation-1_9_1_http_import",
|
|
jar = "@androidx_annotation-annotation-1_9_1_http//file",
|
|
source_jar = "@androidx_annotation-annotation-1_9_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_annotation-annotation-jvm-1_9_1_http_import",
|
|
jar = "@androidx_annotation-annotation-jvm-1_9_1_http//file",
|
|
source_jar = "@androidx_annotation-annotation-jvm-1_9_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_collection-collection-jvm-1_6_0-beta01_http_import",
|
|
jar = "@androidx_collection-collection-jvm-1_6_0-beta01_http//file",
|
|
source_jar = "@androidx_collection-collection-jvm-1_6_0-beta01-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/asm-all-9.6.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-asm-all-9_6_1_http//file",
|
|
out = "org.jetbrains.intellij.deps/asm-all-9.6.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-asm-asm",
|
|
jar = "@org_jetbrains_intellij_deps-asm-all-9_6_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-asm-all-9_6_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-analysis-9.8.jar_copy",
|
|
src = "@org_ow2_asm-asm-analysis-9_8_http//file",
|
|
out = "org.ow2.asm/asm-analysis-9.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-tree-9.8.jar_copy",
|
|
src = "@org_ow2_asm-asm-tree-9_8_http//file",
|
|
out = "org.ow2.asm/asm-tree-9.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-9.8.jar_copy",
|
|
src = "@org_ow2_asm-asm-9_8_http//file",
|
|
out = "org.ow2.asm/asm-9.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-asm-tools-asm-tools",
|
|
exports = [
|
|
":org_ow2_asm-asm-analysis-9_8_http_import",
|
|
":org_ow2_asm-asm-tree-9_8_http_import",
|
|
":org_ow2_asm-asm-9_8_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-analysis-9_8_http_import",
|
|
jar = "@org_ow2_asm-asm-analysis-9_8_http//file",
|
|
source_jar = "@org_ow2_asm-asm-analysis-9_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-tree-9_8_http_import",
|
|
jar = "@org_ow2_asm-asm-tree-9_8_http//file",
|
|
source_jar = "@org_ow2_asm-asm-tree-9_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-9_8_http_import",
|
|
jar = "@org_ow2_asm-asm-9_8_http//file",
|
|
source_jar = "@org_ow2_asm-asm-9_8-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "dk.brics/automaton-1.12-4.jar_copy",
|
|
src = "@dk_brics-automaton-1_12-4_http//file",
|
|
out = "dk.brics/automaton-1.12-4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-automaton-automaton",
|
|
jar = "@dk_brics-automaton-1_12-4_http//file",
|
|
source_jar = "@dk_brics-automaton-1_12-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-transcoder-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-transcoder-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-transcoder-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-awt-util-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-awt-util-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-awt-util-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.xmlgraphics/xmlgraphics-commons-2.8.jar_copy",
|
|
src = "@org_apache_xmlgraphics-xmlgraphics-commons-2_8_http//file",
|
|
out = "org.apache.xmlgraphics/xmlgraphics-commons-2.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-bridge-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-bridge-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-bridge-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-anim-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-anim-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-anim-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-parser-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-parser-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-parser-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-svg-dom-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-svg-dom-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-svg-dom-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-dom-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-dom-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-dom-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-css-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-css-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-css-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-ext-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-ext-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-ext-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-gvt-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-gvt-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-gvt-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-svggen-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-svggen-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-svggen-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-util-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-util-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-util-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-constants-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-constants-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-constants-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.batik/batik-xml-1.16.0-35.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_batik-batik-xml-1_16_0-35_http//file",
|
|
out = "org.jetbrains.intellij.deps.batik/batik-xml-1.16.0-35.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-batik-batik-transcoder",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps_batik-batik-transcoder-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-awt-util-1_16_0-35_http_import",
|
|
":org_apache_xmlgraphics-xmlgraphics-commons-2_8_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-bridge-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-anim-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-parser-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-svg-dom-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-dom-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-css-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-ext-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-gvt-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-svggen-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-util-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-constants-1_16_0-35_http_import",
|
|
":org_jetbrains_intellij_deps_batik-batik-xml-1_16_0-35_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-transcoder-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-transcoder-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-transcoder-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-awt-util-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-awt-util-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-awt-util-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_xmlgraphics-xmlgraphics-commons-2_8_http_import",
|
|
jar = "@org_apache_xmlgraphics-xmlgraphics-commons-2_8_http//file",
|
|
source_jar = "@org_apache_xmlgraphics-xmlgraphics-commons-2_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-bridge-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-bridge-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-bridge-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-anim-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-anim-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-anim-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-parser-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-parser-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-parser-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-svg-dom-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-svg-dom-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-svg-dom-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-dom-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-dom-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-dom-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-css-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-css-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-css-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-ext-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-ext-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-ext-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-gvt-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-gvt-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-gvt-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-svggen-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-svggen-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-svggen-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-util-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-util-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-util-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-constants-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-constants-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-constants-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps_batik-batik-xml-1_16_0-35_http_import",
|
|
jar = "@org_jetbrains_intellij_deps_batik-batik-xml-1_16_0-35_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_batik-batik-xml-1_16_0-35-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "xml-apis/xml-apis-ext-1.3.04.jar_copy",
|
|
src = "@xml-apis-xml-apis-ext-1_3_04_http//file",
|
|
out = "xml-apis/xml-apis-ext-1.3.04.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-batik-xml-apis-ext",
|
|
jar = "@xml-apis-xml-apis-ext-1_3_04_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij/blockmap-1.0.7.jar_copy",
|
|
src = "@org_jetbrains_intellij-blockmap-1_0_7_http//file",
|
|
out = "org.jetbrains.intellij/blockmap-1.0.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-blockmap-blockmap",
|
|
jar = "@org_jetbrains_intellij-blockmap-1_0_7_http//file",
|
|
source_jar = "@org_jetbrains_intellij-blockmap-1_0_7-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "cglib/cglib-nodep-3.3.0.jar_copy",
|
|
src = "@cglib-cglib-nodep-3_3_0_http//file",
|
|
out = "cglib/cglib-nodep-3.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-cglib-cglib",
|
|
jar = "@cglib-cglib-nodep-3_3_0_http//file",
|
|
source_jar = "@cglib-cglib-nodep-3_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.classgraph/classgraph-4.8.181.jar_copy",
|
|
src = "@io_github_classgraph-classgraph-4_8_181_http//file",
|
|
out = "io.github.classgraph/classgraph-4.8.181.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-classgraph-classgraph",
|
|
jar = "@io_github_classgraph-classgraph-4_8_181_http//file",
|
|
source_jar = "@io_github_classgraph-classgraph-4_8_181-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.spullara.cli-parser/cli-parser-1.1.6.jar_copy",
|
|
src = "@com_github_spullara_cli-parser-cli-parser-1_1_6_http//file",
|
|
out = "com.github.spullara.cli-parser/cli-parser-1.1.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-cli-parser-cli-parser",
|
|
jar = "@com_github_spullara_cli-parser-cli-parser-1_1_6_http//file",
|
|
source_jar = "@com_github_spullara_cli-parser-cli-parser-1_1_6-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-compose-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-compose-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-compose-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-core-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-core-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-core-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okio/okio-jvm-3.11.0.jar_copy",
|
|
src = "@com_squareup_okio-okio-jvm-3_11_0_http//file",
|
|
out = "com.squareup.okio/okio-jvm-3.11.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-compose-core-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-compose-core-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-compose-core-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-coil-io-coil-kt-coil3-compose-jvm",
|
|
exports = [
|
|
":io_coil-kt_coil3-coil-compose-jvm-3_2_0_http_import",
|
|
":io_coil-kt_coil3-coil-jvm-3_2_0_http_import",
|
|
":io_coil-kt_coil3-coil-core-jvm-3_2_0_http_import",
|
|
":com_squareup_okio-okio-jvm-3_11_0_http_import",
|
|
":io_coil-kt_coil3-coil-compose-core-jvm-3_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_coil-kt_coil3-coil-compose-jvm-3_2_0_http_import",
|
|
jar = "@io_coil-kt_coil3-coil-compose-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-compose-jvm-3_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_coil-kt_coil3-coil-jvm-3_2_0_http_import",
|
|
jar = "@io_coil-kt_coil3-coil-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-jvm-3_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_coil-kt_coil3-coil-core-jvm-3_2_0_http_import",
|
|
jar = "@io_coil-kt_coil3-coil-core-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-core-jvm-3_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okio-okio-jvm-3_11_0_http_import",
|
|
jar = "@com_squareup_okio-okio-jvm-3_11_0_http//file",
|
|
source_jar = "@com_squareup_okio-okio-jvm-3_11_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_coil-kt_coil3-coil-compose-core-jvm-3_2_0_http_import",
|
|
jar = "@io_coil-kt_coil3-coil-compose-core-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-compose-core-jvm-3_2_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-network-ktor3-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-network-ktor3-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-network-ktor3-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-network-core-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-network-core-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-network-core-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-coil-io-coil-kt-coil3-network-ktor3-jvm",
|
|
exports = [
|
|
":io_coil-kt_coil3-coil-network-ktor3-jvm-3_2_0_http_import",
|
|
":io_coil-kt_coil3-coil-network-core-jvm-3_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_coil-kt_coil3-coil-network-ktor3-jvm-3_2_0_http_import",
|
|
jar = "@io_coil-kt_coil3-coil-network-ktor3-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-network-ktor3-jvm-3_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_coil-kt_coil3-coil-network-core-jvm-3_2_0_http_import",
|
|
jar = "@io_coil-kt_coil3-coil-network-core-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-network-core-jvm-3_2_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-svg-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-svg-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-svg-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-coil-io-coil-kt-coil3-svg-jvm",
|
|
jar = "@io_coil-kt_coil3-coil-svg-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-svg-jvm-3_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.coil-kt.coil3/coil-test-jvm-3.2.0.jar_copy",
|
|
src = "@io_coil-kt_coil3-coil-test-jvm-3_2_0_http//file",
|
|
out = "io.coil-kt.coil3/coil-test-jvm-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-coil-io-coil-kt-coil3-test-jvm",
|
|
jar = "@io_coil-kt_coil3-coil-test-jvm-3_2_0_http//file",
|
|
source_jar = "@io_coil-kt_coil3-coil-test-jvm-3_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/commons-imaging-1.0-RC-1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-commons-imaging-1_0-RC-1_http//file",
|
|
out = "org.jetbrains.intellij.deps/commons-imaging-1.0-RC-1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-commons-imaging-commons-imaging",
|
|
jar = "@org_jetbrains_intellij_deps-commons-imaging-1_0-RC-1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-commons-imaging-1_0-RC-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-logging/commons-logging-1.2.jar_copy",
|
|
src = "@commons-logging-commons-logging-1_2_http//file",
|
|
out = "commons-logging/commons-logging-1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-commons-logging-commons-logging",
|
|
jar = "@commons-logging-commons-logging-1_2_http//file",
|
|
source_jar = "@commons-logging-commons-logging-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-text-1.14.0.jar_copy",
|
|
src = "@org_apache_commons-commons-text-1_14_0_http//file",
|
|
out = "org.apache.commons/commons-text-1.14.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-commons-text-commons-text",
|
|
jar = "@org_apache_commons-commons-text-1_14_0_http//file",
|
|
source_jar = "@org_apache_commons-commons-text-1_14_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.foundation/foundation-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_foundation-foundation-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.foundation/foundation-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.animation/animation-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_animation-animation-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.animation/animation-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.animation/animation-core-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_animation-animation-core-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.animation/animation-core-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-geometry-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-geometry-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.foundation/foundation-layout-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.foundation/foundation-layout-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.lifecycle/lifecycle-viewmodel-desktop-2.9.4.jar_copy",
|
|
src = "@androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http//file",
|
|
out = "androidx.lifecycle/lifecycle-viewmodel-desktop-2.9.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.lifecycle/lifecycle-viewmodel-savedstate-desktop-2.9.4.jar_copy",
|
|
src = "@androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http//file",
|
|
out = "androidx.lifecycle/lifecycle-viewmodel-savedstate-desktop-2.9.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.navigationevent/navigationevent-desktop-1.0.1.jar_copy",
|
|
src = "@androidx_navigationevent-navigationevent-desktop-1_0_1_http//file",
|
|
out = "androidx.navigationevent/navigationevent-desktop-1.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-backhandler-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-backhandler-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-graphics-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-graphics-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-unit-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-unit-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-unit-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-text-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-text-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-text-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-util-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-util-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-util-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/atomicfu-jvm-0.23.2.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-atomicfu-jvm-0_23_2_http//file",
|
|
out = "org.jetbrains.kotlinx/atomicfu-jvm-0.23.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-compose-foundation-desktop-compose-foundation-desktop",
|
|
exports = [
|
|
":org_jetbrains_compose_foundation-foundation-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_animation-animation-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_animation-animation-core-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_ui-ui-desktop-1_10_0_http_import",
|
|
":androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http_import",
|
|
":androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http_import",
|
|
":androidx_navigationevent-navigationevent-desktop-1_0_1_http_import",
|
|
":org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_ui-ui-unit-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_ui-ui-text-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_ui-ui-util-desktop-1_10_0_http_import",
|
|
":org_jetbrains_kotlinx-atomicfu-jvm-0_23_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_foundation-foundation-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_foundation-foundation-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_foundation-foundation-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_animation-animation-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_animation-animation-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_animation-animation-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_animation-animation-core-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_animation-animation-core-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_animation-animation-core-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-geometry-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_foundation-foundation-layout-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http_import",
|
|
jar = "@androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4_http//file",
|
|
source_jar = "@androidx_lifecycle-lifecycle-viewmodel-desktop-2_9_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http_import",
|
|
jar = "@androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4_http//file",
|
|
source_jar = "@androidx_lifecycle-lifecycle-viewmodel-savedstate-desktop-2_9_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_navigationevent-navigationevent-desktop-1_0_1_http_import",
|
|
jar = "@androidx_navigationevent-navigationevent-desktop-1_0_1_http//file",
|
|
source_jar = "@androidx_navigationevent-navigationevent-desktop-1_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-backhandler-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-graphics-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-unit-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-unit-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-unit-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-text-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-text-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-text-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-util-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-util-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-util-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-atomicfu-jvm-0_23_2_http_import",
|
|
jar = "@org_jetbrains_kotlinx-atomicfu-jvm-0_23_2_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-atomicfu-jvm-0_23_2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-test-junit4-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-test-junit4-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.ui/ui-test-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_ui-ui-test-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.ui/ui-test-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-test-junit4-desktop",
|
|
exports = [
|
|
":org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0_http_import",
|
|
":org_jetbrains_compose_ui-ui-test-desktop-1_10_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-test-junit4-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_compose_ui-ui-test-desktop-1_10_0_http_import",
|
|
jar = "@org_jetbrains_compose_ui-ui-test-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_ui-ui-test-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.compose.runtime/runtime-desktop-1.10.0.jar_copy",
|
|
src = "@androidx_compose_runtime-runtime-desktop-1_10_0_http//file",
|
|
out = "androidx.compose.runtime/runtime-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.collection/collection-jvm-1.5.0.jar_copy",
|
|
src = "@androidx_collection-collection-jvm-1_5_0_http//file",
|
|
out = "androidx.collection/collection-jvm-1.5.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.compose.runtime/runtime-annotation-jvm-1.10.0.jar_copy",
|
|
src = "@androidx_compose_runtime-runtime-annotation-jvm-1_10_0_http//file",
|
|
out = "androidx.compose.runtime/runtime-annotation-jvm-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-compose-runtime-desktop-androidx-compose-runtime-desktop",
|
|
exports = [
|
|
":androidx_compose_runtime-runtime-desktop-1_10_0_http_import",
|
|
":androidx_collection-collection-jvm-1_5_0_http_import",
|
|
":androidx_annotation-annotation-jvm-1_9_1_http_import",
|
|
":androidx_compose_runtime-runtime-annotation-jvm-1_10_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_compose_runtime-runtime-desktop-1_10_0_http_import",
|
|
jar = "@androidx_compose_runtime-runtime-desktop-1_10_0_http//file",
|
|
source_jar = "@androidx_compose_runtime-runtime-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_collection-collection-jvm-1_5_0_http_import",
|
|
jar = "@androidx_collection-collection-jvm-1_5_0_http//file",
|
|
source_jar = "@androidx_collection-collection-jvm-1_5_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_compose_runtime-runtime-annotation-jvm-1_10_0_http_import",
|
|
jar = "@androidx_compose_runtime-runtime-annotation-jvm-1_10_0_http//file",
|
|
source_jar = "@androidx_compose_runtime-runtime-annotation-jvm-1_10_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.compose.runtime/runtime-retain-desktop-1.10.0.jar_copy",
|
|
src = "@androidx_compose_runtime-runtime-retain-desktop-1_10_0_http//file",
|
|
out = "androidx.compose.runtime/runtime-retain-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-runtime-desktop-androidx-compose-runtime-retain-desktop",
|
|
jar = "@androidx_compose_runtime-runtime-retain-desktop-1_10_0_http//file",
|
|
source_jar = "@androidx_compose_runtime-runtime-retain-desktop-1_10_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.compose.runtime/runtime-saveable-desktop-1.10.0.jar_copy",
|
|
src = "@androidx_compose_runtime-runtime-saveable-desktop-1_10_0_http//file",
|
|
out = "androidx.compose.runtime/runtime-saveable-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.savedstate/savedstate-compose-desktop-1.3.2.jar_copy",
|
|
src = "@androidx_savedstate-savedstate-compose-desktop-1_3_2_http//file",
|
|
out = "androidx.savedstate/savedstate-compose-desktop-1.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.savedstate/savedstate-desktop-1.3.2.jar_copy",
|
|
src = "@androidx_savedstate-savedstate-desktop-1_3_2_http//file",
|
|
out = "androidx.savedstate/savedstate-desktop-1.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.lifecycle/lifecycle-runtime-compose-desktop-2.9.4.jar_copy",
|
|
src = "@androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http//file",
|
|
out = "androidx.lifecycle/lifecycle-runtime-compose-desktop-2.9.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.lifecycle/lifecycle-runtime-desktop-2.9.4.jar_copy",
|
|
src = "@androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http//file",
|
|
out = "androidx.lifecycle/lifecycle-runtime-desktop-2.9.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.lifecycle/lifecycle-common-jvm-2.9.4.jar_copy",
|
|
src = "@androidx_lifecycle-lifecycle-common-jvm-2_9_4_http//file",
|
|
out = "androidx.lifecycle/lifecycle-common-jvm-2.9.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.arch.core/core-common-2.2.0.jar_copy",
|
|
src = "@androidx_arch_core-core-common-2_2_0_http//file",
|
|
out = "androidx.arch.core/core-common-2.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "androidx.annotation/annotation-1.1.0.jar_copy",
|
|
src = "@androidx_annotation-annotation-1_1_0_http//file",
|
|
out = "androidx.annotation/annotation-1.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-compose-runtime-desktop-androidx-compose-runtime-saveable-desktop",
|
|
exports = [
|
|
":androidx_compose_runtime-runtime-saveable-desktop-1_10_0_http_import",
|
|
":androidx_savedstate-savedstate-compose-desktop-1_3_2_http_import",
|
|
":androidx_savedstate-savedstate-desktop-1_3_2_http_import",
|
|
":androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http_import",
|
|
":androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http_import",
|
|
":androidx_lifecycle-lifecycle-common-jvm-2_9_4_http_import",
|
|
":androidx_arch_core-core-common-2_2_0_http_import",
|
|
":androidx_annotation-annotation-1_1_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_compose_runtime-runtime-saveable-desktop-1_10_0_http_import",
|
|
jar = "@androidx_compose_runtime-runtime-saveable-desktop-1_10_0_http//file",
|
|
source_jar = "@androidx_compose_runtime-runtime-saveable-desktop-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_savedstate-savedstate-compose-desktop-1_3_2_http_import",
|
|
jar = "@androidx_savedstate-savedstate-compose-desktop-1_3_2_http//file",
|
|
source_jar = "@androidx_savedstate-savedstate-compose-desktop-1_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_savedstate-savedstate-desktop-1_3_2_http_import",
|
|
jar = "@androidx_savedstate-savedstate-desktop-1_3_2_http//file",
|
|
source_jar = "@androidx_savedstate-savedstate-desktop-1_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http_import",
|
|
jar = "@androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4_http//file",
|
|
source_jar = "@androidx_lifecycle-lifecycle-runtime-compose-desktop-2_9_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http_import",
|
|
jar = "@androidx_lifecycle-lifecycle-runtime-desktop-2_9_4_http//file",
|
|
source_jar = "@androidx_lifecycle-lifecycle-runtime-desktop-2_9_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_lifecycle-lifecycle-common-jvm-2_9_4_http_import",
|
|
jar = "@androidx_lifecycle-lifecycle-common-jvm-2_9_4_http//file",
|
|
source_jar = "@androidx_lifecycle-lifecycle-common-jvm-2_9_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_arch_core-core-common-2_2_0_http_import",
|
|
jar = "@androidx_arch_core-core-common-2_2_0_http//file",
|
|
source_jar = "@androidx_arch_core-core-common-2_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "androidx_annotation-annotation-1_1_0_http_import",
|
|
jar = "@androidx_annotation-annotation-1_1_0_http//file",
|
|
source_jar = "@androidx_annotation-annotation-1_1_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.nlopez.compose.rules/detekt-0.4.27.jar_copy",
|
|
src = "@io_nlopez_compose_rules-detekt-0_4_27_http//file",
|
|
out = "io.nlopez.compose.rules/detekt-0.4.27.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-core-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-core-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-core-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-api-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-api-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-api-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "dev.drewhamilton.poko/poko-annotations-jvm-0.17.1.jar_copy",
|
|
src = "@dev_drewhamilton_poko-poko-annotations-jvm-0_17_1_http//file",
|
|
out = "dev.drewhamilton.poko/poko-annotations-jvm-0.17.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-parser-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-parser-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-parser-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.davidburstrom.contester/contester-breakpoint-0.2.0.jar_copy",
|
|
src = "@io_github_davidburstrom_contester-contester-breakpoint-0_2_0_http//file",
|
|
out = "io.github.davidburstrom.contester/contester-breakpoint-0.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-tooling-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-tooling-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-tooling-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.snakeyaml/snakeyaml-engine-2.7.jar_copy",
|
|
src = "@org_snakeyaml-snakeyaml-engine-2_7_http//file",
|
|
out = "org.snakeyaml/snakeyaml-engine-2.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-metrics-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-metrics-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-metrics-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-psi-utils-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-psi-utils-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-utils-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-utils-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-utils-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.nlopez.compose.rules/common-detekt-0.4.27.jar_copy",
|
|
src = "@io_nlopez_compose_rules-common-detekt-0_4_27_http//file",
|
|
out = "io.nlopez.compose.rules/common-detekt-0.4.27.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-detekt-compose-rules-io-nlopez-compose-rules-detekt",
|
|
exports = [
|
|
":io_nlopez_compose_rules-detekt-0_4_27_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-core-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-api-1_23_8_http_import",
|
|
":dev_drewhamilton_poko-poko-annotations-jvm-0_17_1_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-parser-1_23_8_http_import",
|
|
":io_github_davidburstrom_contester-contester-breakpoint-0_2_0_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-tooling-1_23_8_http_import",
|
|
":org_snakeyaml-snakeyaml-engine-2_7_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-metrics-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-utils-1_23_8_http_import",
|
|
":io_nlopez_compose_rules-common-detekt-0_4_27_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_nlopez_compose_rules-detekt-0_4_27_http_import",
|
|
jar = "@io_nlopez_compose_rules-detekt-0_4_27_http//file",
|
|
source_jar = "@io_nlopez_compose_rules-detekt-0_4_27-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-core-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-core-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-core-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-api-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-api-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-api-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "dev_drewhamilton_poko-poko-annotations-jvm-0_17_1_http_import",
|
|
jar = "@dev_drewhamilton_poko-poko-annotations-jvm-0_17_1_http//file",
|
|
source_jar = "@dev_drewhamilton_poko-poko-annotations-jvm-0_17_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-parser-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-parser-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-parser-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_davidburstrom_contester-contester-breakpoint-0_2_0_http_import",
|
|
jar = "@io_github_davidburstrom_contester-contester-breakpoint-0_2_0_http//file",
|
|
source_jar = "@io_github_davidburstrom_contester-contester-breakpoint-0_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-tooling-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-tooling-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-tooling-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_snakeyaml-snakeyaml-engine-2_7_http_import",
|
|
jar = "@org_snakeyaml-snakeyaml-engine-2_7_http//file",
|
|
source_jar = "@org_snakeyaml-snakeyaml-engine-2_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-metrics-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-metrics-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-metrics-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-utils-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-utils-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-utils-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_nlopez_compose_rules-common-detekt-0_4_27_http_import",
|
|
jar = "@io_nlopez_compose_rules-common-detekt-0_4_27_http//file",
|
|
source_jar = "@io_nlopez_compose_rules-common-detekt-0_4_27-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.dokka/analysis-kotlin-descriptors-2.0.0.jar_copy",
|
|
src = "@org_jetbrains_dokka-analysis-kotlin-descriptors-2_0_0_http//file",
|
|
out = "org.jetbrains.dokka/analysis-kotlin-descriptors-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-dokka-jetbrains-dokka-analysis-kotlin-descriptors",
|
|
jar = "@org_jetbrains_dokka-analysis-kotlin-descriptors-2_0_0_http//file",
|
|
source_jar = "@org_jetbrains_dokka-analysis-kotlin-descriptors-2_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-analysis-kotlin-descriptors-provided",
|
|
exports = [":libraries-dokka-jetbrains-dokka-analysis-kotlin-descriptors"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.dokka/dokka-cli-2.0.0.jar_copy",
|
|
src = "@org_jetbrains_dokka-dokka-cli-2_0_0_http//file",
|
|
out = "org.jetbrains.dokka/dokka-cli-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-dokka-jetbrains-dokka-cli",
|
|
jar = "@org_jetbrains_dokka-dokka-cli-2_0_0_http//file",
|
|
source_jar = "@org_jetbrains_dokka-dokka-cli-2_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-cli-provided",
|
|
exports = [":libraries-dokka-jetbrains-dokka-cli"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.dokka/javadoc-plugin-2.0.0.jar_copy",
|
|
src = "@org_jetbrains_dokka-javadoc-plugin-2_0_0_http//file",
|
|
out = "org.jetbrains.dokka/javadoc-plugin-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.dokka/dokka-base-2.0.0.jar_copy",
|
|
src = "@org_jetbrains_dokka-dokka-base-2_0_0_http//file",
|
|
out = "org.jetbrains.dokka/dokka-base-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.dokka/kotlin-as-java-plugin-2.0.0.jar_copy",
|
|
src = "@org_jetbrains_dokka-kotlin-as-java-plugin-2_0_0_http//file",
|
|
out = "org.jetbrains.dokka/kotlin-as-java-plugin-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.soywiz.korlibs.korte/korte-jvm-4.0.10.jar_copy",
|
|
src = "@com_soywiz_korlibs_korte-korte-jvm-4_0_10_http//file",
|
|
out = "com.soywiz.korlibs.korte/korte-jvm-4.0.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-html-jvm-0.9.1.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_9_1_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-html-jvm-0.9.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-javadoc-plugin",
|
|
exports = [
|
|
":org_jetbrains_dokka-javadoc-plugin-2_0_0_http_import",
|
|
":org_jetbrains_dokka-dokka-base-2_0_0_http_import",
|
|
":org_freemarker-freemarker-2_3_32_http_import",
|
|
":org_jetbrains_dokka-kotlin-as-java-plugin-2_0_0_http_import",
|
|
":com_soywiz_korlibs_korte-korte-jvm-4_0_10_http_import",
|
|
":org_jetbrains_kotlinx-kotlinx-html-jvm-0_9_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_dokka-javadoc-plugin-2_0_0_http_import",
|
|
jar = "@org_jetbrains_dokka-javadoc-plugin-2_0_0_http//file",
|
|
source_jar = "@org_jetbrains_dokka-javadoc-plugin-2_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_dokka-dokka-base-2_0_0_http_import",
|
|
jar = "@org_jetbrains_dokka-dokka-base-2_0_0_http//file",
|
|
source_jar = "@org_jetbrains_dokka-dokka-base-2_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_dokka-kotlin-as-java-plugin-2_0_0_http_import",
|
|
jar = "@org_jetbrains_dokka-kotlin-as-java-plugin-2_0_0_http//file",
|
|
source_jar = "@org_jetbrains_dokka-kotlin-as-java-plugin-2_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_soywiz_korlibs_korte-korte-jvm-4_0_10_http_import",
|
|
jar = "@com_soywiz_korlibs_korte-korte-jvm-4_0_10_http//file",
|
|
source_jar = "@com_soywiz_korlibs_korte-korte-jvm-4_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-kotlinx-html-jvm-0_9_1_http_import",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_9_1_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_9_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-javadoc-plugin-provided",
|
|
exports = [":libraries-dokka-jetbrains-dokka-javadoc-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.seregamorph/hamcrest-more-matchers-0.1.jar_copy",
|
|
src = "@com_github_seregamorph-hamcrest-more-matchers-0_1_http//file",
|
|
out = "com.github.seregamorph/hamcrest-more-matchers-0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-hamcrest-more-matchers-github-seregamorph-hamcrest-more-matchers",
|
|
jar = "@com_github_seregamorph-hamcrest-more-matchers-0_1_http//file",
|
|
source_jar = "@com_github_seregamorph-hamcrest-more-matchers-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.dynatrace.hash4j/hash4j-0.29.0.jar_copy",
|
|
src = "@com_dynatrace_hash4j-hash4j-0_29_0_http//file",
|
|
out = "com.dynatrace.hash4j/hash4j-0.29.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-hash4j-hash4j",
|
|
jar = "@com_dynatrace_hash4j-hash4j-0_29_0_http//file",
|
|
source_jar = "@com_dynatrace_hash4j-hash4j-0_29_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.hdrhistogram/HdrHistogram-2.2.2.jar_copy",
|
|
src = "@org_hdrhistogram-HdrHistogram-2_2_2_http//file",
|
|
out = "org.hdrhistogram/HdrHistogram-2.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-hdr-histogram-_hdr_histogram",
|
|
jar = "@org_hdrhistogram-HdrHistogram-2_2_2_http//file",
|
|
source_jar = "@org_hdrhistogram-HdrHistogram-2_2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.imgscalr/imgscalr-lib-4.2.jar_copy",
|
|
src = "@org_imgscalr-imgscalr-lib-4_2_http//file",
|
|
out = "org.imgscalr/imgscalr-lib-4.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-imgscalr-imgscalr",
|
|
jar = "@org_imgscalr-imgscalr-lib-4_2_http//file",
|
|
source_jar = "@org_imgscalr-imgscalr-lib-4_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/ini4j-0.5.5-2.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-ini4j-0_5_5-2_http//file",
|
|
out = "org.jetbrains.intellij.deps/ini4j-0.5.5-2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ini4j-ini4j",
|
|
jar = "@org_jetbrains_intellij_deps-ini4j-0_5_5-2_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-ini4j-0_5_5-2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.amazon.ion/ion-java-1.11.11.jar_copy",
|
|
src = "@com_amazon_ion-ion-java-1_11_11_http//file",
|
|
out = "com.amazon.ion/ion-java-1.11.11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ion-ion",
|
|
jar = "@com_amazon_ion-ion-java-1_11_11_http//file",
|
|
source_jar = "@com_amazon_ion-ion-java-1_11_11-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.jr/jackson-jr-objects-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_jr-jackson-jr-objects-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.jr/jackson-jr-objects-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jackson-jr-objects-jackson-jr-objects",
|
|
jar = "@com_fasterxml_jackson_jr-jackson-jr-objects-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_jr-jackson-jr-objects-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "jaxen/jaxen-1.2.0.jar_copy",
|
|
src = "@jaxen-jaxen-1_2_0_http//file",
|
|
out = "jaxen/jaxen-1.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jaxen-_jaxen",
|
|
jar = "@jaxen-jaxen-1_2_0_http//file",
|
|
source_jar = "@jaxen-jaxen-1_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.jcef/jcef-137.0.17-gf354b0e-chromium-137.0.7151.104-api-1.21-261-b50.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_jcef-jcef-137_0_17-gf354b0e-chromium-137_0_7151_104-api-1_21-261-b50_http//file",
|
|
out = "org.jetbrains.intellij.deps.jcef/jcef-137.0.17-gf354b0e-chromium-137.0.7151.104-api-1.21-261-b50.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jcef-jcef",
|
|
jar = "@org_jetbrains_intellij_deps_jcef-jcef-137_0_17-gf354b0e-chromium-137_0_7151_104-api-1_21-261-b50_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_jcef-jcef-137_0_17-gf354b0e-chromium-137_0_7151_104-api-1_21-261-b50-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.jcip/jcip-annotations-1.0.jar_copy",
|
|
src = "@net_jcip-jcip-annotations-1_0_http//file",
|
|
out = "net.jcip/jcip-annotations-1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jcip-jcip",
|
|
jar = "@net_jcip-jcip-annotations-1_0_http//file",
|
|
source_jar = "@net_jcip-jcip-annotations-1_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.jediterm/jediterm-ui-3.63.jar_copy",
|
|
src = "@org_jetbrains_jediterm-jediterm-ui-3_63_http//file",
|
|
out = "org.jetbrains.jediterm/jediterm-ui-3.63.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jediterm-ui-jediterm-ui",
|
|
jar = "@org_jetbrains_jediterm-jediterm-ui-3_63_http//file",
|
|
source_jar = "@org_jetbrains_jediterm-jediterm-ui-3_63-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.jettison/jettison-1.5.4.jar_copy",
|
|
src = "@org_codehaus_jettison-jettison-1_5_4_http//file",
|
|
out = "org.codehaus.jettison/jettison-1.5.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jettison-jettison",
|
|
jar = "@org_codehaus_jettison-jettison-1_5_4_http//file",
|
|
source_jar = "@org_codehaus_jettison-jettison-1_5_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jgoodies/jgoodies-common-1.4.0.jar_copy",
|
|
src = "@com_jgoodies-jgoodies-common-1_4_0_http//file",
|
|
out = "com.jgoodies/jgoodies-common-1.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jgoodies-common-jgoodies-common",
|
|
jar = "@com_jgoodies-jgoodies-common-1_4_0_http//file",
|
|
source_jar = "@com_jgoodies-jgoodies-common-1_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jgoodies/forms-1.1-preview.jar_copy",
|
|
src = "@com_jgoodies-forms-1_1-preview_http//file",
|
|
out = "com.jgoodies/forms-1.1-preview.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jgoodies-forms-jgoodies-forms",
|
|
jar = "@com_jgoodies-forms-1_1-preview_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.weisj/jsvg-1.3.0-jb.8.jar_copy",
|
|
src = "@com_github_weisj-jsvg-1_3_0-jb_8_http//file",
|
|
out = "com.github.weisj/jsvg-1.3.0-jb.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jsvg-jsvg",
|
|
jar = "@com_github_weisj-jsvg-1_3_0-jb_8_http//file",
|
|
source_jar = "@com_github_weisj-jsvg-1_3_0-jb_8-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jcraft/jzlib-1.1.3.jar_copy",
|
|
src = "@com_jcraft-jzlib-1_1_3_http//file",
|
|
out = "com.jcraft/jzlib-1.1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-jzlib-jzlib",
|
|
jar = "@com_jcraft-jzlib-1_1_3_http//file",
|
|
source_jar = "@com_jcraft-jzlib-1_1_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.lamba92/kotlinx-document-store-mvstore-0.0.4.jar_copy",
|
|
src = "@com_github_lamba92-kotlinx-document-store-mvstore-0_0_4_http//file",
|
|
out = "com.github.lamba92/kotlinx-document-store-mvstore-0.0.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.lamba92/kotlinx-document-store-core-jvm-0.0.4.jar_copy",
|
|
src = "@com_github_lamba92-kotlinx-document-store-core-jvm-0_0_4_http//file",
|
|
out = "com.github.lamba92/kotlinx-document-store-core-jvm-0.0.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-kotlinx-document-store-mvstore-kotlinx-document-store-mvstore",
|
|
exports = [
|
|
":com_github_lamba92-kotlinx-document-store-mvstore-0_0_4_http_import",
|
|
":com_github_lamba92-kotlinx-document-store-core-jvm-0_0_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_lamba92-kotlinx-document-store-mvstore-0_0_4_http_import",
|
|
jar = "@com_github_lamba92-kotlinx-document-store-mvstore-0_0_4_http//file",
|
|
source_jar = "@com_github_lamba92-kotlinx-document-store-mvstore-0_0_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_lamba92-kotlinx-document-store-core-jvm-0_0_4_http_import",
|
|
jar = "@com_github_lamba92-kotlinx-document-store-core-jvm-0_0_4_http//file",
|
|
source_jar = "@com_github_lamba92-kotlinx-document-store-core-jvm-0_0_4-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-html-jvm-0.12.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_12_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-html-jvm-0.12.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-kotlinx-html-kotlinx-html-jvm",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_12_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-serialization-cbor-jvm-1.9.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-serialization-cbor-jvm-1_9_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-serialization-cbor-jvm-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-kotlinx-serialization-cbor-kotlinx-serialization-cbor",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-cbor-jvm-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-cbor-jvm-1_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-serialization-protobuf-jvm-1.9.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-serialization-protobuf-jvm-1_9_0_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-serialization-protobuf-jvm-1.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-kotlinx-serialization-protobuf-kotlinx-serialization-protobuf",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-protobuf-jvm-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-protobuf-jvm-1_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.esotericsoftware/kryo5-5.6.0.jar_copy",
|
|
src = "@com_esotericsoftware-kryo5-5_6_0_http//file",
|
|
out = "com.esotericsoftware/kryo5-5.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-kryo5-kryo",
|
|
jar = "@com_esotericsoftware-kryo5-5_6_0_http//file",
|
|
source_jar = "@com_esotericsoftware-kryo5-5_6_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ktor-client-cio-ktor-client-cio-internal",
|
|
jar = "@io_ktor-ktor-client-cio-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-cio-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-auth-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-auth-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-auth-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ktor-client-ktor-client-auth",
|
|
jar = "@io_ktor-ktor-client-auth-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-auth-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-content-negotiation-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-content-negotiation-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-content-negotiation-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ktor-client-ktor-client-content-negotiation",
|
|
jar = "@io_ktor-ktor-client-content-negotiation-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-content-negotiation-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.ktor/ktor-client-encoding-jvm-3.3.2.jar_copy",
|
|
src = "@io_ktor-ktor-client-encoding-jvm-3_3_2_http//file",
|
|
out = "io.ktor/ktor-client-encoding-jvm-3.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ktor-client-ktor-client-encoding",
|
|
jar = "@io_ktor-ktor-client-encoding-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-encoding-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ktor-client-ktor-client-logging",
|
|
jar = "@io_ktor-ktor-client-logging-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-client-logging-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ktor-io-ktor-io",
|
|
jar = "@io_ktor-ktor-io-jvm-3_3_2_http//file",
|
|
source_jar = "@io_ktor-ktor-io-jvm-3_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-ktor-server-cio-ktor-server-cio-internal",
|
|
exports = [
|
|
":io_ktor-ktor-server-cio-jvm-3_3_2_http_import",
|
|
":io_ktor-ktor-server-core-jvm-3_3_2_http_import",
|
|
":com_typesafe-config-1_4_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-ktor-utils-ktor-utils",
|
|
exports = [
|
|
":io_ktor-ktor-utils-jvm-3_3_2_http_import",
|
|
":org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_9_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_9_0_http_import",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_9_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_9_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.lz4/lz4-java-1.8.0.jar_copy",
|
|
src = "@org_lz4-lz4-java-1_8_0_http//file",
|
|
out = "org.lz4/lz4-java-1.8.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-lz4-lz4-java",
|
|
jar = "@org_lz4-lz4-java-1_8_0_http//file",
|
|
source_jar = "@org_lz4-lz4-java-1_8_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.miglayout/miglayout-swing-11.4.2.jar_copy",
|
|
src = "@com_miglayout-miglayout-swing-11_4_2_http//file",
|
|
out = "com.miglayout/miglayout-swing-11.4.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.miglayout/miglayout-core-11.4.2.jar_copy",
|
|
src = "@com_miglayout-miglayout-core-11_4_2_http//file",
|
|
out = "com.miglayout/miglayout-core-11.4.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-miglayout-swing-miglayout-swing",
|
|
exports = [
|
|
":com_miglayout-miglayout-swing-11_4_2_http_import",
|
|
":com_miglayout-miglayout-core-11_4_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_miglayout-miglayout-swing-11_4_2_http_import",
|
|
jar = "@com_miglayout-miglayout-swing-11_4_2_http//file",
|
|
source_jar = "@com_miglayout-miglayout-swing-11_4_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_miglayout-miglayout-core-11_4_2_http_import",
|
|
jar = "@com_miglayout-miglayout-core-11_4_2_http//file",
|
|
source_jar = "@com_miglayout-miglayout-core-11_4_2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.h2database/h2-mvstore-2.3.232.jar_copy",
|
|
src = "@com_h2database-h2-mvstore-2_3_232_http//file",
|
|
out = "com.h2database/h2-mvstore-2.3.232.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-mvstore-mvstore",
|
|
jar = "@com_h2database-h2-mvstore-2_3_232_http//file",
|
|
source_jar = "@com_h2database-h2-mvstore-2_3_232-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-codec-compression-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-codec-compression-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-codec-compression-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-netty-codec-compression-netty-codec-compression",
|
|
jar = "@io_netty-netty-codec-compression-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-codec-compression-4_2_0_RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-handler-proxy-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-handler-proxy-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-handler-proxy-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-codec-socks-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-codec-socks-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-codec-socks-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-netty-handler-proxy-netty-handler-proxy",
|
|
exports = [
|
|
":io_netty-netty-handler-proxy-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-socks-4_2_0_RC2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-handler-proxy-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-handler-proxy-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-handler-proxy-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-codec-socks-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-codec-socks-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-codec-socks-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.opencsv/opencsv-5.10.jar_copy",
|
|
src = "@com_opencsv-opencsv-5_10_http//file",
|
|
out = "com.opencsv/opencsv-5.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-beanutils/commons-beanutils-1.10.0.jar_copy",
|
|
src = "@commons-beanutils-commons-beanutils-1_10_0_http//file",
|
|
out = "commons-beanutils/commons-beanutils-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-opencsv-opencsv",
|
|
exports = [
|
|
":com_opencsv-opencsv-5_10_http_import",
|
|
":commons-beanutils-commons-beanutils-1_10_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_opencsv-opencsv-5_10_http_import",
|
|
jar = "@com_opencsv-opencsv-5_10_http//file",
|
|
source_jar = "@com_opencsv-opencsv-5_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-beanutils-commons-beanutils-1_10_0_http_import",
|
|
jar = "@commons-beanutils-commons-beanutils-1_10_0_http//file",
|
|
source_jar = "@commons-beanutils-commons-beanutils-1_10_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-exporter-otlp-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-exporter-otlp-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-exporter-otlp-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-opentelemetry-exporter-otlp-opentelemetry-exporter-otlp-library",
|
|
jar = "@io_opentelemetry-opentelemetry-exporter-otlp-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-exporter-otlp-1_48_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-exporter-sender-jdk-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-exporter-sender-jdk-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-exporter-sender-jdk-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-opentelemetry-exporter-sender-jdk-opentelemetry-exporter-sender-jdk",
|
|
jar = "@io_opentelemetry-opentelemetry-exporter-sender-jdk-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-exporter-sender-jdk-1_48_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-sdk-extension-autoconfigure-spi-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-opentelemetry-sdk-autoconfigure-spi-opentelemetry-sdk-autoconfigure-spi",
|
|
jar = "@io_opentelemetry-opentelemetry-sdk-extension-autoconfigure-spi-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-sdk-extension-autoconfigure-spi-1_48_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "oro/oro-2.0.8.jar_copy",
|
|
src = "@oro-oro-2_0_8_http//file",
|
|
out = "oro/oro-2.0.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-oro-matcher-_oro_matcher",
|
|
jar = "@oro-oro-2_0_8_http//file",
|
|
source_jar = "@oro-oro-2_0_8-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-utils-3.5.1.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-utils-3_5_1_http//file",
|
|
out = "org.codehaus.plexus/plexus-utils-3.5.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-plexus-utils-plexus-utils",
|
|
jar = "@org_codehaus_plexus-plexus-utils-3_5_1_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-utils-3_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.pty4j/pty4j-0.13.12.jar_copy",
|
|
src = "@org_jetbrains_pty4j-pty4j-0_13_12_http//file",
|
|
out = "org.jetbrains.pty4j/pty4j-0.13.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-pty4j-pty4j",
|
|
jar = "@org_jetbrains_pty4j-pty4j-0_13_12_http//file",
|
|
source_jar = "@org_jetbrains_pty4j-pty4j-0_13_12-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.rd/rd-core-2026.1.2.jar_copy",
|
|
src = "@com_jetbrains_rd-rd-core-2026_1_2_http//file",
|
|
out = "com.jetbrains.rd/rd-core-2026.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-rd-core-rd-core",
|
|
jar = "@com_jetbrains_rd-rd-core-2026_1_2_http//file",
|
|
source_jar = "@com_jetbrains_rd-rd-core-2026_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.rd/rd-framework-2026.1.2.jar_copy",
|
|
src = "@com_jetbrains_rd-rd-framework-2026_1_2_http//file",
|
|
out = "com.jetbrains.rd/rd-framework-2026.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-rd-framework-rd-framework",
|
|
jar = "@com_jetbrains_rd-rd-framework-2026_1_2_http//file",
|
|
source_jar = "@com_jetbrains_rd-rd-framework-2026_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.rd/rd-swing-2026.1.2.jar_copy",
|
|
src = "@com_jetbrains_rd-rd-swing-2026_1_2_http//file",
|
|
out = "com.jetbrains.rd/rd-swing-2026.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-rd-swing-rd-swing",
|
|
jar = "@com_jetbrains_rd-rd-swing-2026_1_2_http//file",
|
|
source_jar = "@com_jetbrains_rd-rd-swing-2026_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.rd/rd-text-2026.1.2.jar_copy",
|
|
src = "@com_jetbrains_rd-rd-text-2026_1_2_http//file",
|
|
out = "com.jetbrains.rd/rd-text-2026.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-rd-text-rd-text",
|
|
jar = "@com_jetbrains_rd-rd-text-2026_1_2_http//file",
|
|
source_jar = "@com_jetbrains_rd-rd-text-2026_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.mozilla/rhino-runtime-1.7.15.jar_copy",
|
|
src = "@org_mozilla-rhino-runtime-1_7_15_http//file",
|
|
out = "org.mozilla/rhino-runtime-1.7.15.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-rhino-rhino",
|
|
jar = "@org_mozilla-rhino-runtime-1_7_15_http//file",
|
|
source_jar = "@org_mozilla-rhino-runtime-1_7_15-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.skiko/skiko-awt-0.9.37.3.jar_copy",
|
|
src = "@org_jetbrains_skiko-skiko-awt-0_9_37_3_http//file",
|
|
out = "org.jetbrains.skiko/skiko-awt-0.9.37.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-skiko-jetbrains-skiko-awt-compose",
|
|
jar = "@org_jetbrains_skiko-skiko-awt-0_9_37_3_http//file",
|
|
source_jar = "@org_jetbrains_skiko-skiko-awt-0_9_37_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.skiko/skiko-awt-runtime-all-0.9.37.3.jar_copy",
|
|
src = "@org_jetbrains_skiko-skiko-awt-runtime-all-0_9_37_3_http//file",
|
|
out = "org.jetbrains.skiko/skiko-awt-runtime-all-0.9.37.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-skiko-jetbrains-skiko-awt-runtime-all",
|
|
jar = "@org_jetbrains_skiko-skiko-awt-runtime-all-0_9_37_3_http//file",
|
|
source_jar = "@org_jetbrains_skiko-skiko-awt-runtime-all-0_9_37_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.snakeyaml/snakeyaml-engine-2.9.jar_copy",
|
|
src = "@org_snakeyaml-snakeyaml-engine-2_9_http//file",
|
|
out = "org.snakeyaml/snakeyaml-engine-2.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-snakeyaml-engine-snakeyaml-engine",
|
|
jar = "@org_snakeyaml-snakeyaml-engine-2_9_http//file",
|
|
source_jar = "@org_snakeyaml-snakeyaml-engine-2_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/sshj-0.38.0-idea2.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-sshj-0_38_0-idea2_http//file",
|
|
out = "org.jetbrains.intellij.deps/sshj-0.38.0-idea2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.hierynomus/asn-one-0.6.0.jar_copy",
|
|
src = "@com_hierynomus-asn-one-0_6_0_http//file",
|
|
out = "com.hierynomus/asn-one-0.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.i2p.crypto/eddsa-0.3.0.jar_copy",
|
|
src = "@net_i2p_crypto-eddsa-0_3_0_http//file",
|
|
out = "net.i2p.crypto/eddsa-0.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-sshj-_s_s_h_j",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps-sshj-0_38_0-idea2_http_import",
|
|
":com_hierynomus-asn-one-0_6_0_http_import",
|
|
":net_i2p_crypto-eddsa-0_3_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps-sshj-0_38_0-idea2_http_import",
|
|
jar = "@org_jetbrains_intellij_deps-sshj-0_38_0-idea2_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-sshj-0_38_0-idea2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_hierynomus-asn-one-0_6_0_http_import",
|
|
jar = "@com_hierynomus-asn-one-0_6_0_http//file",
|
|
source_jar = "@com_hierynomus-asn-one-0_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_i2p_crypto-eddsa-0_3_0_http_import",
|
|
jar = "@net_i2p_crypto-eddsa-0_3_0_http//file",
|
|
source_jar = "@net_i2p_crypto-eddsa-0_3_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "one.util/streamex-0.8.4.jar_copy",
|
|
src = "@one_util-streamex-0_8_4_http//file",
|
|
out = "one.util/streamex-0.8.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-stream-_stream_ex",
|
|
jar = "@one_util-streamex-0_8_4_http//file",
|
|
source_jar = "@one_util-streamex-0_8_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.swinglabs/swingx-core-1.6.2-2.jar_copy",
|
|
src = "@org_swinglabs-swingx-core-1_6_2-2_http//file",
|
|
out = "org.swinglabs/swingx-core-1.6.2-2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-swingx-swingx",
|
|
jar = "@org_swinglabs-swingx-core-1_6_2-2_http//file",
|
|
source_jar = "@org_swinglabs-swingx-core-1_6_2-2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "uk.org.webcompere/system-stubs-jupiter-2.1.8.jar_copy",
|
|
src = "@uk_org_webcompere-system-stubs-jupiter-2_1_8_http//file",
|
|
out = "uk.org.webcompere/system-stubs-jupiter-2.1.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "uk.org.webcompere/system-stubs-core-2.1.8.jar_copy",
|
|
src = "@uk_org_webcompere-system-stubs-core-2_1_8_http//file",
|
|
out = "uk.org.webcompere/system-stubs-core-2.1.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-1.17.4.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-1_17_4_http//file",
|
|
out = "net.bytebuddy/byte-buddy-1.17.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-agent-1.17.4.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-agent-1_17_4_http//file",
|
|
out = "net.bytebuddy/byte-buddy-agent-1.17.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-system-stubs-jupiter-uk-webcompere-system-stubs-jupiter",
|
|
exports = [
|
|
":uk_org_webcompere-system-stubs-jupiter-2_1_8_http_import",
|
|
":uk_org_webcompere-system-stubs-core-2_1_8_http_import",
|
|
":net_bytebuddy-byte-buddy-1_17_4_http_import",
|
|
":net_bytebuddy-byte-buddy-agent-1_17_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "uk_org_webcompere-system-stubs-jupiter-2_1_8_http_import",
|
|
jar = "@uk_org_webcompere-system-stubs-jupiter-2_1_8_http//file",
|
|
source_jar = "@uk_org_webcompere-system-stubs-jupiter-2_1_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "uk_org_webcompere-system-stubs-core-2_1_8_http_import",
|
|
jar = "@uk_org_webcompere-system-stubs-core-2_1_8_http//file",
|
|
source_jar = "@uk_org_webcompere-system-stubs-core-2_1_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_bytebuddy-byte-buddy-1_17_4_http_import",
|
|
jar = "@net_bytebuddy-byte-buddy-1_17_4_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-1_17_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_bytebuddy-byte-buddy-agent-1_17_4_http_import",
|
|
jar = "@net_bytebuddy-byte-buddy-agent-1_17_4_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-agent-1_17_4-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.velocity/velocity-engine-core-2.3.jar_copy",
|
|
src = "@org_apache_velocity-velocity-engine-core-2_3_http//file",
|
|
out = "org.apache.velocity/velocity-engine-core-2.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-velocity-_velocity",
|
|
jar = "@org_apache_velocity-velocity-engine-core-2_3_http//file",
|
|
source_jar = "@org_apache_velocity-velocity-engine-core-2_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.winp/winp-1.30.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_winp-winp-1_30_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.winp/winp-1.30.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-winp-winp",
|
|
jar = "@org_jetbrains_intellij_deps_winp-winp-1_30_1_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "xerces/xercesImpl-2.12.2.jar_copy",
|
|
src = "@xerces-xercesImpl-2_12_2_http//file",
|
|
out = "xerces/xercesImpl-2.12.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-xerces-_xerces",
|
|
jar = "@xerces-xercesImpl-2_12_2_http//file",
|
|
source_jar = "@xerces-xercesImpl-2_12_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.ws.xmlrpc/xmlrpc-2.0.1.jar_copy",
|
|
src = "@org_apache_ws_xmlrpc-xmlrpc-2_0_1_http//file",
|
|
out = "org.apache.ws.xmlrpc/xmlrpc-2.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-xml-rpc-xml-rpc",
|
|
jar = "@org_apache_ws_xmlrpc-xmlrpc-2_0_1_http//file",
|
|
source_jar = "@org_apache_ws_xmlrpc-xmlrpc-2_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.thoughtworks.xstream/xstream-1.4.21.jar_copy",
|
|
src = "@com_thoughtworks_xstream-xstream-1_4_21_http//file",
|
|
out = "com.thoughtworks.xstream/xstream-1.4.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.x-stream/mxparser-1.2.2.jar_copy",
|
|
src = "@io_github_x-stream-mxparser-1_2_2_http//file",
|
|
out = "io.github.x-stream/mxparser-1.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "xmlpull/xmlpull-1.1.3.1.jar_copy",
|
|
src = "@xmlpull-xmlpull-1_1_3_1_http//file",
|
|
out = "xmlpull/xmlpull-1.1.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-xstream-xstream",
|
|
exports = [
|
|
":com_thoughtworks_xstream-xstream-1_4_21_http_import",
|
|
":io_github_x-stream-mxparser-1_2_2_http_import",
|
|
":xmlpull-xmlpull-1_1_3_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_thoughtworks_xstream-xstream-1_4_21_http_import",
|
|
jar = "@com_thoughtworks_xstream-xstream-1_4_21_http//file",
|
|
source_jar = "@com_thoughtworks_xstream-xstream-1_4_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_x-stream-mxparser-1_2_2_http_import",
|
|
jar = "@io_github_x-stream-mxparser-1_2_2_http//file",
|
|
source_jar = "@io_github_x-stream-mxparser-1_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xmlpull-xmlpull-1_1_3_1_http_import",
|
|
jar = "@xmlpull-xmlpull-1_1_3_1_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.thrift/libthrift-0.19.0.jar_copy",
|
|
src = "@org_apache_thrift-libthrift-0_19_0_http//file",
|
|
out = "org.apache.thrift/libthrift-0.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libthrift",
|
|
jar = "@org_apache_thrift-libthrift-0_19_0_http//file",
|
|
source_jar = "@org_apache_thrift-libthrift-0_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/log4j-over-slf4j-1.7.36.jar_copy",
|
|
src = "@org_slf4j-log4j-over-slf4j-1_7_36_http//file",
|
|
out = "org.slf4j/log4j-over-slf4j-1.7.36.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "log4_j",
|
|
jar = "@org_slf4j-log4j-over-slf4j-1_7_36_http//file",
|
|
source_jar = "@org_slf4j-log4j-over-slf4j-1_7_36-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-analysis-common-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-analysis-common-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-analysis-common-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-analysis-common",
|
|
jar = "@org_apache_lucene-lucene-analysis-common-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-analysis-common-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-codecs-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-codecs-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-codecs-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-codecs",
|
|
jar = "@org_apache_lucene-lucene-codecs-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-codecs-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-core-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-core-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-core-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-core",
|
|
jar = "@org_apache_lucene-lucene-core-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-core-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-highlighter-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-highlighter-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-highlighter-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-highlighter",
|
|
jar = "@org_apache_lucene-lucene-highlighter-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-highlighter-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-memory-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-memory-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-memory-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-memory",
|
|
jar = "@org_apache_lucene-lucene-memory-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-memory-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-queries-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-queries-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-queries-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-queries",
|
|
jar = "@org_apache_lucene-lucene-queries-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-queries-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-queryparser-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-queryparser-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-queryparser-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-queryparser",
|
|
jar = "@org_apache_lucene-lucene-queryparser-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-queryparser-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-sandbox-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-sandbox-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-sandbox-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-sandbox",
|
|
jar = "@org_apache_lucene-lucene-sandbox-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-sandbox-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-suggest-10.3.0.jar_copy",
|
|
src = "@org_apache_lucene-lucene-suggest-10_3_0_http//file",
|
|
out = "org.apache.lucene/lucene-suggest-10.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-suggest",
|
|
jar = "@org_apache_lucene-lucene-suggest-10_3_0_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-suggest-10_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-artifact-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-artifact-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-artifact-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-utils-2.0.6.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-utils-2_0_6_http//file",
|
|
out = "org.codehaus.plexus/plexus-utils-2.0.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-common-org-apache-maven-maven-artifact-3-0-5",
|
|
exports = [
|
|
":org_apache_maven-maven-artifact-3_0_5_http_import",
|
|
":org_codehaus_plexus-plexus-utils-2_0_6_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-artifact-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-artifact-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-artifact-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-utils-2_0_6_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-utils-2_0_6_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-utils-2_0_6-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-common-org-apache-maven-maven-artifact-3-0-5-provided",
|
|
exports = [":maven-artifact_resolver-common-org-apache-maven-maven-artifact-3-0-5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-core-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-core-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-core-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-model-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-model-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-settings-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-builder-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-builder-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-settings-builder-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-repository-metadata-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-repository-metadata-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-repository-metadata-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-plugin-api-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-plugin-api-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-plugin-api-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-builder-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-model-builder-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-model-builder-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-aether-provider-3.0.5.jar_copy",
|
|
src = "@org_apache_maven-maven-aether-provider-3_0_5_http//file",
|
|
out = "org.apache.maven/maven-aether-provider-3.0.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.aether/aether-spi-1.13.1.jar_copy",
|
|
src = "@org_sonatype_aether-aether-spi-1_13_1_http//file",
|
|
out = "org.sonatype.aether/aether-spi-1.13.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.aether/aether-impl-1.13.1.jar_copy",
|
|
src = "@org_sonatype_aether-aether-impl-1_13_1_http//file",
|
|
out = "org.sonatype.aether/aether-impl-1.13.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.aether/aether-api-1.13.1.jar_copy",
|
|
src = "@org_sonatype_aether-aether-api-1_13_1_http//file",
|
|
out = "org.sonatype.aether/aether-api-1.13.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.aether/aether-util-1.13.1.jar_copy",
|
|
src = "@org_sonatype_aether-aether-util-1_13_1_http//file",
|
|
out = "org.sonatype.aether/aether-util-1.13.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.sisu/sisu-inject-plexus-2.3.0.jar_copy",
|
|
src = "@org_sonatype_sisu-sisu-inject-plexus-2_3_0_http//file",
|
|
out = "org.sonatype.sisu/sisu-inject-plexus-2.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.sisu/sisu-inject-bean-2.3.0.jar_copy",
|
|
src = "@org_sonatype_sisu-sisu-inject-bean-2_3_0_http//file",
|
|
out = "org.sonatype.sisu/sisu-inject-bean-2.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-interpolation-1.14.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-interpolation-1_14_http//file",
|
|
out = "org.codehaus.plexus/plexus-interpolation-1.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-classworlds-2.4.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-classworlds-2_4_http//file",
|
|
out = "org.codehaus.plexus/plexus-classworlds-2.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-component-annotations-1.5.5.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-component-annotations-1_5_5_http//file",
|
|
out = "org.codehaus.plexus/plexus-component-annotations-1.5.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.plexus/plexus-sec-dispatcher-1.3.jar_copy",
|
|
src = "@org_sonatype_plexus-plexus-sec-dispatcher-1_3_http//file",
|
|
out = "org.sonatype.plexus/plexus-sec-dispatcher-1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.plexus/plexus-cipher-1.4.jar_copy",
|
|
src = "@org_sonatype_plexus-plexus-cipher-1_4_http//file",
|
|
out = "org.sonatype.plexus/plexus-cipher-1.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-apache-maven-maven-core-3-0-5",
|
|
exports = [
|
|
":org_apache_maven-maven-core-3_0_5_http_import",
|
|
":org_apache_maven-maven-model-3_0_5_http_import",
|
|
":org_apache_maven-maven-settings-3_0_5_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_0_5_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_0_5_http_import",
|
|
":org_apache_maven-maven-artifact-3_0_5_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_0_5_http_import",
|
|
":org_apache_maven-maven-model-builder-3_0_5_http_import",
|
|
":org_apache_maven-maven-aether-provider-3_0_5_http_import",
|
|
":org_sonatype_aether-aether-spi-1_13_1_http_import",
|
|
":org_sonatype_aether-aether-impl-1_13_1_http_import",
|
|
":org_sonatype_aether-aether-api-1_13_1_http_import",
|
|
":org_sonatype_aether-aether-util-1_13_1_http_import",
|
|
":org_sonatype_sisu-sisu-inject-plexus-2_3_0_http_import",
|
|
":org_sonatype_sisu-sisu-inject-bean-2_3_0_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_14_http_import",
|
|
":org_codehaus_plexus-plexus-utils-2_0_6_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_4_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_5_5_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_3_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-core-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-core-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-core-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-model-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-settings-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-builder-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-settings-builder-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-builder-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-repository-metadata-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-repository-metadata-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-repository-metadata-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-plugin-api-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-plugin-api-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-plugin-api-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-builder-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-model-builder-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-builder-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-aether-provider-3_0_5_http_import",
|
|
jar = "@org_apache_maven-maven-aether-provider-3_0_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-aether-provider-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_aether-aether-spi-1_13_1_http_import",
|
|
jar = "@org_sonatype_aether-aether-spi-1_13_1_http//file",
|
|
source_jar = "@org_sonatype_aether-aether-spi-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_aether-aether-impl-1_13_1_http_import",
|
|
jar = "@org_sonatype_aether-aether-impl-1_13_1_http//file",
|
|
source_jar = "@org_sonatype_aether-aether-impl-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_aether-aether-api-1_13_1_http_import",
|
|
jar = "@org_sonatype_aether-aether-api-1_13_1_http//file",
|
|
source_jar = "@org_sonatype_aether-aether-api-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_aether-aether-util-1_13_1_http_import",
|
|
jar = "@org_sonatype_aether-aether-util-1_13_1_http//file",
|
|
source_jar = "@org_sonatype_aether-aether-util-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_sisu-sisu-inject-plexus-2_3_0_http_import",
|
|
jar = "@org_sonatype_sisu-sisu-inject-plexus-2_3_0_http//file",
|
|
source_jar = "@org_sonatype_sisu-sisu-inject-plexus-2_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_sisu-sisu-inject-bean-2_3_0_http_import",
|
|
jar = "@org_sonatype_sisu-sisu-inject-bean-2_3_0_http//file",
|
|
source_jar = "@org_sonatype_sisu-sisu-inject-bean-2_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-interpolation-1_14_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-interpolation-1_14_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-interpolation-1_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-classworlds-2_4_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-classworlds-2_4_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-classworlds-2_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-component-annotations-1_5_5_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-component-annotations-1_5_5_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-component-annotations-1_5_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_plexus-plexus-sec-dispatcher-1_3_http_import",
|
|
jar = "@org_sonatype_plexus-plexus-sec-dispatcher-1_3_http//file",
|
|
source_jar = "@org_sonatype_plexus-plexus-sec-dispatcher-1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
jar = "@org_sonatype_plexus-plexus-cipher-1_4_http//file",
|
|
source_jar = "@org_sonatype_plexus-plexus-cipher-1_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-apache-maven-maven-core-3-0-5-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-apache-maven-maven-core-3-0-5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact_resolver-m31-org-codehaus-plexus-plexus-component-annotations-1-5-5",
|
|
jar = "@org_codehaus_plexus-plexus-component-annotations-1_5_5_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-component-annotations-1_5_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-codehaus-plexus-plexus-component-annotations-1-5-5-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-codehaus-plexus-plexus-component-annotations-1-5-5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.aether/aether-api-0.9.0.M2.jar_copy",
|
|
src = "@org_eclipse_aether-aether-api-0_9_0_M2_http//file",
|
|
out = "org.eclipse.aether/aether-api-0.9.0.M2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact_resolver-m31-org-eclipse-aether-aether-api-0-9-0-_m2",
|
|
jar = "@org_eclipse_aether-aether-api-0_9_0_M2_http//file",
|
|
source_jar = "@org_eclipse_aether-aether-api-0_9_0_M2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-eclipse-aether-aether-api-0-9-0-_m2-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-eclipse-aether-aether-api-0-9-0-_m2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.sisu/sisu-guice-3.1.0.jar_copy",
|
|
src = "@org_sonatype_sisu-sisu-guice-3_1_0_http//file",
|
|
out = "org.sonatype.sisu/sisu-guice-3.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.sisu/sisu-guava-0.9.9.jar_copy",
|
|
src = "@org_sonatype_sisu-sisu-guava-0_9_9_http//file",
|
|
out = "org.sonatype.sisu/sisu-guava-0.9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-sonatype-sisu-sisu-guice-no_aop-3-1-0",
|
|
exports = [
|
|
":org_sonatype_sisu-sisu-guice-3_1_0_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":org_sonatype_sisu-sisu-guava-0_9_9_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_sisu-sisu-guice-3_1_0_http_import",
|
|
jar = "@org_sonatype_sisu-sisu-guice-3_1_0_http//file",
|
|
source_jar = "@org_sonatype_sisu-sisu-guice-3_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_inject-javax_inject-1_http_import",
|
|
jar = "@javax_inject-javax_inject-1_http//file",
|
|
source_jar = "@javax_inject-javax_inject-1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_sisu-sisu-guava-0_9_9_http_import",
|
|
jar = "@org_sonatype_sisu-sisu-guava-0_9_9_http//file",
|
|
source_jar = "@org_sonatype_sisu-sisu-guava-0_9_9-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-sonatype-sisu-sisu-guice-no_aop-3-1-0-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-sonatype-sisu-sisu-guice-no_aop-3-1-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.idea.maven/maven-indexer-api-rt-2023.2.jar_copy",
|
|
src = "@org_jetbrains_idea_maven-maven-indexer-api-rt-2023_2_http//file",
|
|
out = "org.jetbrains.idea.maven/maven-indexer-api-rt-2023.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-jetbrains-idea-maven-indexer-api-rt",
|
|
jar = "@org_jetbrains_idea_maven-maven-indexer-api-rt-2023_2_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-archiver-4.8.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-archiver-4_8_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-archiver-4.8.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-plexus-archiver",
|
|
jar = "@org_codehaus_plexus-plexus-archiver-4_8_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-archiver-4_8_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-resolver-provider-3.9.9.jar_copy",
|
|
src = "@org_apache_maven-maven-resolver-provider-3_9_9_http//file",
|
|
out = "org.apache.maven/maven-resolver-provider-3.9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-3.9.9.jar_copy",
|
|
src = "@org_apache_maven-maven-model-3_9_9_http//file",
|
|
out = "org.apache.maven/maven-model-3.9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-builder-3.9.9.jar_copy",
|
|
src = "@org_apache_maven-maven-model-builder-3_9_9_http//file",
|
|
out = "org.apache.maven/maven-model-builder-3.9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-interpolation-1.27.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-interpolation-1_27_http//file",
|
|
out = "org.codehaus.plexus/plexus-interpolation-1.27.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-artifact-3.9.9.jar_copy",
|
|
src = "@org_apache_maven-maven-artifact-3_9_9_http//file",
|
|
out = "org.apache.maven/maven-artifact-3.9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-builder-support-3.9.9.jar_copy",
|
|
src = "@org_apache_maven-maven-builder-support-3_9_9_http//file",
|
|
out = "org.apache.maven/maven-builder-support-3.9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.inject-0.9.0.M3.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_9_0_M3_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.inject-0.9.0.M3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-repository-metadata-3.9.9.jar_copy",
|
|
src = "@org_apache_maven-maven-repository-metadata-3_9_9_http//file",
|
|
out = "org.apache.maven/maven-repository-metadata-3.9.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-api-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-api-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-api-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-spi-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-spi-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-spi-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-util-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-util-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-util-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-impl-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-impl-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-impl-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-named-locks-1.9.22.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-named-locks-1_9_22_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-named-locks-1.9.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-resolver-provider",
|
|
exports = [
|
|
":org_apache_maven-maven-resolver-provider-3_9_9_http_import",
|
|
":org_apache_maven-maven-model-3_9_9_http_import",
|
|
":org_apache_maven-maven-model-builder-3_9_9_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_27_http_import",
|
|
":org_apache_maven-maven-artifact-3_9_9_http_import",
|
|
":org_apache_maven-maven-builder-support-3_9_9_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_9_0_M3_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_9_9_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-1_9_22_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-spi-1_9_22_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-1_9_22_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-impl-1_9_22_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-named-locks-1_9_22_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-resolver-provider-3_9_9_http_import",
|
|
jar = "@org_apache_maven-maven-resolver-provider-3_9_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-resolver-provider-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-3_9_9_http_import",
|
|
jar = "@org_apache_maven-maven-model-3_9_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-builder-3_9_9_http_import",
|
|
jar = "@org_apache_maven-maven-model-builder-3_9_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-builder-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-interpolation-1_27_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-interpolation-1_27_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-interpolation-1_27-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-artifact-3_9_9_http_import",
|
|
jar = "@org_apache_maven-maven-artifact-3_9_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-artifact-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-builder-support-3_9_9_http_import",
|
|
jar = "@org_apache_maven-maven-builder-support-3_9_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-builder-support-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_inject-0_9_0_M3_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_9_0_M3_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_9_0_M3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-repository-metadata-3_9_9_http_import",
|
|
jar = "@org_apache_maven-maven-repository-metadata-3_9_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-repository-metadata-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-api-1_9_22_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-api-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-api-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-spi-1_9_22_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-spi-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-spi-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-util-1_9_22_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-util-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-util-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-impl-1_9_22_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-impl-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-impl-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-named-locks-1_9_22_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-named-locks-1_9_22_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-named-locks-1_9_22-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.inject/guice-4.0.jar_copy",
|
|
src = "@com_google_inject-guice-4_0_http//file",
|
|
out = "com.google.inject/guice-4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-com-google-inject-guice-no_aop-4-0",
|
|
exports = [
|
|
":com_google_inject-guice-4_0_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_inject-guice-4_0_http_import",
|
|
jar = "@com_google_inject-guice-4_0_http//file",
|
|
source_jar = "@com_google_inject-guice-4_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-com-google-inject-guice-no_aop-4-0-provided",
|
|
exports = [":maven-server-event_listener-com-google-inject-guice-no_aop-4-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-core-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-core-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-core-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-model-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-model-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-settings-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-builder-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-builder-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-settings-builder-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-builder-support-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-builder-support-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-builder-support-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-repository-metadata-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-repository-metadata-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-repository-metadata-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-artifact-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-artifact-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-artifact-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-plugin-api-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-plugin-api-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-plugin-api-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-builder-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-model-builder-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-model-builder-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/guava-18.0.jar_copy",
|
|
src = "@com_google_guava-guava-18_0_http//file",
|
|
out = "com.google.guava/guava-18.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-aether-provider-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-aether-provider-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-aether-provider-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.aether/aether-spi-1.0.2.v20150114.jar_copy",
|
|
src = "@org_eclipse_aether-aether-spi-1_0_2_v20150114_http//file",
|
|
out = "org.eclipse.aether/aether-spi-1.0.2.v20150114.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.aether/aether-impl-1.0.2.v20150114.jar_copy",
|
|
src = "@org_eclipse_aether-aether-impl-1_0_2_v20150114_http//file",
|
|
out = "org.eclipse.aether/aether-impl-1.0.2.v20150114.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.aether/aether-api-1.0.2.v20150114.jar_copy",
|
|
src = "@org_eclipse_aether-aether-api-1_0_2_v20150114_http//file",
|
|
out = "org.eclipse.aether/aether-api-1.0.2.v20150114.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.aether/aether-util-1.0.2.v20150114.jar_copy",
|
|
src = "@org_eclipse_aether-aether-util-1_0_2_v20150114_http//file",
|
|
out = "org.eclipse.aether/aether-util-1.0.2.v20150114.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.3.2.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.enterprise/cdi-api-1.0.jar_copy",
|
|
src = "@javax_enterprise-cdi-api-1_0_http//file",
|
|
out = "javax.enterprise/cdi-api-1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.annotation/jsr250-api-1.0.jar_copy",
|
|
src = "@javax_annotation-jsr250-api-1_0_http//file",
|
|
out = "javax.annotation/jsr250-api-1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.inject-0.3.2.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.inject-0.3.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-interpolation-1.21.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-interpolation-1_21_http//file",
|
|
out = "org.codehaus.plexus/plexus-interpolation-1.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-utils-3.0.22.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-utils-3_0_22_http//file",
|
|
out = "org.codehaus.plexus/plexus-utils-3.0.22.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-classworlds-2.5.2.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-classworlds-2_5_2_http//file",
|
|
out = "org.codehaus.plexus/plexus-classworlds-2.5.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-component-annotations-1.6.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-component-annotations-1_6_http//file",
|
|
out = "org.codehaus.plexus/plexus-component-annotations-1.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-lang3-3.4.jar_copy",
|
|
src = "@org_apache_commons-commons-lang3-3_4_http//file",
|
|
out = "org.apache.commons/commons-lang3-3.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-org-apache-maven-maven-core-3-3-9",
|
|
exports = [
|
|
":org_apache_maven-maven-core-3_3_9_http_import",
|
|
":org_apache_maven-maven-model-3_3_9_http_import",
|
|
":org_apache_maven-maven-settings-3_3_9_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_3_9_http_import",
|
|
":org_apache_maven-maven-builder-support-3_3_9_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_3_9_http_import",
|
|
":org_apache_maven-maven-artifact-3_3_9_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_3_9_http_import",
|
|
":org_apache_maven-maven-model-builder-3_3_9_http_import",
|
|
":com_google_guava-guava-18_0_http_import",
|
|
":org_apache_maven-maven-aether-provider-3_3_9_http_import",
|
|
":org_eclipse_aether-aether-spi-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-impl-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-api-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-util-1_0_2_v20150114_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_21_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_0_22_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_6_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_3_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
":org_apache_commons-commons-lang3-3_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-core-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-core-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-core-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-model-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-settings-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-builder-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-settings-builder-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-builder-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-builder-support-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-builder-support-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-builder-support-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-repository-metadata-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-repository-metadata-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-repository-metadata-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-artifact-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-artifact-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-artifact-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-plugin-api-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-plugin-api-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-plugin-api-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-builder-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-model-builder-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-builder-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_guava-guava-18_0_http_import",
|
|
jar = "@com_google_guava-guava-18_0_http//file",
|
|
source_jar = "@com_google_guava-guava-18_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-aether-provider-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-aether-provider-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-aether-provider-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_aether-aether-spi-1_0_2_v20150114_http_import",
|
|
jar = "@org_eclipse_aether-aether-spi-1_0_2_v20150114_http//file",
|
|
source_jar = "@org_eclipse_aether-aether-spi-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_aether-aether-impl-1_0_2_v20150114_http_import",
|
|
jar = "@org_eclipse_aether-aether-impl-1_0_2_v20150114_http//file",
|
|
source_jar = "@org_eclipse_aether-aether-impl-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_aether-aether-api-1_0_2_v20150114_http_import",
|
|
jar = "@org_eclipse_aether-aether-api-1_0_2_v20150114_http//file",
|
|
source_jar = "@org_eclipse_aether-aether-api-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_aether-aether-util-1_0_2_v20150114_http_import",
|
|
jar = "@org_eclipse_aether-aether-util-1_0_2_v20150114_http//file",
|
|
source_jar = "@org_eclipse_aether-aether-util-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_enterprise-cdi-api-1_0_http_import",
|
|
jar = "@javax_enterprise-cdi-api-1_0_http//file",
|
|
source_jar = "@javax_enterprise-cdi-api-1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_annotation-jsr250-api-1_0_http_import",
|
|
jar = "@javax_annotation-jsr250-api-1_0_http//file",
|
|
source_jar = "@javax_annotation-jsr250-api-1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-interpolation-1_21_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-interpolation-1_21_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-interpolation-1_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-utils-3_0_22_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-utils-3_0_22_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-utils-3_0_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-classworlds-2_5_2_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-classworlds-2_5_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-component-annotations-1_6_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-component-annotations-1_6_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-component-annotations-1_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_commons-commons-lang3-3_4_http_import",
|
|
jar = "@org_apache_commons-commons-lang3-3_4_http//file",
|
|
source_jar = "@org_apache_commons-commons-lang3-3_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-org-apache-maven-maven-core-3-3-9-provided",
|
|
exports = [":maven-server-event_listener-org-apache-maven-maven-core-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.archetype/archetype-catalog-3.2.1.jar_copy",
|
|
src = "@org_apache_maven_archetype-archetype-catalog-3_2_1_http//file",
|
|
out = "org.apache.maven.archetype/archetype-catalog-3.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-indexer-apache-maven-archetype-catalog-no-trans-321",
|
|
jar = "@org_apache_maven_archetype-archetype-catalog-3_2_1_http//file",
|
|
source_jar = "@org_apache_maven_archetype-archetype-catalog-3_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.archetype/archetype-common-3.2.1.jar_copy",
|
|
src = "@org_apache_maven_archetype-archetype-common-3_2_1_http//file",
|
|
out = "org.apache.maven.archetype/archetype-common-3.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-indexer-apache-maven-archetype-common-no-trans-3-2-1",
|
|
jar = "@org_apache_maven_archetype-archetype-common-3_2_1_http//file",
|
|
source_jar = "@org_apache_maven_archetype-archetype-common-3_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-core-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-core-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-core-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-model-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-model-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-settings-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-builder-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-builder-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-settings-builder-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-sec-dispatcher-2.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-sec-dispatcher-2_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-sec-dispatcher-2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-cipher-2.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-cipher-2_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-cipher-2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-builder-support-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-builder-support-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-builder-support-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-repository-metadata-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-repository-metadata-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-repository-metadata-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-artifact-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-artifact-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-artifact-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-plugin-api-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-plugin-api-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-plugin-api-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-builder-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-model-builder-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-model-builder-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-resolver-provider-3.8.3.jar_copy",
|
|
src = "@org_apache_maven-maven-resolver-provider-3_8_3_http//file",
|
|
out = "org.apache.maven/maven-resolver-provider-3.8.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-impl-1.6.3.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-impl-1_6_3_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-impl-1.6.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-api-1.6.3.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-api-1_6_3_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-api-1.6.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-spi-1.6.3.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-spi-1_6_3_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-spi-1.6.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-util-1.6.3.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-util-1_6_3_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-util-1.6.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.shared/maven-shared-utils-3.3.4.jar_copy",
|
|
src = "@org_apache_maven_shared-maven-shared-utils-3_3_4_http//file",
|
|
out = "org.apache.maven.shared/maven-shared-utils-3.3.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-io/commons-io-2.6.jar_copy",
|
|
src = "@commons-io-commons-io-2_6_http//file",
|
|
out = "commons-io/commons-io-2.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.3.5.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_5_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.3.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "javax.annotation/javax.annotation-api-1.2.jar_copy",
|
|
src = "@javax_annotation-javax_annotation-api-1_2_http//file",
|
|
out = "javax.annotation/javax.annotation-api-1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.inject-0.3.5.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_5_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.inject-0.3.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.inject/guice-4.2.2-no_aop.jar_copy",
|
|
src = "@com_google_inject-guice-4_2_2-no_aop_http//file",
|
|
out = "com.google.inject/guice-4.2.2-no_aop.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "aopalliance/aopalliance-1.0.jar_copy",
|
|
src = "@aopalliance-aopalliance-1_0_http//file",
|
|
out = "aopalliance/aopalliance-1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.guava/guava-25.1-android.jar_copy",
|
|
src = "@com_google_guava-guava-25_1-android_http//file",
|
|
out = "com.google.guava/guava-25.1-android.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.checkerframework/checker-compat-qual-2.0.0.jar_copy",
|
|
src = "@org_checkerframework-checker-compat-qual-2_0_0_http//file",
|
|
out = "org.checkerframework/checker-compat-qual-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.errorprone/error_prone_annotations-2.1.3.jar_copy",
|
|
src = "@com_google_errorprone-error_prone_annotations-2_1_3_http//file",
|
|
out = "com.google.errorprone/error_prone_annotations-2.1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.j2objc/j2objc-annotations-1.1.jar_copy",
|
|
src = "@com_google_j2objc-j2objc-annotations-1_1_http//file",
|
|
out = "com.google.j2objc/j2objc-annotations-1.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.mojo/animal-sniffer-annotations-1.14.jar_copy",
|
|
src = "@org_codehaus_mojo-animal-sniffer-annotations-1_14_http//file",
|
|
out = "org.codehaus.mojo/animal-sniffer-annotations-1.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-utils-3.3.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-utils-3_3_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-utils-3.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-classworlds-2.6.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-classworlds-2_6_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-classworlds-2.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-interpolation-1.26.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-interpolation-1_26_http//file",
|
|
out = "org.codehaus.plexus/plexus-interpolation-1.26.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-component-annotations-2.1.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-component-annotations-2_1_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-component-annotations-2.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.commons/commons-lang3-3.8.1.jar_copy",
|
|
src = "@org_apache_commons-commons-lang3-3_8_1_http//file",
|
|
out = "org.apache.commons/commons-lang3-3.8.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-1.7.32.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-1_7_32_http//file",
|
|
out = "org.slf4j/slf4j-api-1.7.32.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-indexer-apache-maven-core-3-8-3",
|
|
exports = [
|
|
":org_apache_maven-maven-core-3_8_3_http_import",
|
|
":org_apache_maven-maven-model-3_8_3_http_import",
|
|
":org_apache_maven-maven-settings-3_8_3_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_8_3_http_import",
|
|
":org_codehaus_plexus-plexus-sec-dispatcher-2_0_http_import",
|
|
":org_codehaus_plexus-plexus-cipher-2_0_http_import",
|
|
":org_apache_maven-maven-builder-support-3_8_3_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_8_3_http_import",
|
|
":org_apache_maven-maven-artifact-3_8_3_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_8_3_http_import",
|
|
":org_apache_maven-maven-model-builder-3_8_3_http_import",
|
|
":org_apache_maven-maven-resolver-provider-3_8_3_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-impl-1_6_3_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-1_6_3_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-spi-1_6_3_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-1_6_3_http_import",
|
|
":org_apache_maven_shared-maven-shared-utils-3_3_4_http_import",
|
|
":commons-io-commons-io-2_6_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_5_http_import",
|
|
":javax_annotation-javax_annotation-api-1_2_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_5_http_import",
|
|
":com_google_inject-guice-4_2_2-no_aop_http_import",
|
|
":aopalliance-aopalliance-1_0_http_import",
|
|
":com_google_guava-guava-25_1-android_http_import",
|
|
":com_google_code_findbugs-jsr305-3_0_2_http_import",
|
|
":org_checkerframework-checker-compat-qual-2_0_0_http_import",
|
|
":com_google_errorprone-error_prone_annotations-2_1_3_http_import",
|
|
":com_google_j2objc-j2objc-annotations-1_1_http_import",
|
|
":org_codehaus_mojo-animal-sniffer-annotations-1_14_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_3_0_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_6_0_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_26_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-2_1_0_http_import",
|
|
":org_apache_commons-commons-lang3-3_8_1_http_import",
|
|
":org_slf4j-slf4j-api-1_7_32_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-core-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-core-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-core-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-model-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-settings-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-builder-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-settings-builder-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-builder-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-sec-dispatcher-2_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-sec-dispatcher-2_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-sec-dispatcher-2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-cipher-2_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-cipher-2_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-cipher-2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-builder-support-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-builder-support-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-builder-support-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-repository-metadata-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-repository-metadata-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-repository-metadata-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-artifact-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-artifact-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-artifact-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-plugin-api-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-plugin-api-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-plugin-api-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-builder-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-model-builder-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-builder-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-resolver-provider-3_8_3_http_import",
|
|
jar = "@org_apache_maven-maven-resolver-provider-3_8_3_http//file",
|
|
source_jar = "@org_apache_maven-maven-resolver-provider-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-impl-1_6_3_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-impl-1_6_3_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-impl-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-api-1_6_3_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-api-1_6_3_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-api-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-spi-1_6_3_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-spi-1_6_3_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-spi-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-util-1_6_3_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-util-1_6_3_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-util-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_shared-maven-shared-utils-3_3_4_http_import",
|
|
jar = "@org_apache_maven_shared-maven-shared-utils-3_3_4_http//file",
|
|
source_jar = "@org_apache_maven_shared-maven-shared-utils-3_3_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-io-commons-io-2_6_http_import",
|
|
jar = "@commons-io-commons-io-2_6_http//file",
|
|
source_jar = "@commons-io-commons-io-2_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_5_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_5_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_annotation-javax_annotation-api-1_2_http_import",
|
|
jar = "@javax_annotation-javax_annotation-api-1_2_http//file",
|
|
source_jar = "@javax_annotation-javax_annotation-api-1_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_inject-0_3_5_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_5_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_inject-guice-4_2_2-no_aop_http_import",
|
|
jar = "@com_google_inject-guice-4_2_2-no_aop_http//file",
|
|
source_jar = "@com_google_inject-guice-4_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aopalliance-aopalliance-1_0_http_import",
|
|
jar = "@aopalliance-aopalliance-1_0_http//file",
|
|
source_jar = "@aopalliance-aopalliance-1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_guava-guava-25_1-android_http_import",
|
|
jar = "@com_google_guava-guava-25_1-android_http//file",
|
|
source_jar = "@com_google_guava-guava-25_1-android-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_checkerframework-checker-compat-qual-2_0_0_http_import",
|
|
jar = "@org_checkerframework-checker-compat-qual-2_0_0_http//file",
|
|
source_jar = "@org_checkerframework-checker-compat-qual-2_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_errorprone-error_prone_annotations-2_1_3_http_import",
|
|
jar = "@com_google_errorprone-error_prone_annotations-2_1_3_http//file",
|
|
source_jar = "@com_google_errorprone-error_prone_annotations-2_1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_j2objc-j2objc-annotations-1_1_http_import",
|
|
jar = "@com_google_j2objc-j2objc-annotations-1_1_http//file",
|
|
source_jar = "@com_google_j2objc-j2objc-annotations-1_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_mojo-animal-sniffer-annotations-1_14_http_import",
|
|
jar = "@org_codehaus_mojo-animal-sniffer-annotations-1_14_http//file",
|
|
source_jar = "@org_codehaus_mojo-animal-sniffer-annotations-1_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-utils-3_3_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-utils-3_3_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-utils-3_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-classworlds-2_6_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-classworlds-2_6_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-classworlds-2_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-interpolation-1_26_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-interpolation-1_26_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-interpolation-1_26-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-component-annotations-2_1_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-component-annotations-2_1_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-component-annotations-2_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_commons-commons-lang3-3_8_1_http_import",
|
|
jar = "@org_apache_commons-commons-lang3-3_8_1_http//file",
|
|
source_jar = "@org_apache_commons-commons-lang3-3_8_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_slf4j-slf4j-api-1_7_32_http_import",
|
|
jar = "@org_slf4j-slf4j-api-1_7_32_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-1_7_32-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.indexer/indexer-core-6.2.2.jar_copy",
|
|
src = "@org_apache_maven_indexer-indexer-core-6_2_2_http//file",
|
|
out = "org.apache.maven.indexer/indexer-core-6.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-1.7.36.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-1_7_36_http//file",
|
|
out = "org.slf4j/slf4j-api-1.7.36.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-core-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-core-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-core-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-queryparser-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-queryparser-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-queryparser-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-queries-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-queries-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-queries-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-sandbox-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-sandbox-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-sandbox-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-analyzers-common-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-analyzers-common-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-analyzers-common-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-backward-codecs-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-backward-codecs-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-backward-codecs-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-highlighter-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-highlighter-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-highlighter-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-memory-8.11.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-memory-8_11_1_http//file",
|
|
out = "org.apache.lucene/lucene-memory-8.11.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-api-1.8.0.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-api-1_8_0_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-api-1.8.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-util-1.8.0.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-util-1_8_0_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-util-1.8.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-3.8.5.jar_copy",
|
|
src = "@org_apache_maven-maven-model-3_8_5_http//file",
|
|
out = "org.apache.maven/maven-model-3.8.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-indexer-apache-maven-indexer-core-6-2-2",
|
|
exports = [
|
|
":org_apache_maven_indexer-indexer-core-6_2_2_http_import",
|
|
":org_slf4j-slf4j-api-1_7_36_http_import",
|
|
":org_apache_lucene-lucene-core-8_11_1_http_import",
|
|
":org_apache_lucene-lucene-queryparser-8_11_1_http_import",
|
|
":org_apache_lucene-lucene-queries-8_11_1_http_import",
|
|
":org_apache_lucene-lucene-sandbox-8_11_1_http_import",
|
|
":org_apache_lucene-lucene-analyzers-common-8_11_1_http_import",
|
|
":org_apache_lucene-lucene-backward-codecs-8_11_1_http_import",
|
|
":org_apache_lucene-lucene-highlighter-8_11_1_http_import",
|
|
":org_apache_lucene-lucene-memory-8_11_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-1_8_0_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-1_8_0_http_import",
|
|
":org_apache_maven-maven-model-3_8_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_indexer-indexer-core-6_2_2_http_import",
|
|
jar = "@org_apache_maven_indexer-indexer-core-6_2_2_http//file",
|
|
source_jar = "@org_apache_maven_indexer-indexer-core-6_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_slf4j-slf4j-api-1_7_36_http_import",
|
|
jar = "@org_slf4j-slf4j-api-1_7_36_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-1_7_36-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-core-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-core-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-core-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-queryparser-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-queryparser-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-queryparser-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-queries-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-queries-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-queries-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-sandbox-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-sandbox-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-sandbox-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-analyzers-common-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-analyzers-common-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-analyzers-common-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-backward-codecs-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-backward-codecs-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-backward-codecs-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-highlighter-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-highlighter-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-highlighter-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_lucene-lucene-memory-8_11_1_http_import",
|
|
jar = "@org_apache_lucene-lucene-memory-8_11_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-memory-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-api-1_8_0_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-api-1_8_0_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-api-1_8_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-util-1_8_0_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-util-1_8_0_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-util-1_8_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-3_8_5_http_import",
|
|
jar = "@org_apache_maven-maven-model-3_8_5_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-3_8_5-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-indexer-apache-maven-indexer-core-6-2-2-provided",
|
|
exports = [":maven-server-indexer-apache-maven-indexer-core-6-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.wagon/wagon-provider-api-3.5.2.jar_copy",
|
|
src = "@org_apache_maven_wagon-wagon-provider-api-3_5_2_http//file",
|
|
out = "org.apache.maven.wagon/wagon-provider-api-3.5.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-indexer-apache-maven-wagon-provider-api-3-5-2",
|
|
jar = "@org_apache_maven_wagon-wagon-provider-api-3_5_2_http//file",
|
|
source_jar = "@org_apache_maven_wagon-wagon-provider-api-3_5_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.inject/guice-4.2.1.jar_copy",
|
|
src = "@com_google_inject-guice-4_2_1_http//file",
|
|
out = "com.google.inject/guice-4.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-com-google-inject-guicen-no_aop-4-2-1",
|
|
exports = [
|
|
":com_google_inject-guice-4_2_1_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":com_google_guava-guava-25_1-android_http_import",
|
|
":com_google_code_findbugs-jsr305-3_0_2_http_import",
|
|
":org_checkerframework-checker-compat-qual-2_0_0_http_import",
|
|
":com_google_errorprone-error_prone_annotations-2_1_3_http_import",
|
|
":com_google_j2objc-j2objc-annotations-1_1_http_import",
|
|
":org_codehaus_mojo-animal-sniffer-annotations-1_14_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_inject-guice-4_2_1_http_import",
|
|
jar = "@com_google_inject-guice-4_2_1_http//file",
|
|
source_jar = "@com_google_inject-guice-4_2_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-com-google-inject-guicen-no_aop-4-2-1-provided",
|
|
exports = [":maven-server-m3-common-com-google-inject-guicen-no_aop-4-2-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.lucene/lucene-core-2.4.1.jar_copy",
|
|
src = "@org_apache_lucene-lucene-core-2_4_1_http//file",
|
|
out = "org.apache.lucene/lucene-core-2.4.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-apache-lucene-lucene-core-2-4-1",
|
|
jar = "@org_apache_lucene-lucene-core-2_4_1_http//file",
|
|
source_jar = "@org_apache_lucene-lucene-core-2_4_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-lucene-lucene-core-2-4-1-provided",
|
|
exports = [":maven-server-m3-common-org-apache-lucene-lucene-core-2-4-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.archetype/archetype-common-2.2.jar_copy",
|
|
src = "@org_apache_maven_archetype-archetype-common-2_2_http//file",
|
|
out = "org.apache.maven.archetype/archetype-common-2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.archetype/archetype-catalog-2.2.jar_copy",
|
|
src = "@org_apache_maven_archetype-archetype-catalog-2_2_http//file",
|
|
out = "org.apache.maven.archetype/archetype-catalog-2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.archetype/archetype-descriptor-2.2.jar_copy",
|
|
src = "@org_apache_maven_archetype-archetype-descriptor-2_2_http//file",
|
|
out = "org.apache.maven.archetype/archetype-descriptor-2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.archetype/archetype-registry-2.2.jar_copy",
|
|
src = "@org_apache_maven_archetype-archetype-registry-2_2_http//file",
|
|
out = "org.apache.maven.archetype/archetype-registry-2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-archetype-archetype-common-2-2",
|
|
exports = [
|
|
":org_apache_maven_archetype-archetype-common-2_2_http_import",
|
|
":org_apache_maven_archetype-archetype-catalog-2_2_http_import",
|
|
":org_apache_maven_archetype-archetype-descriptor-2_2_http_import",
|
|
":org_apache_maven_archetype-archetype-registry-2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_archetype-archetype-common-2_2_http_import",
|
|
jar = "@org_apache_maven_archetype-archetype-common-2_2_http//file",
|
|
source_jar = "@org_apache_maven_archetype-archetype-common-2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_archetype-archetype-catalog-2_2_http_import",
|
|
jar = "@org_apache_maven_archetype-archetype-catalog-2_2_http//file",
|
|
source_jar = "@org_apache_maven_archetype-archetype-catalog-2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_archetype-archetype-descriptor-2_2_http_import",
|
|
jar = "@org_apache_maven_archetype-archetype-descriptor-2_2_http//file",
|
|
source_jar = "@org_apache_maven_archetype-archetype-descriptor-2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_archetype-archetype-registry-2_2_http_import",
|
|
jar = "@org_apache_maven_archetype-archetype-registry-2_2_http//file",
|
|
source_jar = "@org_apache_maven_archetype-archetype-registry-2_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-archetype-archetype-common-2-2-provided",
|
|
exports = [":maven-server-m3-common-org-apache-maven-archetype-archetype-common-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-compat-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-compat-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-compat-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-model-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-model-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-builder-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-model-builder-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-model-builder-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-builder-support-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-builder-support-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-builder-support-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-settings-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-builder-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-builder-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-settings-builder-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.plexus/plexus-sec-dispatcher-1.4.jar_copy",
|
|
src = "@org_sonatype_plexus-plexus-sec-dispatcher-1_4_http//file",
|
|
out = "org.sonatype.plexus/plexus-sec-dispatcher-1.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-artifact-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-artifact-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-artifact-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-core-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-core-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-core-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-plugin-api-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-plugin-api-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-plugin-api-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-spi-1.3.1.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-spi-1_3_1_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-spi-1.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.shared/maven-shared-utils-3.2.1.jar_copy",
|
|
src = "@org_apache_maven_shared-maven-shared-utils-3_2_1_http//file",
|
|
out = "org.apache.maven.shared/maven-shared-utils-3.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-io/commons-io-2.5.jar_copy",
|
|
src = "@commons-io-commons-io-2_5_http//file",
|
|
out = "commons-io/commons-io-2.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.inject-0.3.3.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.inject-0.3.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-resolver-provider-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-resolver-provider-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-resolver-provider-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-1.7.25.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-1_7_25_http//file",
|
|
out = "org.slf4j/slf4j-api-1.7.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-repository-metadata-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-repository-metadata-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-repository-metadata-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-api-1.3.1.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-api-1_3_1_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-api-1.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-util-1.3.1.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-util-1_3_1_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-util-1.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-impl-1.3.1.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-impl-1_3_1_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-impl-1.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-utils-3.1.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-utils-3_1_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-utils-3.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-interpolation-1.25.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-interpolation-1_25_http//file",
|
|
out = "org.codehaus.plexus/plexus-interpolation-1.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.3.3.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.3.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-component-annotations-1.7.1.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-component-annotations-1_7_1_http//file",
|
|
out = "org.codehaus.plexus/plexus-component-annotations-1.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.wagon/wagon-provider-api-3.2.0.jar_copy",
|
|
src = "@org_apache_maven_wagon-wagon-provider-api-3_2_0_http//file",
|
|
out = "org.apache.maven.wagon/wagon-provider-api-3.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-maven-compat-3-6-0",
|
|
exports = [
|
|
":org_apache_maven-maven-compat-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-builder-3_6_0_http_import",
|
|
":org_apache_maven-maven-builder-support-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_6_0_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_4_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
":org_apache_maven-maven-artifact-3_6_0_http_import",
|
|
":org_apache_commons-commons-lang3-3_8_1_http_import",
|
|
":org_apache_maven-maven-core-3_6_0_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_6_0_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-spi-1_3_1_http_import",
|
|
":org_apache_maven_shared-maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-commons-io-2_5_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_apache_maven-maven-resolver-provider-3_6_0_http_import",
|
|
":org_slf4j-slf4j-api-1_7_25_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_6_0_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-impl-1_3_1_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_1_0_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_25_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_7_1_http_import",
|
|
":org_apache_maven_wagon-wagon-provider-api-3_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-compat-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-compat-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-compat-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-model-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-builder-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-model-builder-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-builder-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-builder-support-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-builder-support-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-builder-support-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-settings-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-builder-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-settings-builder-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-builder-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_plexus-plexus-sec-dispatcher-1_4_http_import",
|
|
jar = "@org_sonatype_plexus-plexus-sec-dispatcher-1_4_http//file",
|
|
source_jar = "@org_sonatype_plexus-plexus-sec-dispatcher-1_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-artifact-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-artifact-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-artifact-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-core-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-core-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-core-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-plugin-api-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-plugin-api-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-plugin-api-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-spi-1_3_1_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-spi-1_3_1_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-spi-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_shared-maven-shared-utils-3_2_1_http_import",
|
|
jar = "@org_apache_maven_shared-maven-shared-utils-3_2_1_http//file",
|
|
source_jar = "@org_apache_maven_shared-maven-shared-utils-3_2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-io-commons-io-2_5_http_import",
|
|
jar = "@commons-io-commons-io-2_5_http//file",
|
|
source_jar = "@commons-io-commons-io-2_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-resolver-provider-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-resolver-provider-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-resolver-provider-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_slf4j-slf4j-api-1_7_25_http_import",
|
|
jar = "@org_slf4j-slf4j-api-1_7_25_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-1_7_25-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-repository-metadata-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-repository-metadata-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-repository-metadata-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-api-1_3_1_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-api-1_3_1_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-api-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-util-1_3_1_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-util-1_3_1_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-util-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-impl-1_3_1_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-impl-1_3_1_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-impl-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-utils-3_1_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-utils-3_1_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-utils-3_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-interpolation-1_25_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-interpolation-1_25_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-interpolation-1_25-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-component-annotations-1_7_1_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-component-annotations-1_7_1_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-component-annotations-1_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_wagon-wagon-provider-api-3_2_0_http_import",
|
|
jar = "@org_apache_maven_wagon-wagon-provider-api-3_2_0_http//file",
|
|
source_jar = "@org_apache_maven_wagon-wagon-provider-api-3_2_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-maven-compat-3-6-0-provided",
|
|
exports = [":maven-server-m3-common-org-apache-maven-maven-compat-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.shared/maven-dependency-tree-1.2.jar_copy",
|
|
src = "@org_apache_maven_shared-maven-dependency-tree-1_2_http//file",
|
|
out = "org.apache.maven.shared/maven-dependency-tree-1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-apache-maven-shared-maven-dependency-tree-1-2",
|
|
jar = "@org_apache_maven_shared-maven-dependency-tree-1_2_http//file",
|
|
source_jar = "@org_apache_maven_shared-maven-dependency-tree-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-shared-maven-dependency-tree-1-2-provided",
|
|
exports = [":maven-server-m3-common-org-apache-maven-shared-maven-dependency-tree-1-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.nexus/nexus-indexer-3.0.4.jar_copy",
|
|
src = "@org_sonatype_nexus-nexus-indexer-3_0_4_http//file",
|
|
out = "org.sonatype.nexus/nexus-indexer-3.0.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-3-0-4",
|
|
jar = "@org_sonatype_nexus-nexus-indexer-3_0_4_http//file",
|
|
source_jar = "@org_sonatype_nexus-nexus-indexer-3_0_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-3-0-4-provided",
|
|
exports = [":maven-server-m3-common-org-sonatype-nexus-nexus-indexer-3-0-4"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.nexus/nexus-indexer-artifact-1.0.1.jar_copy",
|
|
src = "@org_sonatype_nexus-nexus-indexer-artifact-1_0_1_http//file",
|
|
out = "org.sonatype.nexus/nexus-indexer-artifact-1.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-artifact-1-0-1",
|
|
jar = "@org_sonatype_nexus-nexus-indexer-artifact-1_0_1_http//file",
|
|
source_jar = "@org_sonatype_nexus-nexus-indexer-artifact-1_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-artifact-1-0-1-provided",
|
|
exports = [":maven-server-m3-common-org-sonatype-nexus-nexus-indexer-artifact-1-0-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-com-google-inject-guice-no_aop-4-0",
|
|
exports = [
|
|
":com_google_inject-guice-4_0_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-com-google-inject-guice-no_aop-4-0-provided",
|
|
exports = [":maven-server-m3-impl-com-google-inject-guice-no_aop-4-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-utils-1.5.8.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-utils-1_5_8_http//file",
|
|
out = "org.codehaus.plexus/plexus-utils-1.5.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-catalog-2-2",
|
|
exports = [
|
|
":org_apache_maven_archetype-archetype-catalog-2_2_http_import",
|
|
":org_codehaus_plexus-plexus-utils-1_5_8_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-utils-1_5_8_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-utils-1_5_8_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-utils-1_5_8-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-catalog-2-2-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-archetype-archetype-catalog-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-common-2-2",
|
|
exports = [
|
|
":org_apache_maven_archetype-archetype-common-2_2_http_import",
|
|
":org_apache_maven_archetype-archetype-catalog-2_2_http_import",
|
|
":org_apache_maven_archetype-archetype-descriptor-2_2_http_import",
|
|
":org_apache_maven_archetype-archetype-registry-2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-common-2-2-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-archetype-archetype-common-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-compat-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-compat-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-compat-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.wagon/wagon-provider-api-2.10.jar_copy",
|
|
src = "@org_apache_maven_wagon-wagon-provider-api-2_10_http//file",
|
|
out = "org.apache.maven.wagon/wagon-provider-api-2.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-compat-3-3-9",
|
|
exports = [
|
|
":org_apache_maven-maven-compat-3_3_9_http_import",
|
|
":org_apache_maven-maven-model-3_3_9_http_import",
|
|
":org_apache_commons-commons-lang3-3_4_http_import",
|
|
":org_apache_maven-maven-model-builder-3_3_9_http_import",
|
|
":org_apache_maven-maven-builder-support-3_3_9_http_import",
|
|
":com_google_guava-guava-18_0_http_import",
|
|
":org_apache_maven-maven-settings-3_3_9_http_import",
|
|
":org_apache_maven-maven-artifact-3_3_9_http_import",
|
|
":org_apache_maven-maven-core-3_3_9_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_3_9_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_3_9_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_3_9_http_import",
|
|
":org_apache_maven-maven-aether-provider-3_3_9_http_import",
|
|
":org_eclipse_aether-aether-spi-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-impl-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-api-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-util-1_0_2_v20150114_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_3_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_0_22_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_21_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_6_http_import",
|
|
":org_apache_maven_wagon-wagon-provider-api-2_10_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-compat-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-compat-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-compat-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_wagon-wagon-provider-api-2_10_http_import",
|
|
jar = "@org_apache_maven_wagon-wagon-provider-api-2_10_http//file",
|
|
source_jar = "@org_apache_maven_wagon-wagon-provider-api-2_10-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-compat-3-3-9-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-maven-compat-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-core-3-3-9",
|
|
exports = [
|
|
":org_apache_maven-maven-core-3_3_9_http_import",
|
|
":org_apache_maven-maven-model-3_3_9_http_import",
|
|
":org_apache_maven-maven-settings-3_3_9_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_3_9_http_import",
|
|
":org_apache_maven-maven-builder-support-3_3_9_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_3_9_http_import",
|
|
":org_apache_maven-maven-artifact-3_3_9_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_3_9_http_import",
|
|
":org_apache_maven-maven-model-builder-3_3_9_http_import",
|
|
":com_google_guava-guava-18_0_http_import",
|
|
":org_apache_maven-maven-aether-provider-3_3_9_http_import",
|
|
":org_eclipse_aether-aether-spi-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-impl-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-api-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-util-1_0_2_v20150114_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_21_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_0_22_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_6_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_3_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
":org_apache_commons-commons-lang3-3_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-core-3-3-9-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-maven-core-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-embedder-3.3.9.jar_copy",
|
|
src = "@org_apache_maven-maven-embedder-3_3_9_http//file",
|
|
out = "org.apache.maven/maven-embedder-3.3.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.inject/guice-4.0-no_aop.jar_copy",
|
|
src = "@com_google_inject-guice-4_0-no_aop_http//file",
|
|
out = "com.google.inject/guice-4.0-no_aop.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sonatype.plexus/plexus-cipher-1.7.jar_copy",
|
|
src = "@org_sonatype_plexus-plexus-cipher-1_7_http//file",
|
|
out = "org.sonatype.plexus/plexus-cipher-1.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-1.7.5.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-1_7_5_http//file",
|
|
out = "org.slf4j/slf4j-api-1.7.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-cli/commons-cli-1.2.jar_copy",
|
|
src = "@commons-cli-commons-cli-1_2_http//file",
|
|
out = "commons-cli/commons-cli-1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-embedder-3-3-9",
|
|
exports = [
|
|
":org_apache_maven-maven-embedder-3_3_9_http_import",
|
|
":org_apache_maven-maven-settings-3_3_9_http_import",
|
|
":org_apache_maven-maven-core-3_3_9_http_import",
|
|
":org_apache_maven-maven-model-3_3_9_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_3_9_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_3_9_http_import",
|
|
":org_apache_maven-maven-artifact-3_3_9_http_import",
|
|
":org_apache_maven-maven-aether-provider-3_3_9_http_import",
|
|
":org_eclipse_aether-aether-spi-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-impl-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-api-1_0_2_v20150114_http_import",
|
|
":org_eclipse_aether-aether-util-1_0_2_v20150114_http_import",
|
|
":com_google_inject-guice-4_0-no_aop_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":aopalliance-aopalliance-1_0_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_21_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_3_9_http_import",
|
|
":org_apache_maven-maven-model-builder-3_3_9_http_import",
|
|
":org_apache_maven-maven-builder-support-3_3_9_http_import",
|
|
":com_google_guava-guava-18_0_http_import",
|
|
":org_apache_maven-maven-compat-3_3_9_http_import",
|
|
":org_apache_maven_wagon-wagon-provider-api-2_10_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_0_22_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_6_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_3_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_7_http_import",
|
|
":org_slf4j-slf4j-api-1_7_5_http_import",
|
|
":commons-cli-commons-cli-1_2_http_import",
|
|
":org_apache_commons-commons-lang3-3_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-embedder-3_3_9_http_import",
|
|
jar = "@org_apache_maven-maven-embedder-3_3_9_http//file",
|
|
source_jar = "@org_apache_maven-maven-embedder-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_inject-guice-4_0-no_aop_http_import",
|
|
jar = "@com_google_inject-guice-4_0-no_aop_http//file",
|
|
source_jar = "@com_google_inject-guice-4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_sonatype_plexus-plexus-cipher-1_7_http_import",
|
|
jar = "@org_sonatype_plexus-plexus-cipher-1_7_http//file",
|
|
source_jar = "@org_sonatype_plexus-plexus-cipher-1_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_slf4j-slf4j-api-1_7_5_http_import",
|
|
jar = "@org_slf4j-slf4j-api-1_7_5_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-1_7_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli-commons-cli-1_2_http_import",
|
|
jar = "@commons-cli-commons-cli-1_2_http//file",
|
|
source_jar = "@commons-cli-commons-cli-1_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-embedder-3-3-9-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-maven-embedder-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-impl-org-apache-maven-shared-maven-dependency-tree-1-2",
|
|
jar = "@org_apache_maven_shared-maven-dependency-tree-1_2_http//file",
|
|
source_jar = "@org_apache_maven_shared-maven-dependency-tree-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-shared-maven-dependency-tree-1-2-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-shared-maven-dependency-tree-1-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-com-google-inject-guice-no_aop-4-2-1",
|
|
exports = [
|
|
":com_google_inject-guice-4_2_1_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":com_google_guava-guava-25_1-android_http_import",
|
|
":com_google_code_findbugs-jsr305-3_0_2_http_import",
|
|
":org_checkerframework-checker-compat-qual-2_0_0_http_import",
|
|
":com_google_errorprone-error_prone_annotations-2_1_3_http_import",
|
|
":com_google_j2objc-j2objc-annotations-1_1_http_import",
|
|
":org_codehaus_mojo-animal-sniffer-annotations-1_14_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-com-google-inject-guice-no_aop-4-2-1-provided",
|
|
exports = [":maven-server-m36-impl-com-google-inject-guice-no_aop-4-2-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-compat-3-6-0",
|
|
exports = [
|
|
":org_apache_maven-maven-compat-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-builder-3_6_0_http_import",
|
|
":org_apache_maven-maven-builder-support-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_6_0_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_4_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
":org_apache_maven-maven-artifact-3_6_0_http_import",
|
|
":org_apache_commons-commons-lang3-3_8_1_http_import",
|
|
":org_apache_maven-maven-core-3_6_0_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_6_0_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-spi-1_3_1_http_import",
|
|
":org_apache_maven_shared-maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-commons-io-2_5_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_apache_maven-maven-resolver-provider-3_6_0_http_import",
|
|
":org_slf4j-slf4j-api-1_7_25_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_6_0_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-impl-1_3_1_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_1_0_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_25_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_7_1_http_import",
|
|
":org_apache_maven_wagon-wagon-provider-api-3_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-compat-3-6-0-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-maven-compat-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.inject/guice-4.2.1-no_aop.jar_copy",
|
|
src = "@com_google_inject-guice-4_2_1-no_aop_http//file",
|
|
out = "com.google.inject/guice-4.2.1-no_aop.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-core-3-6-0",
|
|
exports = [
|
|
":org_apache_maven-maven-core-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_6_0_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_25_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_4_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_4_http_import",
|
|
":org_apache_maven-maven-builder-support-3_6_0_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_6_0_http_import",
|
|
":org_apache_maven-maven-artifact-3_6_0_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-builder-3_6_0_http_import",
|
|
":org_apache_maven-maven-resolver-provider-3_6_0_http_import",
|
|
":org_slf4j-slf4j-api-1_7_25_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-impl-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-spi-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-1_3_1_http_import",
|
|
":org_apache_maven_shared-maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-commons-io-2_5_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":com_google_inject-guice-4_2_1-no_aop_http_import",
|
|
":aopalliance-aopalliance-1_0_http_import",
|
|
":com_google_guava-guava-25_1-android_http_import",
|
|
":com_google_code_findbugs-jsr305-3_0_2_http_import",
|
|
":org_checkerframework-checker-compat-qual-2_0_0_http_import",
|
|
":com_google_errorprone-error_prone_annotations-2_1_3_http_import",
|
|
":com_google_j2objc-j2objc-annotations-1_1_http_import",
|
|
":org_codehaus_mojo-animal-sniffer-annotations-1_14_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_1_0_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_7_1_http_import",
|
|
":org_apache_commons-commons-lang3-3_8_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_inject-guice-4_2_1-no_aop_http_import",
|
|
jar = "@com_google_inject-guice-4_2_1-no_aop_http//file",
|
|
source_jar = "@com_google_inject-guice-4_2_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-core-3-6-0-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-maven-core-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-embedder-3.6.0.jar_copy",
|
|
src = "@org_apache_maven-maven-embedder-3_6_0_http//file",
|
|
out = "org.apache.maven/maven-embedder-3.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-cli/commons-cli-1.4.jar_copy",
|
|
src = "@commons-cli-commons-cli-1_4_http//file",
|
|
out = "commons-cli/commons-cli-1.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-embedder-3-6-0",
|
|
exports = [
|
|
":org_apache_maven-maven-embedder-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-3_6_0_http_import",
|
|
":org_apache_maven-maven-settings-builder-3_6_0_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_25_http_import",
|
|
":org_apache_maven-maven-core-3_6_0_http_import",
|
|
":org_apache_maven-maven-repository-metadata-3_6_0_http_import",
|
|
":org_apache_maven-maven-artifact-3_6_0_http_import",
|
|
":org_apache_maven-maven-resolver-provider-3_6_0_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-impl-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-spi-1_3_1_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":org_apache_maven-maven-plugin-api-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-3_6_0_http_import",
|
|
":org_apache_maven-maven-model-builder-3_6_0_http_import",
|
|
":org_apache_maven-maven-builder-support-3_6_0_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-1_3_1_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-1_3_1_http_import",
|
|
":org_apache_maven_shared-maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-commons-io-2_5_http_import",
|
|
":com_google_inject-guice-4_2_1-no_aop_http_import",
|
|
":aopalliance-aopalliance-1_0_http_import",
|
|
":com_google_guava-guava-25_1-android_http_import",
|
|
":com_google_code_findbugs-jsr305-3_0_2_http_import",
|
|
":org_checkerframework-checker-compat-qual-2_0_0_http_import",
|
|
":com_google_errorprone-error_prone_annotations-2_1_3_http_import",
|
|
":com_google_j2objc-j2objc-annotations-1_1_http_import",
|
|
":org_codehaus_mojo-animal-sniffer-annotations-1_14_http_import",
|
|
":javax_inject-javax_inject-1_http_import",
|
|
":javax_annotation-jsr250-api-1_0_http_import",
|
|
":org_codehaus_plexus-plexus-utils-3_1_0_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_5_2_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":javax_enterprise-cdi-api-1_0_http_import",
|
|
":org_codehaus_plexus-plexus-component-annotations-1_7_1_http_import",
|
|
":org_sonatype_plexus-plexus-sec-dispatcher-1_4_http_import",
|
|
":org_sonatype_plexus-plexus-cipher-1_7_http_import",
|
|
":org_slf4j-slf4j-api-1_7_25_http_import",
|
|
":commons-cli-commons-cli-1_4_http_import",
|
|
":org_apache_commons-commons-lang3-3_8_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-embedder-3_6_0_http_import",
|
|
jar = "@org_apache_maven-maven-embedder-3_6_0_http//file",
|
|
source_jar = "@org_apache_maven-maven-embedder-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli-commons-cli-1_4_http_import",
|
|
jar = "@commons-cli-commons-cli-1_4_http//file",
|
|
source_jar = "@commons-cli-commons-cli-1_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-embedder-3-6-0-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-maven-embedder-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m36-impl-org-apache-maven-shared-maven-dependency-tree-1-2",
|
|
jar = "@org_apache_maven_shared-maven-dependency-tree-1_2_http//file",
|
|
source_jar = "@org_apache_maven_shared-maven-dependency-tree-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-shared-maven-dependency-tree-1-2-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-shared-maven-dependency-tree-1-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.inject/guice-6.0.0.jar_copy",
|
|
src = "@com_google_inject-guice-6_0_0_http//file",
|
|
out = "com.google.inject/guice-6.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m40-google-inject-guice-6-0-0",
|
|
jar = "@com_google_inject-guice-6_0_0_http//file",
|
|
source_jar = "@com_google_inject-guice-6_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-google-inject-guice-6-0-0-provided",
|
|
exports = [":maven-server-m40-google-inject-guice-6-0-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m40-javax-inject-1",
|
|
jar = "@javax_inject-javax_inject-1_http//file",
|
|
source_jar = "@javax_inject-javax_inject-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-javax-inject-1-provided",
|
|
exports = [":maven-server-m40-javax-inject-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-embedder-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-embedder-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-embedder-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-annotations-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-annotations-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-annotations-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-core-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-core-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-core-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-di-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-di-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-di-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-settings-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-settings-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-settings-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-toolchain-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-toolchain-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-toolchain-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-plugin-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-plugin-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-plugin-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-cli-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-cli-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-cli-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-model-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-model-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-model-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-xml-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-xml-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-xml-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-core-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-core-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-core-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-metadata-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-metadata-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-metadata-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-api-spi-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-api-spi-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-api-spi-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-impl-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-impl-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-impl-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-connector-basic-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-connector-basic-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-connector-basic-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-repository-metadata-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-repository-metadata-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-repository-metadata-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-cli-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-cli-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-cli-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-transport-file-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-transport-file-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-transport-file-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-transport-jdk-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-transport-jdk-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-transport-jdk-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-di-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-di-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-di-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-jline-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-jline-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-jline-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-reader-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-reader-3_30_6_http//file",
|
|
out = "org.jline/jline-reader-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-style-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-style-3_30_6_http//file",
|
|
out = "org.jline/jline-style-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-builtins-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-builtins-3_30_6_http//file",
|
|
out = "org.jline/jline-builtins-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-console-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-console-3_30_6_http//file",
|
|
out = "org.jline/jline-console-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-console-ui-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-console-ui-3_30_6_http//file",
|
|
out = "org.jline/jline-console-ui-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-terminal-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-terminal-3_30_6_http//file",
|
|
out = "org.jline/jline-terminal-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-native-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-native-3_30_6_http//file",
|
|
out = "org.jline/jline-native-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jline-terminal-jni-3.30.6.jar_copy",
|
|
src = "@org_jline-jline-terminal-jni-3_30_6_http//file",
|
|
out = "org.jline/jline-terminal-jni-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-logging-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-logging-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-logging-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-xml-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-xml-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-xml-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.woodstox/woodstox-core-7.1.1.jar_copy",
|
|
src = "@com_fasterxml_woodstox-woodstox-core-7_1_1_http//file",
|
|
out = "com.fasterxml.woodstox/woodstox-core-7.1.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-artifact-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-artifact-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-artifact-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-builder-support-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-builder-support-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-builder-support-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-model-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-model-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-support-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-support-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-support-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-model-builder-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-model-builder-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-model-builder-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-interpolation-1.28.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-interpolation-1_28_http//file",
|
|
out = "org.codehaus.plexus/plexus-interpolation-1.28.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-plugin-api-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-plugin-api-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-plugin-api-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.9.0.M4.jar_copy",
|
|
src = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_9_0_M4_http//file",
|
|
out = "org.eclipse.sisu/org.eclipse.sisu.plexus-0.9.0.M4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-settings-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-settings-builder-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-settings-builder-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-settings-builder-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-toolchain-builder-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-toolchain-builder-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-toolchain-builder-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven/maven-toolchain-model-4.0.0-rc-5.jar_copy",
|
|
src = "@org_apache_maven-maven-toolchain-model-4_0_0-rc-5_http//file",
|
|
out = "org.apache.maven/maven-toolchain-model-4.0.0-rc-5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-api-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-api-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-api-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-spi-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-spi-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-spi-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-util-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-util-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-util-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-impl-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-impl-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-impl-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.maven.resolver/maven-resolver-named-locks-2.0.13.jar_copy",
|
|
src = "@org_apache_maven_resolver-maven-resolver-named-locks-2_0_13_http//file",
|
|
out = "org.apache.maven.resolver/maven-resolver-named-locks-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-utils-4.0.2.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-utils-4_0_2_http//file",
|
|
out = "org.codehaus.plexus/plexus-utils-4.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-xml-4.1.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-xml-4_1_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-xml-4.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-classworlds-2.9.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-classworlds-2_9_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-classworlds-2.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.plexus/plexus-sec-dispatcher-4.1.0.jar_copy",
|
|
src = "@org_codehaus_plexus-plexus-sec-dispatcher-4_1_0_http//file",
|
|
out = "org.codehaus.plexus/plexus-sec-dispatcher-4.1.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-2.0.17.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-2_0_17_http//file",
|
|
out = "org.slf4j/slf4j-api-2.0.17.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jline/jansi-core-3.30.6.jar_copy",
|
|
src = "@org_jline-jansi-core-3_30_6_http//file",
|
|
out = "org.jline/jansi-core-3.30.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-org-apache-maven-maven-embedder-4-0-0-rc-5",
|
|
exports = [
|
|
":org_apache_maven-maven-embedder-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-annotations-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-core-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-di-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-settings-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-toolchain-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-plugin-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-cli-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-model-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-xml-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-core-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-metadata-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-api-spi-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-impl-4_0_0-rc-5_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-connector-basic-2_0_13_http_import",
|
|
":org_apache_maven-maven-repository-metadata-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-cli-4_0_0-rc-5_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-transport-file-2_0_13_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-transport-jdk-2_0_13_http_import",
|
|
":org_jdom-jdom2-2_0_6_1_http_import",
|
|
":org_apache_maven-maven-di-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-jline-4_0_0-rc-5_http_import",
|
|
":org_jline-jline-reader-3_30_6_http_import",
|
|
":org_jline-jline-style-3_30_6_http_import",
|
|
":org_jline-jline-builtins-3_30_6_http_import",
|
|
":org_jline-jline-console-3_30_6_http_import",
|
|
":org_jline-jline-console-ui-3_30_6_http_import",
|
|
":org_jline-jline-terminal-3_30_6_http_import",
|
|
":org_jline-jline-native-3_30_6_http_import",
|
|
":org_jline-jline-terminal-jni-3_30_6_http_import",
|
|
":org_apache_maven-maven-logging-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-xml-4_0_0-rc-5_http_import",
|
|
":com_fasterxml_woodstox-woodstox-core-7_1_1_http_import",
|
|
":org_codehaus_woodstox-stax2-api-4_2_2_http_import",
|
|
":org_apache_maven-maven-artifact-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-builder-support-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-model-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-support-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-model-builder-4_0_0-rc-5_http_import",
|
|
":org_codehaus_plexus-plexus-interpolation-1_28_http_import",
|
|
":org_apache_maven-maven-plugin-api-4_0_0-rc-5_http_import",
|
|
":org_eclipse_sisu-org_eclipse_sisu_plexus-0_9_0_M4_http_import",
|
|
":org_apache_maven-maven-settings-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-settings-builder-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-toolchain-builder-4_0_0-rc-5_http_import",
|
|
":org_apache_maven-maven-toolchain-model-4_0_0-rc-5_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-api-2_0_13_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-spi-2_0_13_http_import",
|
|
":com_google_code_gson-gson-2_13_2_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-util-2_0_13_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-impl-2_0_13_http_import",
|
|
":org_apache_maven_resolver-maven-resolver-named-locks-2_0_13_http_import",
|
|
":org_codehaus_plexus-plexus-utils-4_0_2_http_import",
|
|
":org_codehaus_plexus-plexus-xml-4_1_0_http_import",
|
|
":org_codehaus_plexus-plexus-classworlds-2_9_0_http_import",
|
|
":org_codehaus_plexus-plexus-sec-dispatcher-4_1_0_http_import",
|
|
":org_slf4j-slf4j-api-2_0_17_http_import",
|
|
":commons-cli-commons-cli-1_10_0_http_import",
|
|
":org_jline-jansi-core-3_30_6_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-embedder-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-embedder-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-embedder-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-annotations-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-annotations-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-annotations-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-core-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-core-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-core-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-di-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-di-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-di-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-settings-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-settings-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-settings-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-toolchain-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-toolchain-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-toolchain-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-plugin-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-plugin-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-plugin-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-cli-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-cli-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-cli-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-model-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-model-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-model-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-xml-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-xml-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-xml-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-core-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-core-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-core-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-metadata-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-metadata-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-metadata-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-api-spi-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-api-spi-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-api-spi-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-impl-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-impl-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-impl-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-connector-basic-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-connector-basic-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-connector-basic-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-repository-metadata-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-repository-metadata-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-repository-metadata-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-cli-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-cli-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-cli-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-transport-file-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-transport-file-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-transport-file-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-transport-jdk-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-transport-jdk-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-transport-jdk-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-di-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-di-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-di-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-jline-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-jline-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-jline-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-reader-3_30_6_http_import",
|
|
jar = "@org_jline-jline-reader-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-reader-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-style-3_30_6_http_import",
|
|
jar = "@org_jline-jline-style-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-style-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-builtins-3_30_6_http_import",
|
|
jar = "@org_jline-jline-builtins-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-builtins-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-console-3_30_6_http_import",
|
|
jar = "@org_jline-jline-console-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-console-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-console-ui-3_30_6_http_import",
|
|
jar = "@org_jline-jline-console-ui-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-console-ui-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-terminal-3_30_6_http_import",
|
|
jar = "@org_jline-jline-terminal-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-terminal-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-native-3_30_6_http_import",
|
|
jar = "@org_jline-jline-native-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-native-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jline-terminal-jni-3_30_6_http_import",
|
|
jar = "@org_jline-jline-terminal-jni-3_30_6_http//file",
|
|
source_jar = "@org_jline-jline-terminal-jni-3_30_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-logging-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-logging-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-logging-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-xml-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-xml-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-xml-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_woodstox-woodstox-core-7_1_1_http_import",
|
|
jar = "@com_fasterxml_woodstox-woodstox-core-7_1_1_http//file",
|
|
source_jar = "@com_fasterxml_woodstox-woodstox-core-7_1_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-artifact-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-artifact-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-artifact-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-builder-support-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-builder-support-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-builder-support-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-model-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-support-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-support-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-support-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-model-builder-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-model-builder-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-model-builder-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-interpolation-1_28_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-interpolation-1_28_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-interpolation-1_28-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-plugin-api-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-plugin-api-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-plugin-api-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu-org_eclipse_sisu_plexus-0_9_0_M4_http_import",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_9_0_M4_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_plexus-0_9_0_M4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-settings-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-settings-builder-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-settings-builder-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-settings-builder-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-toolchain-builder-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-toolchain-builder-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-toolchain-builder-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven-maven-toolchain-model-4_0_0-rc-5_http_import",
|
|
jar = "@org_apache_maven-maven-toolchain-model-4_0_0-rc-5_http//file",
|
|
source_jar = "@org_apache_maven-maven-toolchain-model-4_0_0-rc-5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-api-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-api-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-api-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-spi-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-spi-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-spi-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_code_gson-gson-2_13_2_http_import",
|
|
jar = "@com_google_code_gson-gson-2_13_2_http//file",
|
|
source_jar = "@com_google_code_gson-gson-2_13_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-util-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-util-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-util-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-impl-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-impl-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-impl-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_maven_resolver-maven-resolver-named-locks-2_0_13_http_import",
|
|
jar = "@org_apache_maven_resolver-maven-resolver-named-locks-2_0_13_http//file",
|
|
source_jar = "@org_apache_maven_resolver-maven-resolver-named-locks-2_0_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-utils-4_0_2_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-utils-4_0_2_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-utils-4_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-xml-4_1_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-xml-4_1_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-xml-4_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-classworlds-2_9_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-classworlds-2_9_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-classworlds-2_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_codehaus_plexus-plexus-sec-dispatcher-4_1_0_http_import",
|
|
jar = "@org_codehaus_plexus-plexus-sec-dispatcher-4_1_0_http//file",
|
|
source_jar = "@org_codehaus_plexus-plexus-sec-dispatcher-4_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_slf4j-slf4j-api-2_0_17_http_import",
|
|
jar = "@org_slf4j-slf4j-api-2_0_17_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-2_0_17-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli-commons-cli-1_10_0_http_import",
|
|
jar = "@commons-cli-commons-cli-1_10_0_http//file",
|
|
source_jar = "@commons-cli-commons-cli-1_10_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jline-jansi-core-3_30_6_http_import",
|
|
jar = "@org_jline-jansi-core-3_30_6_http//file",
|
|
source_jar = "@org_jline-jansi-core-3_30_6-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-org-apache-maven-maven-embedder-4-0-0-rc-5-provided",
|
|
exports = [":maven-server-m40-org-apache-maven-maven-embedder-4-0-0-rc-5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m40-org-eclipse-sisu-eclipse-sisu-inject-0-9-0-_m3",
|
|
jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_9_0_M3_http//file",
|
|
source_jar = "@org_eclipse_sisu-org_eclipse_sisu_inject-0_9_0_M3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-org-eclipse-sisu-eclipse-sisu-inject-0-9-0-_m3-provided",
|
|
exports = [":maven-server-m40-org-eclipse-sisu-eclipse-sisu-inject-0-9-0-_m3"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.takari/maven-wrapper-0.5.5.jar_copy",
|
|
src = "@io_takari-maven-wrapper-0_5_5_http//file",
|
|
out = "io.takari/maven-wrapper-0.5.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-test_framework-io-takari-maven-wrapper",
|
|
jar = "@io_takari-maven-wrapper-0_5_5_http//file",
|
|
source_jar = "@io_takari-maven-wrapper-0_5_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.moandjiezana.toml/toml4j-0.7.2.jar_copy",
|
|
src = "@com_moandjiezana_toml-toml4j-0_7_2_http//file",
|
|
out = "com.moandjiezana.toml/toml4j-0.7.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mcpserver-toml4j",
|
|
jar = "@com_moandjiezana_toml-toml4j-0_7_2_http//file",
|
|
source_jar = "@com_moandjiezana_toml-toml4j-0_7_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.marschall/memoryfilesystem-2.8.2.jar_copy",
|
|
src = "@com_github_marschall-memoryfilesystem-2_8_2_http//file",
|
|
out = "com.github.marschall/memoryfilesystem-2.8.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "memoryfilesystem",
|
|
jar = "@com_github_marschall-memoryfilesystem-2_8_2_http//file",
|
|
source_jar = "@com_github_marschall-memoryfilesystem-2_8_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.mockito/mockito-core-5.19.0.jar_copy",
|
|
src = "@org_mockito-mockito-core-5_19_0_http//file",
|
|
out = "org.mockito/mockito-core-5.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-agent-1.17.6.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-agent-1_17_6_http//file",
|
|
out = "net.bytebuddy/byte-buddy-agent-1.17.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.objenesis/objenesis-3.3.jar_copy",
|
|
src = "@org_objenesis-objenesis-3_3_http//file",
|
|
out = "org.objenesis/objenesis-3.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "mockito",
|
|
exports = [
|
|
":org_mockito-mockito-core-5_19_0_http_import",
|
|
":net_bytebuddy-byte-buddy-agent-1_17_6_http_import",
|
|
":org_objenesis-objenesis-3_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_mockito-mockito-core-5_19_0_http_import",
|
|
jar = "@org_mockito-mockito-core-5_19_0_http//file",
|
|
source_jar = "@org_mockito-mockito-core-5_19_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_bytebuddy-byte-buddy-agent-1_17_6_http_import",
|
|
jar = "@net_bytebuddy-byte-buddy-agent-1_17_6_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-agent-1_17_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_objenesis-objenesis-3_3_http_import",
|
|
jar = "@org_objenesis-objenesis-3_3_http//file",
|
|
source_jar = "@org_objenesis-objenesis-3_3-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.mockito/mockito-junit-jupiter-5.19.0.jar_copy",
|
|
src = "@org_mockito-mockito-junit-jupiter-5_19_0_http//file",
|
|
out = "org.mockito/mockito-junit-jupiter-5.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockito-junit-jupiter",
|
|
jar = "@org_mockito-mockito-junit-jupiter-5_19_0_http//file",
|
|
source_jar = "@org_mockito-mockito-junit-jupiter-5_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.mockito.kotlin/mockito-kotlin-6.0.0.jar_copy",
|
|
src = "@org_mockito_kotlin-mockito-kotlin-6_0_0_http//file",
|
|
out = "org.mockito.kotlin/mockito-kotlin-6.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockito-kotlin",
|
|
jar = "@org_mockito_kotlin-mockito-kotlin-6_0_0_http//file",
|
|
source_jar = "@org_mockito_kotlin-mockito-kotlin-6_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-buffer",
|
|
exports = [
|
|
":io_netty-netty-buffer-4_2_0_RC2_http_import",
|
|
":io_netty-netty-common-4_2_0_RC2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-codec-http2-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-codec-http2-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-codec-http2-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-transport-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-transport-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-resolver-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-resolver-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-resolver-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-codec-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-codec-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-codec-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-codec-base-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-codec-base-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-codec-base-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-handler-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-handler-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-handler-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-native-unix-common-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-transport-native-unix-common-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-transport-native-unix-common-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-codec-http-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-codec-http-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-codec-http-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-codec-http",
|
|
exports = [
|
|
":io_netty-netty-codec-http2-4_2_0_RC2_http_import",
|
|
":io_netty-netty-transport-4_2_0_RC2_http_import",
|
|
":io_netty-netty-resolver-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-base-4_2_0_RC2_http_import",
|
|
":io_netty-netty-handler-4_2_0_RC2_http_import",
|
|
":io_netty-netty-transport-native-unix-common-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-http-4_2_0_RC2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-codec-http2-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-codec-http2-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-codec-http2-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-transport-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-transport-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-resolver-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-resolver-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-resolver-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-codec-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-codec-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-codec-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-codec-base-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-codec-base-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-codec-base-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-handler-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-handler-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-handler-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-native-unix-common-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-transport-native-unix-common-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-transport-native-unix-common-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-codec-http-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-codec-http-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-codec-http-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-codec-protobuf-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-codec-protobuf-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-codec-protobuf-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-protobuf",
|
|
jar = "@io_netty-netty-codec-protobuf-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-codec-protobuf-4_2_0_RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final.jar_copy",
|
|
src = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final_http//file",
|
|
out = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-tcnative-classes-2.0.73.Final.jar_copy",
|
|
src = "@io_netty-netty-tcnative-classes-2_0_73_Final_http//file",
|
|
out = "io.netty/netty-tcnative-classes-2.0.73.Final.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-linux-x86_64.jar_copy",
|
|
src = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-x86_64_http//file",
|
|
out = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-linux-x86_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-linux-aarch_64.jar_copy",
|
|
src = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-aarch_64_http//file",
|
|
out = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-linux-aarch_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-osx-x86_64.jar_copy",
|
|
src = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-x86_64_http//file",
|
|
out = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-osx-x86_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-osx-aarch_64.jar_copy",
|
|
src = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-aarch_64_http//file",
|
|
out = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-osx-aarch_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-windows-x86_64.jar_copy",
|
|
src = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-windows-x86_64_http//file",
|
|
out = "io.netty/netty-tcnative-boringssl-static-2.0.73.Final-windows-x86_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-tcnative-boringssl",
|
|
exports = [
|
|
":io_netty-netty-tcnative-boringssl-static-2_0_73_Final_http_import",
|
|
":io_netty-netty-tcnative-classes-2_0_73_Final_http_import",
|
|
":io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-x86_64_http_import",
|
|
":io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-aarch_64_http_import",
|
|
":io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-x86_64_http_import",
|
|
":io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-aarch_64_http_import",
|
|
":io_netty-netty-tcnative-boringssl-static-2_0_73_Final-windows-x86_64_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-tcnative-boringssl-static-2_0_73_Final_http_import",
|
|
jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final_http//file",
|
|
source_jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-tcnative-classes-2_0_73_Final_http_import",
|
|
jar = "@io_netty-netty-tcnative-classes-2_0_73_Final_http//file",
|
|
source_jar = "@io_netty-netty-tcnative-classes-2_0_73_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-x86_64_http_import",
|
|
jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-x86_64_http//file",
|
|
source_jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-aarch_64_http_import",
|
|
jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-linux-aarch_64_http//file",
|
|
source_jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-x86_64_http_import",
|
|
jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-x86_64_http//file",
|
|
source_jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-aarch_64_http_import",
|
|
jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-osx-aarch_64_http//file",
|
|
source_jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-tcnative-boringssl-static-2_0_73_Final-windows-x86_64_http_import",
|
|
jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-windows-x86_64_http//file",
|
|
source_jar = "@io_netty-netty-tcnative-boringssl-static-2_0_73_Final-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/ngram-slp-0.0.3.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-ngram-slp-0_0_3_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/ngram-slp-0.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ngram-slp",
|
|
jar = "@org_jetbrains_intellij_deps_completion-ngram-slp-0_0_3_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-ngram-slp-0_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "jetbrains.fleet/noria-compiler-plugin-2.3.20-RC2-0.1.jar_copy",
|
|
src = "@jetbrains_fleet-noria-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
out = "jetbrains.fleet/noria-compiler-plugin-2.3.20-RC2-0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "noria-compiler-plugin",
|
|
jar = "@jetbrains_fleet-noria-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
source_jar = "@jetbrains_fleet-noria-compiler-plugin-2_3_20-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "objenesis",
|
|
jar = "@org_objenesis-objenesis-3_4_http//file",
|
|
source_jar = "@org_objenesis-objenesis-3_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okhttp3/okhttp-5.0.0-alpha.14.jar_copy",
|
|
src = "@com_squareup_okhttp3-okhttp-5_0_0-alpha_14_http//file",
|
|
out = "com.squareup.okhttp3/okhttp-5.0.0-alpha.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okio/okio-jvm-3.9.0.jar_copy",
|
|
src = "@com_squareup_okio-okio-jvm-3_9_0_http//file",
|
|
out = "com.squareup.okio/okio-jvm-3.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "okhttp",
|
|
exports = [
|
|
":com_squareup_okhttp3-okhttp-5_0_0-alpha_14_http_import",
|
|
":com_squareup_okio-okio-jvm-3_9_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okhttp3-okhttp-5_0_0-alpha_14_http_import",
|
|
jar = "@com_squareup_okhttp3-okhttp-5_0_0-alpha_14_http//file",
|
|
source_jar = "@com_squareup_okhttp3-okhttp-5_0_0-alpha_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okio-okio-jvm-3_9_0_http_import",
|
|
jar = "@com_squareup_okio-okio-jvm-3_9_0_http//file",
|
|
source_jar = "@com_squareup_okio-okio-jvm-3_9_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-sdk-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-sdk-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-sdk-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-api-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-api-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-api-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-context-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-context-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-context-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-sdk-common-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-sdk-common-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-sdk-common-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-sdk-trace-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-sdk-trace-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-sdk-trace-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-sdk-metrics-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-sdk-metrics-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-sdk-metrics-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-sdk-logs-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-sdk-logs-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-sdk-logs-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry",
|
|
exports = [
|
|
":io_opentelemetry-opentelemetry-sdk-1_48_0_http_import",
|
|
":io_opentelemetry-opentelemetry-api-1_48_0_http_import",
|
|
":io_opentelemetry-opentelemetry-context-1_48_0_http_import",
|
|
":io_opentelemetry-opentelemetry-sdk-common-1_48_0_http_import",
|
|
":io_opentelemetry-opentelemetry-sdk-trace-1_48_0_http_import",
|
|
":io_opentelemetry-opentelemetry-sdk-metrics-1_48_0_http_import",
|
|
":io_opentelemetry-opentelemetry-sdk-logs-1_48_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-sdk-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-sdk-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-sdk-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-api-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-api-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-api-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-context-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-context-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-context-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-sdk-common-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-sdk-common-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-sdk-common-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-sdk-trace-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-sdk-trace-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-sdk-trace-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-sdk-metrics-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-sdk-metrics-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-sdk-metrics-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-sdk-logs-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-sdk-logs-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-sdk-logs-1_48_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-provided",
|
|
exports = [":opentelemetry"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-exporter-otlp-common-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-exporter-otlp-common-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-exporter-otlp-common-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-exporter-common-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-exporter-common-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-exporter-common-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-exporter-otlp-common",
|
|
exports = [
|
|
":io_opentelemetry-opentelemetry-exporter-otlp-common-1_48_0_http_import",
|
|
":io_opentelemetry-opentelemetry-exporter-common-1_48_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-exporter-otlp-common-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-exporter-otlp-common-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-exporter-otlp-common-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_opentelemetry-opentelemetry-exporter-common-1_48_0_http_import",
|
|
jar = "@io_opentelemetry-opentelemetry-exporter-common-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-exporter-common-1_48_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry/opentelemetry-extension-kotlin-1.48.0.jar_copy",
|
|
src = "@io_opentelemetry-opentelemetry-extension-kotlin-1_48_0_http//file",
|
|
out = "io.opentelemetry/opentelemetry-extension-kotlin-1.48.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-extension-kotlin",
|
|
jar = "@io_opentelemetry-opentelemetry-extension-kotlin-1_48_0_http//file",
|
|
source_jar = "@io_opentelemetry-opentelemetry-extension-kotlin-1_48_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-extension-kotlin-provided",
|
|
exports = [":opentelemetry-extension-kotlin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.opentelemetry.semconv/opentelemetry-semconv-1.30.0.jar_copy",
|
|
src = "@io_opentelemetry_semconv-opentelemetry-semconv-1_30_0_http//file",
|
|
out = "io.opentelemetry.semconv/opentelemetry-semconv-1.30.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-semconv",
|
|
jar = "@io_opentelemetry_semconv-opentelemetry-semconv-1_30_0_http//file",
|
|
source_jar = "@io_opentelemetry_semconv-opentelemetry-semconv-1_30_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-semconv-provided",
|
|
exports = [":opentelemetry-semconv"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentest4j",
|
|
jar = "@org_opentest4j-opentest4j-1_3_0_http//file",
|
|
source_jar = "@org_opentest4j-opentest4j-1_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentest4j-provided",
|
|
exports = [":opentest4j"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.groovy/groovy-3.0.25.jar_copy",
|
|
src = "@org_codehaus_groovy-groovy-3_0_25_http//file",
|
|
out = "org.codehaus.groovy/groovy-3.0.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy",
|
|
jar = "@org_codehaus_groovy-groovy-3_0_25_http//file",
|
|
source_jar = "@org_codehaus_groovy-groovy-3_0_25-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "org-codehaus-groovy-groovy-provided",
|
|
exports = [":org-codehaus-groovy-groovy"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.groovy/groovy-ant-3.0.25.jar_copy",
|
|
src = "@org_codehaus_groovy-groovy-ant-3_0_25_http//file",
|
|
out = "org.codehaus.groovy/groovy-ant-3.0.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-ant",
|
|
jar = "@org_codehaus_groovy-groovy-ant-3_0_25_http//file",
|
|
source_jar = "@org_codehaus_groovy-groovy-ant-3_0_25-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "org-codehaus-groovy-groovy-ant-provided",
|
|
exports = [":org-codehaus-groovy-groovy-ant"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.groovy/groovy-json-3.0.25.jar_copy",
|
|
src = "@org_codehaus_groovy-groovy-json-3_0_25_http//file",
|
|
out = "org.codehaus.groovy/groovy-json-3.0.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-json",
|
|
jar = "@org_codehaus_groovy-groovy-json-3_0_25_http//file",
|
|
source_jar = "@org_codehaus_groovy-groovy-json-3_0_25-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.groovy/groovy-jsr223-3.0.25.jar_copy",
|
|
src = "@org_codehaus_groovy-groovy-jsr223-3_0_25_http//file",
|
|
out = "org.codehaus.groovy/groovy-jsr223-3.0.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-jsr223",
|
|
jar = "@org_codehaus_groovy-groovy-jsr223-3_0_25_http//file",
|
|
source_jar = "@org_codehaus_groovy-groovy-jsr223-3_0_25-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.groovy/groovy-templates-3.0.25.jar_copy",
|
|
src = "@org_codehaus_groovy-groovy-templates-3_0_25_http//file",
|
|
out = "org.codehaus.groovy/groovy-templates-3.0.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-templates",
|
|
jar = "@org_codehaus_groovy-groovy-templates-3_0_25_http//file",
|
|
source_jar = "@org_codehaus_groovy-groovy-templates-3_0_25-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.codehaus.groovy/groovy-xml-3.0.25.jar_copy",
|
|
src = "@org_codehaus_groovy-groovy-xml-3_0_25_http//file",
|
|
out = "org.codehaus.groovy/groovy-xml-3.0.25.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-xml",
|
|
jar = "@org_codehaus_groovy-groovy-xml-3_0_25_http//file",
|
|
source_jar = "@org_codehaus_groovy-groovy-xml-3_0_25-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.packagesearch/packagesearch-api-client-jvm-3.4.0.jar_copy",
|
|
src = "@org_jetbrains_packagesearch-packagesearch-api-client-jvm-3_4_0_http//file",
|
|
out = "org.jetbrains.packagesearch/packagesearch-api-client-jvm-3.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.packagesearch/packagesearch-http-models-jvm-3.4.0.jar_copy",
|
|
src = "@org_jetbrains_packagesearch-packagesearch-http-models-jvm-3_4_0_http//file",
|
|
out = "org.jetbrains.packagesearch/packagesearch-http-models-jvm-3.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.packagesearch/packagesearch-api-models-jvm-3.4.0.jar_copy",
|
|
src = "@org_jetbrains_packagesearch-packagesearch-api-models-jvm-3_4_0_http//file",
|
|
out = "org.jetbrains.packagesearch/packagesearch-api-models-jvm-3.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.packagesearch/packagesearch-version-utils-jvm-3.4.0.jar_copy",
|
|
src = "@org_jetbrains_packagesearch-packagesearch-version-utils-jvm-3_4_0_http//file",
|
|
out = "org.jetbrains.packagesearch/packagesearch-version-utils-jvm-3.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.soywiz.korlibs.krypto/krypto-jvm-4.0.10.jar_copy",
|
|
src = "@com_soywiz_korlibs_krypto-krypto-jvm-4_0_10_http//file",
|
|
out = "com.soywiz.korlibs.krypto/krypto-jvm-4.0.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "package-search-api-client",
|
|
exports = [
|
|
":org_jetbrains_packagesearch-packagesearch-api-client-jvm-3_4_0_http_import",
|
|
":org_jetbrains_packagesearch-packagesearch-http-models-jvm-3_4_0_http_import",
|
|
":org_jetbrains_packagesearch-packagesearch-api-models-jvm-3_4_0_http_import",
|
|
":org_jetbrains_packagesearch-packagesearch-version-utils-jvm-3_4_0_http_import",
|
|
":com_soywiz_korlibs_krypto-krypto-jvm-4_0_10_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_packagesearch-packagesearch-api-client-jvm-3_4_0_http_import",
|
|
jar = "@org_jetbrains_packagesearch-packagesearch-api-client-jvm-3_4_0_http//file",
|
|
source_jar = "@org_jetbrains_packagesearch-packagesearch-api-client-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_packagesearch-packagesearch-http-models-jvm-3_4_0_http_import",
|
|
jar = "@org_jetbrains_packagesearch-packagesearch-http-models-jvm-3_4_0_http//file",
|
|
source_jar = "@org_jetbrains_packagesearch-packagesearch-http-models-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_packagesearch-packagesearch-api-models-jvm-3_4_0_http_import",
|
|
jar = "@org_jetbrains_packagesearch-packagesearch-api-models-jvm-3_4_0_http//file",
|
|
source_jar = "@org_jetbrains_packagesearch-packagesearch-api-models-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_packagesearch-packagesearch-version-utils-jvm-3_4_0_http_import",
|
|
jar = "@org_jetbrains_packagesearch-packagesearch-version-utils-jvm-3_4_0_http//file",
|
|
source_jar = "@org_jetbrains_packagesearch-packagesearch-version-utils-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_soywiz_korlibs_krypto-krypto-jvm-4_0_10_http_import",
|
|
jar = "@com_soywiz_korlibs_krypto-krypto-jvm-4_0_10_http//file",
|
|
source_jar = "@com_soywiz_korlibs_krypto-krypto-jvm-4_0_10-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.guardsquare/proguard-base-7.8.2.jar_copy",
|
|
src = "@com_guardsquare-proguard-base-7_8_2_http//file",
|
|
out = "com.guardsquare/proguard-base-7.8.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.guardsquare/proguard-core-9.2.0.jar_copy",
|
|
src = "@com_guardsquare-proguard-core-9_2_0_http//file",
|
|
out = "com.guardsquare/proguard-core-9.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-metadata-jvm-2.2.0.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_0_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-metadata-jvm-2.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains/annotations-26.0.1.jar_copy",
|
|
src = "@org_jetbrains-annotations-26_0_1_http//file",
|
|
out = "org.jetbrains/annotations-26.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.logging.log4j/log4j-api-2.24.2.jar_copy",
|
|
src = "@org_apache_logging_log4j-log4j-api-2_24_2_http//file",
|
|
out = "org.apache.logging.log4j/log4j-api-2.24.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.logging.log4j/log4j-core-2.24.2.jar_copy",
|
|
src = "@org_apache_logging_log4j-log4j-core-2_24_2_http//file",
|
|
out = "org.apache.logging.log4j/log4j-core-2.24.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.json/json-20231013.jar_copy",
|
|
src = "@org_json-json-20231013_http//file",
|
|
out = "org.json/json-20231013.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-code_optimizer-proguard",
|
|
exports = [
|
|
":com_guardsquare-proguard-base-7_8_2_http_import",
|
|
":com_guardsquare-proguard-core-9_2_0_http_import",
|
|
":org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_0_http_import",
|
|
":org_jetbrains-annotations-26_0_1_http_import",
|
|
":org_apache_logging_log4j-log4j-api-2_24_2_http_import",
|
|
":org_apache_logging_log4j-log4j-core-2_24_2_http_import",
|
|
":org_json-json-20231013_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_guardsquare-proguard-base-7_8_2_http_import",
|
|
jar = "@com_guardsquare-proguard-base-7_8_2_http//file",
|
|
source_jar = "@com_guardsquare-proguard-base-7_8_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_guardsquare-proguard-core-9_2_0_http_import",
|
|
jar = "@com_guardsquare-proguard-core-9_2_0_http//file",
|
|
source_jar = "@com_guardsquare-proguard-core-9_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_0_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-metadata-jvm-2_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains-annotations-26_0_1_http_import",
|
|
jar = "@org_jetbrains-annotations-26_0_1_http//file",
|
|
source_jar = "@org_jetbrains-annotations-26_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_logging_log4j-log4j-api-2_24_2_http_import",
|
|
jar = "@org_apache_logging_log4j-log4j-api-2_24_2_http//file",
|
|
source_jar = "@org_apache_logging_log4j-log4j-api-2_24_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_logging_log4j-log4j-core-2_24_2_http_import",
|
|
jar = "@org_apache_logging_log4j-log4j-core-2_24_2_http//file",
|
|
source_jar = "@org_apache_logging_log4j-log4j-core-2_24_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_json-json-20231013_http_import",
|
|
jar = "@org_json-json-20231013_http//file",
|
|
source_jar = "@org_json-json-20231013-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains/apple-notary-api-kotlin-client-2.0.1.jar_copy",
|
|
src = "@org_jetbrains-apple-notary-api-kotlin-client-2_0_1_http//file",
|
|
out = "org.jetbrains/apple-notary-api-kotlin-client-2.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.amazonaws/aws-java-sdk-s3-1.12.431.jar_copy",
|
|
src = "@com_amazonaws-aws-java-sdk-s3-1_12_431_http//file",
|
|
out = "com.amazonaws/aws-java-sdk-s3-1.12.431.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.amazonaws/aws-java-sdk-kms-1.12.431.jar_copy",
|
|
src = "@com_amazonaws-aws-java-sdk-kms-1_12_431_http//file",
|
|
out = "com.amazonaws/aws-java-sdk-kms-1.12.431.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.amazonaws/aws-java-sdk-core-1.12.431.jar_copy",
|
|
src = "@com_amazonaws-aws-java-sdk-core-1_12_431_http//file",
|
|
out = "com.amazonaws/aws-java-sdk-core-1.12.431.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.amazonaws/jmespath-java-1.12.431.jar_copy",
|
|
src = "@com_amazonaws-jmespath-java-1_12_431_http//file",
|
|
out = "com.amazonaws/jmespath-java-1.12.431.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.auth0/java-jwt-4.3.0.jar_copy",
|
|
src = "@com_auth0-java-jwt-4_3_0_http//file",
|
|
out = "com.auth0/java-jwt-4.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-jetbrains-apple-notary-api-kotlin-client",
|
|
exports = [
|
|
":org_jetbrains-apple-notary-api-kotlin-client-2_0_1_http_import",
|
|
":com_amazonaws-aws-java-sdk-s3-1_12_431_http_import",
|
|
":com_amazonaws-aws-java-sdk-kms-1_12_431_http_import",
|
|
":com_amazonaws-aws-java-sdk-core-1_12_431_http_import",
|
|
":com_amazonaws-jmespath-java-1_12_431_http_import",
|
|
":com_auth0-java-jwt-4_3_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains-apple-notary-api-kotlin-client-2_0_1_http_import",
|
|
jar = "@org_jetbrains-apple-notary-api-kotlin-client-2_0_1_http//file",
|
|
source_jar = "@org_jetbrains-apple-notary-api-kotlin-client-2_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_amazonaws-aws-java-sdk-s3-1_12_431_http_import",
|
|
jar = "@com_amazonaws-aws-java-sdk-s3-1_12_431_http//file",
|
|
source_jar = "@com_amazonaws-aws-java-sdk-s3-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_amazonaws-aws-java-sdk-kms-1_12_431_http_import",
|
|
jar = "@com_amazonaws-aws-java-sdk-kms-1_12_431_http//file",
|
|
source_jar = "@com_amazonaws-aws-java-sdk-kms-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_amazonaws-aws-java-sdk-core-1_12_431_http_import",
|
|
jar = "@com_amazonaws-aws-java-sdk-core-1_12_431_http//file",
|
|
source_jar = "@com_amazonaws-aws-java-sdk-core-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_amazonaws-jmespath-java-1_12_431_http_import",
|
|
jar = "@com_amazonaws-jmespath-java-1_12_431_http//file",
|
|
source_jar = "@com_amazonaws-jmespath-java-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_auth0-java-jwt-4_3_0_http_import",
|
|
jar = "@com_auth0-java-jwt-4_3_0_http//file",
|
|
source_jar = "@com_auth0-java-jwt-4_3_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/intellij-coverage-reporter-1.0.766.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-intellij-coverage-reporter-1_0_766_http//file",
|
|
out = "org.jetbrains.intellij.deps/intellij-coverage-reporter-1.0.766.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/intellij-coverage-agent-1.0.766.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766_http//file",
|
|
out = "org.jetbrains.intellij.deps/intellij-coverage-agent-1.0.766.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-jetbrains-intellij-deps-coverage-reporter",
|
|
exports = [
|
|
":org_jetbrains_intellij_deps-intellij-coverage-reporter-1_0_766_http_import",
|
|
":org_jetbrains_intellij_deps-coverage-report-1_0_25_http_import",
|
|
":org_freemarker-freemarker-2_3_32_http_import",
|
|
":org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps-intellij-coverage-reporter-1_0_766_http_import",
|
|
jar = "@org_jetbrains_intellij_deps-intellij-coverage-reporter-1_0_766_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-intellij-coverage-reporter-1_0_766-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766_http_import",
|
|
jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_766-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-all-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-all-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-all-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-handler-ssl-ocsp-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-handler-ssl-ocsp-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-handler-ssl-ocsp-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-pkitesting-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-pkitesting-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-pkitesting-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bouncycastle/bcpkix-jdk18on-1.79.jar_copy",
|
|
src = "@org_bouncycastle-bcpkix-jdk18on-1_79_http//file",
|
|
out = "org.bouncycastle/bcpkix-jdk18on-1.79.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bouncycastle/bcutil-jdk18on-1.79.jar_copy",
|
|
src = "@org_bouncycastle-bcutil-jdk18on-1_79_http//file",
|
|
out = "org.bouncycastle/bcutil-jdk18on-1.79.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bouncycastle/bcprov-jdk18on-1.79.jar_copy",
|
|
src = "@org_bouncycastle-bcprov-jdk18on-1_79_http//file",
|
|
out = "org.bouncycastle/bcprov-jdk18on-1.79.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-classes-epoll-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-transport-classes-epoll-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-transport-classes-epoll-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-classes-kqueue-4.2.0.RC2.jar_copy",
|
|
src = "@io_netty-netty-transport-classes-kqueue-4_2_0_RC2_http//file",
|
|
out = "io.netty/netty-transport-classes-kqueue-4.2.0.RC2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-native-epoll-4.2.0.RC2-linux-x86_64.jar_copy",
|
|
src = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-x86_64_http//file",
|
|
out = "io.netty/netty-transport-native-epoll-4.2.0.RC2-linux-x86_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-native-epoll-4.2.0.RC2-linux-aarch_64.jar_copy",
|
|
src = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-aarch_64_http//file",
|
|
out = "io.netty/netty-transport-native-epoll-4.2.0.RC2-linux-aarch_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-native-epoll-4.2.0.RC2-linux-riscv64.jar_copy",
|
|
src = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-riscv64_http//file",
|
|
out = "io.netty/netty-transport-native-epoll-4.2.0.RC2-linux-riscv64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-native-kqueue-4.2.0.RC2-osx-x86_64.jar_copy",
|
|
src = "@io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-x86_64_http//file",
|
|
out = "io.netty/netty-transport-native-kqueue-4.2.0.RC2-osx-x86_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.netty/netty-transport-native-kqueue-4.2.0.RC2-osx-aarch_64.jar_copy",
|
|
src = "@io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-aarch_64_http//file",
|
|
out = "io.netty/netty-transport-native-kqueue-4.2.0.RC2-osx-aarch_64.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-netty",
|
|
exports = [
|
|
":io_netty-netty-all-4_2_0_RC2_http_import",
|
|
":io_netty-netty-buffer-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-base-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-http-4_2_0_RC2_http_import",
|
|
":io_netty-netty-codec-http2-4_2_0_RC2_http_import",
|
|
":io_netty-netty-common-4_2_0_RC2_http_import",
|
|
":io_netty-netty-handler-4_2_0_RC2_http_import",
|
|
":io_netty-netty-transport-native-unix-common-4_2_0_RC2_http_import",
|
|
":io_netty-netty-handler-ssl-ocsp-4_2_0_RC2_http_import",
|
|
":io_netty-netty-resolver-4_2_0_RC2_http_import",
|
|
":io_netty-netty-transport-4_2_0_RC2_http_import",
|
|
":io_netty-netty-pkitesting-4_2_0_RC2_http_import",
|
|
":org_bouncycastle-bcpkix-jdk18on-1_79_http_import",
|
|
":org_bouncycastle-bcutil-jdk18on-1_79_http_import",
|
|
":org_bouncycastle-bcprov-jdk18on-1_79_http_import",
|
|
":io_netty-netty-transport-classes-epoll-4_2_0_RC2_http_import",
|
|
":io_netty-netty-transport-classes-kqueue-4_2_0_RC2_http_import",
|
|
":io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-x86_64_http_import",
|
|
":io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-aarch_64_http_import",
|
|
":io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-riscv64_http_import",
|
|
":io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-x86_64_http_import",
|
|
":io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-aarch_64_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-all-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-all-4_2_0_RC2_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-handler-ssl-ocsp-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-handler-ssl-ocsp-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-handler-ssl-ocsp-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-pkitesting-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-pkitesting-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-pkitesting-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_bouncycastle-bcpkix-jdk18on-1_79_http_import",
|
|
jar = "@org_bouncycastle-bcpkix-jdk18on-1_79_http//file",
|
|
source_jar = "@org_bouncycastle-bcpkix-jdk18on-1_79-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_bouncycastle-bcutil-jdk18on-1_79_http_import",
|
|
jar = "@org_bouncycastle-bcutil-jdk18on-1_79_http//file",
|
|
source_jar = "@org_bouncycastle-bcutil-jdk18on-1_79-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_bouncycastle-bcprov-jdk18on-1_79_http_import",
|
|
jar = "@org_bouncycastle-bcprov-jdk18on-1_79_http//file",
|
|
source_jar = "@org_bouncycastle-bcprov-jdk18on-1_79-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-classes-epoll-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-transport-classes-epoll-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-transport-classes-epoll-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-classes-kqueue-4_2_0_RC2_http_import",
|
|
jar = "@io_netty-netty-transport-classes-kqueue-4_2_0_RC2_http//file",
|
|
source_jar = "@io_netty-netty-transport-classes-kqueue-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-x86_64_http_import",
|
|
jar = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-x86_64_http//file",
|
|
source_jar = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-aarch_64_http_import",
|
|
jar = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-aarch_64_http//file",
|
|
source_jar = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-riscv64_http_import",
|
|
jar = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-linux-riscv64_http//file",
|
|
source_jar = "@io_netty-netty-transport-native-epoll-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-x86_64_http_import",
|
|
jar = "@io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-x86_64_http//file",
|
|
source_jar = "@io_netty-netty-transport-native-kqueue-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-aarch_64_http_import",
|
|
jar = "@io_netty-netty-transport-native-kqueue-4_2_0_RC2-osx-aarch_64_http//file",
|
|
source_jar = "@io_netty-netty-transport-native-kqueue-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.spdx/tools-java-1.1.8.jar_copy",
|
|
src = "@org_spdx-tools-java-1_1_8_http//file",
|
|
out = "org.spdx/tools-java-1.1.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.spdx/java-spdx-library-1.1.10.jar_copy",
|
|
src = "@org_spdx-java-spdx-library-1_1_10_http//file",
|
|
out = "org.spdx/java-spdx-library-1.1.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.spdx/spdx-jackson-store-1.1.9.jar_copy",
|
|
src = "@org_spdx-spdx-jackson-store-1_1_9_http//file",
|
|
out = "org.spdx/spdx-jackson-store-1.1.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.dataformat/jackson-dataformat-xml-2.15.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_dataformat-jackson-dataformat-xml-2_15_0_http//file",
|
|
out = "com.fasterxml.jackson.dataformat/jackson-dataformat-xml-2.15.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-spdx-tools-java",
|
|
exports = [
|
|
":org_spdx-tools-java-1_1_8_http_import",
|
|
":org_spdx-java-spdx-library-1_1_10_http_import",
|
|
":org_spdx-spdx-jackson-store-1_1_9_http_import",
|
|
":com_fasterxml_jackson_dataformat-jackson-dataformat-xml-2_15_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_spdx-tools-java-1_1_8_http_import",
|
|
jar = "@org_spdx-tools-java-1_1_8_http//file",
|
|
source_jar = "@org_spdx-tools-java-1_1_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_spdx-java-spdx-library-1_1_10_http_import",
|
|
jar = "@org_spdx-java-spdx-library-1_1_10_http//file",
|
|
source_jar = "@org_spdx-java-spdx-library-1_1_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_spdx-spdx-jackson-store-1_1_9_http_import",
|
|
jar = "@org_spdx-spdx-jackson-store-1_1_9_http//file",
|
|
source_jar = "@org_spdx-spdx-jackson-store-1_1_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_fasterxml_jackson_dataformat-jackson-dataformat-xml-2_15_0_http_import",
|
|
jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-xml-2_15_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-xml-2_15_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.compiler/compiler-hosted-1.5.14.jar_copy",
|
|
src = "@org_jetbrains_compose_compiler-compiler-hosted-1_5_14_http//file",
|
|
out = "org.jetbrains.compose.compiler/compiler-hosted-1.5.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-compose-compiler_plugin-jetbrains-compose-compiler-hosted",
|
|
jar = "@org_jetbrains_compose_compiler-compiler-hosted-1_5_14_http//file",
|
|
source_jar = "@org_jetbrains_compose_compiler-compiler-hosted-1_5_14-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-compose-compiler_plugin-jetbrains-compose-compiler-hosted-provided",
|
|
exports = [":platform-compose-compiler_plugin-jetbrains-compose-compiler-hosted"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/intellij-coverage-agent-1.0.771.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771_http//file",
|
|
out = "org.jetbrains.intellij.deps/intellij-coverage-agent-1.0.771.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-coverage-agent-intellij-coverage",
|
|
jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-intellij-coverage-agent-1_0_771-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.hypfvieh/dbus-java-transport-native-unixsocket-4.2.1.jar_copy",
|
|
src = "@com_github_hypfvieh-dbus-java-transport-native-unixsocket-4_2_1_http//file",
|
|
out = "com.github.hypfvieh/dbus-java-transport-native-unixsocket-4.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.hypfvieh/dbus-java-core-4.2.1.jar_copy",
|
|
src = "@com_github_hypfvieh-dbus-java-core-4_2_1_http//file",
|
|
out = "com.github.hypfvieh/dbus-java-core-4.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-credential_store-impl-dbus-java",
|
|
exports = [
|
|
":com_github_hypfvieh-dbus-java-transport-native-unixsocket-4_2_1_http_import",
|
|
":com_github_hypfvieh-dbus-java-core-4_2_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_hypfvieh-dbus-java-transport-native-unixsocket-4_2_1_http_import",
|
|
jar = "@com_github_hypfvieh-dbus-java-transport-native-unixsocket-4_2_1_http//file",
|
|
source_jar = "@com_github_hypfvieh-dbus-java-transport-native-unixsocket-4_2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_hypfvieh-dbus-java-core-4_2_1_http_import",
|
|
jar = "@com_github_hypfvieh-dbus-java-core-4_2_1_http//file",
|
|
source_jar = "@com_github_hypfvieh-dbus-java-core-4_2_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-eel_helper-jline-terminal",
|
|
exports = [
|
|
":org_jline-jline-terminal-3_27_0_http_import",
|
|
":org_jline-jline-native-3_27_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.pngencoder/pngencoder-0.14.0.jar_copy",
|
|
src = "@com_pngencoder-pngencoder-0_14_0_http//file",
|
|
out = "com.pngencoder/pngencoder-0.14.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-images-build-pngencoder",
|
|
jar = "@com_pngencoder-pngencoder-0_14_0_http//file",
|
|
source_jar = "@com_pngencoder-pngencoder-0_14_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-detekt_plugin-io-gitlab-arturbosch-detekt-api",
|
|
exports = [
|
|
":io_gitlab_arturbosch_detekt-detekt-api-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-utils-1_23_8_http_import",
|
|
":dev_drewhamilton_poko-poko-annotations-jvm-0_17_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-report-html-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-report-html-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-report-html-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-html-jvm-0.8.1.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_8_1_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-html-jvm-0.8.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-report-md-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-report-md-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-report-md-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-report-txt-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-report-txt-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-report-txt-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-report-xml-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-report-xml-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-report-xml-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-report-sarif-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-report-sarif-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-report-sarif-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.github.detekt.sarif4k/sarif4k-jvm-0.6.0.jar_copy",
|
|
src = "@io_github_detekt_sarif4k-sarif4k-jvm-0_6_0_http//file",
|
|
out = "io.github.detekt.sarif4k/sarif4k-jvm-0.6.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-serialization-json-jvm-1.4.1.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_4_1_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-serialization-json-jvm-1.4.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-stdlib-common-1.7.20.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-stdlib-common-1_7_20_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-stdlib-common-1.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/kotlinx-serialization-core-jvm-1.4.1.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_4_1_http//file",
|
|
out = "org.jetbrains.kotlinx/kotlinx-serialization-core-jvm-1.4.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-stdlib-jdk8-1.7.20.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-stdlib-jdk8-1_7_20_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-stdlib-jdk8-1.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-stdlib-jdk7-1.7.20.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-stdlib-jdk7-1_7_20_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-stdlib-jdk7-1.7.20.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-detekt_plugin-io-gitlab-arturbosch-detekt-core",
|
|
exports = [
|
|
":io_gitlab_arturbosch_detekt-detekt-core-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-api-1_23_8_http_import",
|
|
":dev_drewhamilton_poko-poko-annotations-jvm-0_17_1_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-parser-1_23_8_http_import",
|
|
":io_github_davidburstrom_contester-contester-breakpoint-0_2_0_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-tooling-1_23_8_http_import",
|
|
":org_snakeyaml-snakeyaml-engine-2_7_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-metrics-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-report-html-1_23_8_http_import",
|
|
":org_jetbrains_kotlinx-kotlinx-html-jvm-0_8_1_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-report-md-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-report-txt-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-report-xml-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-report-sarif-1_23_8_http_import",
|
|
":io_github_detekt_sarif4k-sarif4k-jvm-0_6_0_http_import",
|
|
":org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_4_1_http_import",
|
|
":org_jetbrains_kotlin-kotlin-stdlib-common-1_7_20_http_import",
|
|
":org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_4_1_http_import",
|
|
":org_jetbrains_kotlin-kotlin-stdlib-jdk8-1_7_20_http_import",
|
|
":org_jetbrains_kotlin-kotlin-stdlib-jdk7-1_7_20_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-utils-1_23_8_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-report-html-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-report-html-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-report-html-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-kotlinx-html-jvm-0_8_1_http_import",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_8_1_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-html-jvm-0_8_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-report-md-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-report-md-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-report-md-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-report-txt-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-report-txt-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-report-txt-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-report-xml-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-report-xml-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-report-xml-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-report-sarif-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-report-sarif-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-report-sarif-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_github_detekt_sarif4k-sarif4k-jvm-0_6_0_http_import",
|
|
jar = "@io_github_detekt_sarif4k-sarif4k-jvm-0_6_0_http//file",
|
|
source_jar = "@io_github_detekt_sarif4k-sarif4k-jvm-0_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_4_1_http_import",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_4_1_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-json-jvm-1_4_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-stdlib-common-1_7_20_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-stdlib-common-1_7_20_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-stdlib-common-1_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_4_1_http_import",
|
|
jar = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_4_1_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-kotlinx-serialization-core-jvm-1_4_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-stdlib-jdk8-1_7_20_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-stdlib-jdk8-1_7_20_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-stdlib-jdk8-1_7_20-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-stdlib-jdk7-1_7_20_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-stdlib-jdk7-1_7_20_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-stdlib-jdk7-1_7_20-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-test-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-test-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-test-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-compiler-embeddable-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-compiler-embeddable-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-compiler-embeddable-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-script-runtime-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-script-runtime-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-script-runtime-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-daemon-embeddable-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-daemon-embeddable-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-daemon-embeddable-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/trove4j-1.0.20200330.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-trove4j-1_0_20200330_http//file",
|
|
out = "org.jetbrains.intellij.deps/trove4j-1.0.20200330.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.gitlab.arturbosch.detekt/detekt-test-utils-1.23.8.jar_copy",
|
|
src = "@io_gitlab_arturbosch_detekt-detekt-test-utils-1_23_8_http//file",
|
|
out = "io.gitlab.arturbosch.detekt/detekt-test-utils-1.23.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.jupiter/junit-jupiter-api-5.10.2.jar_copy",
|
|
src = "@org_junit_jupiter-junit-jupiter-api-5_10_2_http//file",
|
|
out = "org.junit.jupiter/junit-jupiter-api-5.10.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.junit.platform/junit-platform-commons-1.10.2.jar_copy",
|
|
src = "@org_junit_platform-junit-platform-commons-1_10_2_http//file",
|
|
out = "org.junit.platform/junit-platform-commons-1.10.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-main-kts-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-main-kts-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-main-kts-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-compiler-embeddable-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-compiler-embeddable-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-compiler-impl-embeddable-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-compiler-impl-embeddable-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-common-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-common-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-common-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-scripting-jvm-2.0.21.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-scripting-jvm-2_0_21_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-scripting-jvm-2.0.21.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-detekt_plugin-io-gitlab-arturbosch-detekt-test",
|
|
exports = [
|
|
":io_gitlab_arturbosch_detekt-detekt-test-1_23_8_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-api-1_23_8_http_import",
|
|
":org_jetbrains_kotlin-kotlin-compiler-embeddable-2_0_21_http_import",
|
|
":org_jetbrains_kotlin-kotlin-script-runtime-2_0_21_http_import",
|
|
":org_jetbrains_kotlin-kotlin-daemon-embeddable-2_0_21_http_import",
|
|
":org_jetbrains_intellij_deps-trove4j-1_0_20200330_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-psi-utils-1_23_8_http_import",
|
|
":dev_drewhamilton_poko-poko-annotations-jvm-0_17_1_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-test-utils-1_23_8_http_import",
|
|
":org_junit_jupiter-junit-jupiter-api-5_10_2_http_import",
|
|
":org_opentest4j-opentest4j-1_3_0_http_import",
|
|
":org_junit_platform-junit-platform-commons-1_10_2_http_import",
|
|
":org_apiguardian-apiguardian-api-1_1_2_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-parser-1_23_8_http_import",
|
|
":io_github_davidburstrom_contester-contester-breakpoint-0_2_0_http_import",
|
|
":org_jetbrains_kotlin-kotlin-main-kts-2_0_21_http_import",
|
|
":org_jetbrains_kotlin-kotlin-scripting-compiler-embeddable-2_0_21_http_import",
|
|
":org_jetbrains_kotlin-kotlin-scripting-compiler-impl-embeddable-2_0_21_http_import",
|
|
":org_jetbrains_kotlin-kotlin-scripting-common-2_0_21_http_import",
|
|
":org_jetbrains_kotlin-kotlin-scripting-jvm-2_0_21_http_import",
|
|
":io_gitlab_arturbosch_detekt-detekt-utils-1_23_8_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-test-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-test-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-test-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-compiler-embeddable-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-compiler-embeddable-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-compiler-embeddable-2_0_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-script-runtime-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-script-runtime-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-script-runtime-2_0_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-daemon-embeddable-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-daemon-embeddable-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-daemon-embeddable-2_0_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_intellij_deps-trove4j-1_0_20200330_http_import",
|
|
jar = "@org_jetbrains_intellij_deps-trove4j-1_0_20200330_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-trove4j-1_0_20200330-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_gitlab_arturbosch_detekt-detekt-test-utils-1_23_8_http_import",
|
|
jar = "@io_gitlab_arturbosch_detekt-detekt-test-utils-1_23_8_http//file",
|
|
source_jar = "@io_gitlab_arturbosch_detekt-detekt-test-utils-1_23_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_jupiter-junit-jupiter-api-5_10_2_http_import",
|
|
jar = "@org_junit_jupiter-junit-jupiter-api-5_10_2_http//file",
|
|
source_jar = "@org_junit_jupiter-junit-jupiter-api-5_10_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_junit_platform-junit-platform-commons-1_10_2_http_import",
|
|
jar = "@org_junit_platform-junit-platform-commons-1_10_2_http//file",
|
|
source_jar = "@org_junit_platform-junit-platform-commons-1_10_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-main-kts-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-main-kts-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-main-kts-2_0_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-scripting-compiler-embeddable-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-compiler-embeddable-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-compiler-embeddable-2_0_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-scripting-compiler-impl-embeddable-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-compiler-impl-embeddable-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-compiler-impl-embeddable-2_0_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-scripting-common-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-common-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-common-2_0_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-scripting-jvm-2_0_21_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-scripting-jvm-2_0_21_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-scripting-jvm-2_0_21-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-detekt_plugin-jetbrains-kotlin-compiler-embeddable",
|
|
exports = [
|
|
":org_jetbrains_kotlin-kotlin-compiler-embeddable-2_0_21_http_import",
|
|
":org_jetbrains_kotlin-kotlin-daemon-embeddable-2_0_21_http_import",
|
|
":org_jetbrains_intellij_deps-trove4j-1_0_20200330_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.commonmark/commonmark-0.24.0.jar_copy",
|
|
src = "@org_commonmark-commonmark-0_24_0_http//file",
|
|
out = "org.commonmark/commonmark-0.24.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-markdown-core-org-commonmark-commonmark",
|
|
jar = "@org_commonmark-commonmark-0_24_0_http//file",
|
|
source_jar = "@org_commonmark-commonmark-0_24_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.commonmark/commonmark-ext-autolink-0.24.0.jar_copy",
|
|
src = "@org_commonmark-commonmark-ext-autolink-0_24_0_http//file",
|
|
out = "org.commonmark/commonmark-ext-autolink-0.24.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.nibor.autolink/autolink-0.11.0.jar_copy",
|
|
src = "@org_nibor_autolink-autolink-0_11_0_http//file",
|
|
out = "org.nibor.autolink/autolink-0.11.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-markdown-extensions-autolink-commonmark-ext-autolink",
|
|
exports = [
|
|
":org_commonmark-commonmark-ext-autolink-0_24_0_http_import",
|
|
":org_nibor_autolink-autolink-0_11_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_commonmark-commonmark-ext-autolink-0_24_0_http_import",
|
|
jar = "@org_commonmark-commonmark-ext-autolink-0_24_0_http//file",
|
|
source_jar = "@org_commonmark-commonmark-ext-autolink-0_24_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_nibor_autolink-autolink-0_11_0_http_import",
|
|
jar = "@org_nibor_autolink-autolink-0_11_0_http//file",
|
|
source_jar = "@org_nibor_autolink-autolink-0_11_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.commonmark/commonmark-ext-gfm-strikethrough-0.24.0.jar_copy",
|
|
src = "@org_commonmark-commonmark-ext-gfm-strikethrough-0_24_0_http//file",
|
|
out = "org.commonmark/commonmark-ext-gfm-strikethrough-0.24.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-markdown-extensions-gfm_strikethrough-commonmark-ext-gfm-strikethrough",
|
|
jar = "@org_commonmark-commonmark-ext-gfm-strikethrough-0_24_0_http//file",
|
|
source_jar = "@org_commonmark-commonmark-ext-gfm-strikethrough-0_24_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.commonmark/commonmark-ext-gfm-tables-0.24.0.jar_copy",
|
|
src = "@org_commonmark-commonmark-ext-gfm-tables-0_24_0_http//file",
|
|
out = "org.commonmark/commonmark-ext-gfm-tables-0.24.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-markdown-extensions-gfm_tables-commonmark-ext-gfm-tables",
|
|
jar = "@org_commonmark-commonmark-ext-gfm-tables-0_24_0_http//file",
|
|
source_jar = "@org_commonmark-commonmark-ext-gfm-tables-0_24_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.lwjgl/lwjgl-tinyfd-3.3.1.jar_copy",
|
|
src = "@org_lwjgl-lwjgl-tinyfd-3_3_1_http//file",
|
|
out = "org.lwjgl/lwjgl-tinyfd-3.3.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-samples-standalone-org-lwjgl-lwjgl-tinyfd",
|
|
jar = "@org_lwjgl-lwjgl-tinyfd-3_3_1_http//file",
|
|
source_jar = "@org_lwjgl-lwjgl-tinyfd-3_3_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-samples-standalone-org-nibor-autolink-autolink",
|
|
jar = "@org_nibor_autolink-autolink-0_11_0_http//file",
|
|
source_jar = "@org_nibor_autolink-autolink-0_11_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.components/components-resources-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_components-components-resources-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.components/components-resources-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-ui-org-jetbrains-compose-components-components-resources",
|
|
jar = "@org_jetbrains_compose_components-components-resources-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_components-components-resources-1_10_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.compose.components/components-resources-desktop-1.10.0.jar_copy",
|
|
src = "@org_jetbrains_compose_components-components-resources-desktop-1_10_0_http//file",
|
|
out = "org.jetbrains.compose.components/components-resources-desktop-1.10.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-ui-org-jetbrains-compose-components-components-resources-desktop",
|
|
jar = "@org_jetbrains_compose_components-components-resources-desktop-1_10_0_http//file",
|
|
source_jar = "@org_jetbrains_compose_components-components-resources-desktop-1_10_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.thoughtworks.qdox/qdox-2.2.0.jar_copy",
|
|
src = "@com_thoughtworks_qdox-qdox-2_2_0_http//file",
|
|
out = "com.thoughtworks.qdox/qdox-2.2.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jps-build-qdox-java-parser",
|
|
jar = "@com_thoughtworks_qdox-qdox-2_2_0_http//file",
|
|
source_jar = "@com_thoughtworks_qdox-qdox-2_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.jqwik/jqwik-1.9.2.jar_copy",
|
|
src = "@net_jqwik-jqwik-1_9_2_http//file",
|
|
out = "net.jqwik/jqwik-1.9.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.jqwik/jqwik-api-1.9.2.jar_copy",
|
|
src = "@net_jqwik-jqwik-api-1_9_2_http//file",
|
|
out = "net.jqwik/jqwik-api-1.9.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.jqwik/jqwik-web-1.9.2.jar_copy",
|
|
src = "@net_jqwik-jqwik-web-1_9_2_http//file",
|
|
out = "net.jqwik/jqwik-web-1.9.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.jqwik/jqwik-time-1.9.2.jar_copy",
|
|
src = "@net_jqwik-jqwik-time-1_9_2_http//file",
|
|
out = "net.jqwik/jqwik-time-1.9.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.jqwik/jqwik-engine-1.9.2.jar_copy",
|
|
src = "@net_jqwik-jqwik-engine-1_9_2_http//file",
|
|
out = "net.jqwik/jqwik-engine-1.9.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jps-build-tests-jqwik",
|
|
exports = [
|
|
":net_jqwik-jqwik-1_9_2_http_import",
|
|
":org_apiguardian-apiguardian-api-1_1_2_http_import",
|
|
":net_jqwik-jqwik-api-1_9_2_http_import",
|
|
":net_jqwik-jqwik-web-1_9_2_http_import",
|
|
":net_jqwik-jqwik-time-1_9_2_http_import",
|
|
":net_jqwik-jqwik-engine-1_9_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_jqwik-jqwik-1_9_2_http_import",
|
|
jar = "@net_jqwik-jqwik-1_9_2_http//file",
|
|
source_jar = "@net_jqwik-jqwik-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_jqwik-jqwik-api-1_9_2_http_import",
|
|
jar = "@net_jqwik-jqwik-api-1_9_2_http//file",
|
|
source_jar = "@net_jqwik-jqwik-api-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_jqwik-jqwik-web-1_9_2_http_import",
|
|
jar = "@net_jqwik-jqwik-web-1_9_2_http//file",
|
|
source_jar = "@net_jqwik-jqwik-web-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_jqwik-jqwik-time-1_9_2_http_import",
|
|
jar = "@net_jqwik-jqwik-time-1_9_2_http//file",
|
|
source_jar = "@net_jqwik-jqwik-time-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_jqwik-jqwik-engine-1_9_2_http_import",
|
|
jar = "@net_jqwik-jqwik-engine-1_9_2_http//file",
|
|
source_jar = "@net_jqwik-jqwik-engine-1_9_2-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.fasterxml.jackson.dataformat/jackson-dataformat-cbor-2.19.0.jar_copy",
|
|
src = "@com_fasterxml_jackson_dataformat-jackson-dataformat-cbor-2_19_0_http//file",
|
|
out = "com.fasterxml.jackson.dataformat/jackson-dataformat-cbor-2.19.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-settings-local-jackson-dataformat-cbor",
|
|
jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-cbor-2_19_0_http//file",
|
|
source_jar = "@com_fasterxml_jackson_dataformat-jackson-dataformat-cbor-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okhttp3/mockwebserver-5.0.0-alpha.11.jar_copy",
|
|
src = "@com_squareup_okhttp3-mockwebserver-5_0_0-alpha_11_http//file",
|
|
out = "com.squareup.okhttp3/mockwebserver-5.0.0-alpha.11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okhttp3/mockwebserver3-5.0.0-alpha.11.jar_copy",
|
|
src = "@com_squareup_okhttp3-mockwebserver3-5_0_0-alpha_11_http//file",
|
|
out = "com.squareup.okhttp3/mockwebserver3-5.0.0-alpha.11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-test_framework-okhttp3-mockwebserver",
|
|
exports = [
|
|
":com_squareup_okhttp3-mockwebserver-5_0_0-alpha_11_http_import",
|
|
":com_squareup_okhttp3-mockwebserver3-5_0_0-alpha_11_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okhttp3-mockwebserver-5_0_0-alpha_11_http_import",
|
|
jar = "@com_squareup_okhttp3-mockwebserver-5_0_0-alpha_11_http//file",
|
|
source_jar = "@com_squareup_okhttp3-mockwebserver-5_0_0-alpha_11-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okhttp3-mockwebserver3-5_0_0-alpha_11_http_import",
|
|
jar = "@com_squareup_okhttp3-mockwebserver3-5_0_0-alpha_11_http//file",
|
|
source_jar = "@com_squareup_okhttp3-mockwebserver3-5_0_0-alpha_11-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.intellij.remoterobot/remote-fixtures-0.11.19.jar_copy",
|
|
src = "@com_intellij_remoterobot-remote-fixtures-0_11_19_http//file",
|
|
out = "com.intellij.remoterobot/remote-fixtures-0.11.19.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-test_framework-ui-intellij-remoterobot-remote-fixtures",
|
|
jar = "@com_intellij_remoterobot-remote-fixtures-0_11_19_http//file",
|
|
source_jar = "@com_intellij_remoterobot-remote-fixtures-0_11_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.intellij.remoterobot/robot-server-core-0.11.19.jar_copy",
|
|
src = "@com_intellij_remoterobot-robot-server-core-0_11_19_http//file",
|
|
out = "com.intellij.remoterobot/robot-server-core-0.11.19.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.intellij.remoterobot/remote-robot-0.11.19.jar_copy",
|
|
src = "@com_intellij_remoterobot-remote-robot-0_11_19_http//file",
|
|
out = "com.intellij.remoterobot/remote-robot-0.11.19.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-2.0.7.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-2_0_7_http//file",
|
|
out = "org.slf4j/slf4j-api-2.0.7.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlin/kotlin-reflect-1.8.10.jar_copy",
|
|
src = "@org_jetbrains_kotlin-kotlin-reflect-1_8_10_http//file",
|
|
out = "org.jetbrains.kotlin/kotlin-reflect-1.8.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.retrofit2/retrofit-2.9.0.jar_copy",
|
|
src = "@com_squareup_retrofit2-retrofit-2_9_0_http//file",
|
|
out = "com.squareup.retrofit2/retrofit-2.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okhttp3/okhttp-3.14.9.jar_copy",
|
|
src = "@com_squareup_okhttp3-okhttp-3_14_9_http//file",
|
|
out = "com.squareup.okhttp3/okhttp-3.14.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.okio/okio-1.17.2.jar_copy",
|
|
src = "@com_squareup_okio-okio-1_17_2_http//file",
|
|
out = "com.squareup.okio/okio-1.17.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.squareup.retrofit2/converter-gson-2.9.0.jar_copy",
|
|
src = "@com_squareup_retrofit2-converter-gson-2_9_0_http//file",
|
|
out = "com.squareup.retrofit2/converter-gson-2.9.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.mozilla/rhino-1.7.14.jar_copy",
|
|
src = "@org_mozilla-rhino-1_7_14_http//file",
|
|
out = "org.mozilla/rhino-1.7.14.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.assertj/assertj-swing-junit-3.17.1.jar_copy",
|
|
src = "@org_assertj-assertj-swing-junit-3_17_1_http//file",
|
|
out = "org.assertj/assertj-swing-junit-3.17.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "junit/junit-4.12.jar_copy",
|
|
src = "@junit-junit-4_12_http//file",
|
|
out = "junit/junit-4.12.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.hamcrest/hamcrest-core-1.3.jar_copy",
|
|
src = "@org_hamcrest-hamcrest-core-1_3_http//file",
|
|
out = "org.hamcrest/hamcrest-core-1.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.assertj/assertj-core-3.17.2.jar_copy",
|
|
src = "@org_assertj-assertj-core-3_17_2_http//file",
|
|
out = "org.assertj/assertj-core-3.17.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.easytesting/fest-util-1.2.5.jar_copy",
|
|
src = "@org_easytesting-fest-util-1_2_5_http//file",
|
|
out = "org.easytesting/fest-util-1.2.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.easytesting/fest-reflect-1.4.1.jar_copy",
|
|
src = "@org_easytesting-fest-reflect-1_4_1_http//file",
|
|
out = "org.easytesting/fest-reflect-1.4.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "net.bytebuddy/byte-buddy-dep-1.14.5.jar_copy",
|
|
src = "@net_bytebuddy-byte-buddy-dep-1_14_5_http//file",
|
|
out = "net.bytebuddy/byte-buddy-dep-1.14.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-9.5.jar_copy",
|
|
src = "@org_ow2_asm-asm-9_5_http//file",
|
|
out = "org.ow2.asm/asm-9.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.ow2.asm/asm-commons-9.5.jar_copy",
|
|
src = "@org_ow2_asm-asm-commons-9_5_http//file",
|
|
out = "org.ow2.asm/asm-commons-9.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-test_framework-ui-intellij-remoterobot-robot-server-core",
|
|
exports = [
|
|
":com_intellij_remoterobot-robot-server-core-0_11_19_http_import",
|
|
":com_intellij_remoterobot-remote-robot-0_11_19_http_import",
|
|
":org_slf4j-slf4j-api-2_0_7_http_import",
|
|
":org_jetbrains_kotlin-kotlin-reflect-1_8_10_http_import",
|
|
":com_squareup_retrofit2-retrofit-2_9_0_http_import",
|
|
":com_squareup_okhttp3-okhttp-3_14_9_http_import",
|
|
":com_squareup_okio-okio-1_17_2_http_import",
|
|
":com_squareup_retrofit2-converter-gson-2_9_0_http_import",
|
|
":org_mozilla-rhino-1_7_14_http_import",
|
|
":org_assertj-assertj-swing-junit-3_17_1_http_import",
|
|
":junit-junit-4_12_http_import",
|
|
":org_hamcrest-hamcrest-core-1_3_http_import",
|
|
":org_assertj-assertj-swing-3_17_1_http_import",
|
|
":org_assertj-assertj-core-3_17_2_http_import",
|
|
":org_easytesting-fest-util-1_2_5_http_import",
|
|
":org_easytesting-fest-reflect-1_4_1_http_import",
|
|
":net_bytebuddy-byte-buddy-dep-1_14_5_http_import",
|
|
":org_ow2_asm-asm-9_5_http_import",
|
|
":org_ow2_asm-asm-commons-9_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_intellij_remoterobot-robot-server-core-0_11_19_http_import",
|
|
jar = "@com_intellij_remoterobot-robot-server-core-0_11_19_http//file",
|
|
source_jar = "@com_intellij_remoterobot-robot-server-core-0_11_19-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_intellij_remoterobot-remote-robot-0_11_19_http_import",
|
|
jar = "@com_intellij_remoterobot-remote-robot-0_11_19_http//file",
|
|
source_jar = "@com_intellij_remoterobot-remote-robot-0_11_19-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_slf4j-slf4j-api-2_0_7_http_import",
|
|
jar = "@org_slf4j-slf4j-api-2_0_7_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-2_0_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jetbrains_kotlin-kotlin-reflect-1_8_10_http_import",
|
|
jar = "@org_jetbrains_kotlin-kotlin-reflect-1_8_10_http//file",
|
|
source_jar = "@org_jetbrains_kotlin-kotlin-reflect-1_8_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_retrofit2-retrofit-2_9_0_http_import",
|
|
jar = "@com_squareup_retrofit2-retrofit-2_9_0_http//file",
|
|
source_jar = "@com_squareup_retrofit2-retrofit-2_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okhttp3-okhttp-3_14_9_http_import",
|
|
jar = "@com_squareup_okhttp3-okhttp-3_14_9_http//file",
|
|
source_jar = "@com_squareup_okhttp3-okhttp-3_14_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_okio-okio-1_17_2_http_import",
|
|
jar = "@com_squareup_okio-okio-1_17_2_http//file",
|
|
source_jar = "@com_squareup_okio-okio-1_17_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_squareup_retrofit2-converter-gson-2_9_0_http_import",
|
|
jar = "@com_squareup_retrofit2-converter-gson-2_9_0_http//file",
|
|
source_jar = "@com_squareup_retrofit2-converter-gson-2_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_mozilla-rhino-1_7_14_http_import",
|
|
jar = "@org_mozilla-rhino-1_7_14_http//file",
|
|
source_jar = "@org_mozilla-rhino-1_7_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_assertj-assertj-swing-junit-3_17_1_http_import",
|
|
jar = "@org_assertj-assertj-swing-junit-3_17_1_http//file",
|
|
source_jar = "@org_assertj-assertj-swing-junit-3_17_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-junit-4_12_http_import",
|
|
jar = "@junit-junit-4_12_http//file",
|
|
source_jar = "@junit-junit-4_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_hamcrest-hamcrest-core-1_3_http_import",
|
|
jar = "@org_hamcrest-hamcrest-core-1_3_http//file",
|
|
source_jar = "@org_hamcrest-hamcrest-core-1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_assertj-assertj-swing-3_17_1_http_import",
|
|
jar = "@org_assertj-assertj-swing-3_17_1_http//file",
|
|
source_jar = "@org_assertj-assertj-swing-3_17_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_assertj-assertj-core-3_17_2_http_import",
|
|
jar = "@org_assertj-assertj-core-3_17_2_http//file",
|
|
source_jar = "@org_assertj-assertj-core-3_17_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_easytesting-fest-util-1_2_5_http_import",
|
|
jar = "@org_easytesting-fest-util-1_2_5_http//file",
|
|
source_jar = "@org_easytesting-fest-util-1_2_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_easytesting-fest-reflect-1_4_1_http_import",
|
|
jar = "@org_easytesting-fest-reflect-1_4_1_http//file",
|
|
source_jar = "@org_easytesting-fest-reflect-1_4_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "net_bytebuddy-byte-buddy-dep-1_14_5_http_import",
|
|
jar = "@net_bytebuddy-byte-buddy-dep-1_14_5_http//file",
|
|
source_jar = "@net_bytebuddy-byte-buddy-dep-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-9_5_http_import",
|
|
jar = "@org_ow2_asm-asm-9_5_http//file",
|
|
source_jar = "@org_ow2_asm-asm-9_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_ow2_asm-asm-commons-9_5_http_import",
|
|
jar = "@org_ow2_asm-asm-commons-9_5_http//file",
|
|
source_jar = "@org_ow2_asm-asm-commons-9_5-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-collections/commons-collections-3.2.2.jar_copy",
|
|
src = "@commons-collections-commons-collections-3_2_2_http//file",
|
|
out = "commons-collections/commons-collections-3.2.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-util-commons_lang_v2_shim-commons-collections",
|
|
jar = "@commons-collections-commons-collections-3_2_2_http//file",
|
|
source_jar = "@commons-collections-commons-collections-3_2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/trove4j-1.0.20221201.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-trove4j-1_0_20221201_http//file",
|
|
out = "org.jetbrains.intellij.deps/trove4j-1.0.20221201.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-util-trove-trove",
|
|
jar = "@org_jetbrains_intellij_deps-trove4j-1_0_20221201_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-trove4j-1_0_20221201-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.protobuf/protobuf-java-3.25.5.jar_copy",
|
|
src = "@com_google_protobuf-protobuf-java-3_25_5_http//file",
|
|
out = "com.google.protobuf/protobuf-java-3.25.5.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "protobuf",
|
|
jar = "@com_google_protobuf-protobuf-java-3_25_5_http//file",
|
|
source_jar = "@com_google_protobuf-protobuf-java-3_25_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.bidib.com.github.markusbernhardt/proxy-vole-1.1.6.jar_copy",
|
|
src = "@org_bidib_com_github_markusbernhardt-proxy-vole-1_1_6_http//file",
|
|
out = "org.bidib.com.github.markusbernhardt/proxy-vole-1.1.6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.javadelight/delight-rhino-sandbox-0.0.17.jar_copy",
|
|
src = "@org_javadelight-delight-rhino-sandbox-0_0_17_http//file",
|
|
out = "org.javadelight/delight-rhino-sandbox-0.0.17.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "proxy-vole",
|
|
exports = [
|
|
":org_bidib_com_github_markusbernhardt-proxy-vole-1_1_6_http_import",
|
|
":org_javadelight-delight-rhino-sandbox-0_0_17_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_bidib_com_github_markusbernhardt-proxy-vole-1_1_6_http_import",
|
|
jar = "@org_bidib_com_github_markusbernhardt-proxy-vole-1_1_6_http//file",
|
|
source_jar = "@org_bidib_com_github_markusbernhardt-proxy-vole-1_1_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_javadelight-delight-rhino-sandbox-0_0_17_http_import",
|
|
jar = "@org_javadelight-delight-rhino-sandbox-0_0_17_http//file",
|
|
source_jar = "@org_javadelight-delight-rhino-sandbox-0_0_17-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-python-with-full-line-0.2.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-python-with-full-line-0_2_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-python-with-full-line-0.2.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "python-community-impl-completion-ranking-python-with-full-line",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-python-with-full-line-0_2_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-python-with-full-line-0_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "completion.ml.python.features/ml-completion-prev-exprs-models-1.11.jar_copy",
|
|
src = "@completion_ml_python_features-ml-completion-prev-exprs-models-1_11_http//file",
|
|
out = "completion.ml.python.features/ml-completion-prev-exprs-models-1.11.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "python-community-impl-ml-completion-prev-exprs-models",
|
|
jar = "@completion_ml_python_features-ml-completion-prev-exprs-models-1_11_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.ml.models/python-imports-ranking-model-coral-panda-republished-6.jar_copy",
|
|
src = "@com_jetbrains_ml_models-python-imports-ranking-model-coral-panda-republished-6_http//file",
|
|
out = "com.jetbrains.ml.models/python-imports-ranking-model-coral-panda-republished-6.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "python-ml-features-jetbrains-ml-models-python-imports-ranking-model",
|
|
jar = "@com_jetbrains_ml_models-python-imports-ranking-model-coral-panda-republished-6_http//file",
|
|
source_jar = "@com_jetbrains_ml_models-python-imports-ranking-model-coral-panda-republished-6-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.qodana/qodana-sarif-0.2.115.jar_copy",
|
|
src = "@com_jetbrains_qodana-qodana-sarif-0_2_115_http//file",
|
|
out = "com.jetbrains.qodana/qodana-sarif-0.2.115.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "qodana-sarif",
|
|
jar = "@com_jetbrains_qodana-qodana-sarif-0_2_115_http//file",
|
|
source_jar = "@com_jetbrains_qodana-qodana-sarif-0_2_115-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.rd/rd-gen-2026.1.2.jar_copy",
|
|
src = "@com_jetbrains_rd-rd-gen-2026_1_2_http//file",
|
|
out = "com.jetbrains.rd/rd-gen-2026.1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rd-gen",
|
|
jar = "@com_jetbrains_rd-rd-gen-2026_1_2_http//file",
|
|
source_jar = "@com_jetbrains_rd-rd-gen-2026_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "isorelax/isorelax-20030108.jar_copy",
|
|
src = "@isorelax-isorelax-20030108_http//file",
|
|
out = "isorelax/isorelax-20030108.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "relaxng-isorelax",
|
|
jar = "@isorelax-isorelax-20030108_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "thaiopensource/jing-20030619.jar_copy",
|
|
src = "@thaiopensource-jing-20030619_http//file",
|
|
out = "thaiopensource/jing-20030619.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "relaxng-jing",
|
|
jar = "@thaiopensource-jing-20030619_http//file",
|
|
source_jar = "@thaiopensource-jing-20030619-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "jetbrains.fleet/rhizomedb-compiler-plugin-2.3.20-RC2-0.1.jar_copy",
|
|
src = "@jetbrains_fleet-rhizomedb-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
out = "jetbrains.fleet/rhizomedb-compiler-plugin-2.3.20-RC2-0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rhizomedb-compiler-plugin",
|
|
jar = "@jetbrains_fleet-rhizomedb-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
source_jar = "@jetbrains_fleet-rhizomedb-compiler-plugin-2_3_20-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.fleet/rpc-compiler-plugin-2.3.20-RC2-0.1.jar_copy",
|
|
src = "@com_jetbrains_fleet-rpc-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
out = "com.jetbrains.fleet/rpc-compiler-plugin-2.3.20-RC2-0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rpc-compiler-plugin",
|
|
jar = "@com_jetbrains_fleet-rpc-compiler-plugin-2_3_20-RC2-0_1_http//file",
|
|
source_jar = "@com_jetbrains_fleet-rpc-compiler-plugin-2_3_20-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "search_everywhere_ml-ai-grazie-emb",
|
|
exports = [
|
|
":ai_grazie_model-model-emb-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-text-jvm-0_8_122_http_import",
|
|
":ai_grazie_model-model-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-common-jvm-0_8_122_http_import",
|
|
":ai_grazie_utils-utils-multiplatform-jvm-0_8_122_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ai-grazie-model-swagger-annotations-jvm",
|
|
jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_model-swagger-annotations-jvm-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-action-model-252.0.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-action-model-252_0_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-action-model-252.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-action-model",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-action-model-252_0_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-action-model-252_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-action-model-252.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-action-model-252_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-action-model-252.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-action-model-experimental",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-action-model-252_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-action-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-all-model-252.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-all-model-252_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-all-model-252.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-all-model-experimental",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-all-model-252_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-all-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-classes-model-252.0.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-classes-model-252_0_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-classes-model-252.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-classes-model",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-classes-model-252_0_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-classes-model-252_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-classes-model-252.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-classes-model-252_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-classes-model-252.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-classes-model-experimental",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-classes-model-252_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-classes-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-ec-model-252.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-ec-model-252_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-ec-model-252.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-ec-model-experimental",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-ec-model-252_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-ec-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-file-model-252.0.0.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-file-model-252_0_0_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-file-model-252.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-file-model",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-file-model-252_0_0_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-file-model-252_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.searchEverywhere.model/find-file-model-252.0.1.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-file-model-252_0_1_http//file",
|
|
out = "org.jetbrains.intellij.deps.searchEverywhere.model/find-file-model-252.0.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-file-model-experimental",
|
|
jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-file-model-252_0_1_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_searchEverywhere_model-find-file-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-typos-ai-grazie-spell-gec-engine-local-jvm",
|
|
jar = "@ai_grazie_spell-gec-spell-engine-local-0_8_122_http//file",
|
|
source_jar = "@ai_grazie_spell-gec-spell-engine-local-0_8_122-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.jgit/org.eclipse.jgit.ssh.apache-6.6.1.202309021850-r.jar_copy",
|
|
src = "@org_eclipse_jgit-org_eclipse_jgit_ssh_apache-6_6_1_202309021850-r_http//file",
|
|
out = "org.eclipse.jgit/org.eclipse.jgit.ssh.apache-6.6.1.202309021850-r.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "settings_repository-eclipse-jgit-ssh-apache",
|
|
jar = "@org_eclipse_jgit-org_eclipse_jgit_ssh_apache-6_6_1_202309021850-r_http//file",
|
|
source_jar = "@org_eclipse_jgit-org_eclipse_jgit_ssh_apache-6_6_1_202309021850-r-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.jgit/org.eclipse.jgit.ssh.apache.agent-6.6.1.202309021850-r.jar_copy",
|
|
src = "@org_eclipse_jgit-org_eclipse_jgit_ssh_apache_agent-6_6_1_202309021850-r_http//file",
|
|
out = "org.eclipse.jgit/org.eclipse.jgit.ssh.apache.agent-6.6.1.202309021850-r.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "settings_repository-eclipse-jgit-ssh-apache-agent",
|
|
jar = "@org_eclipse_jgit-org_eclipse_jgit_ssh_apache_agent-6_6_1_202309021850-r_http//file",
|
|
source_jar = "@org_eclipse_jgit-org_eclipse_jgit_ssh_apache_agent-6_6_1_202309021850-r-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-api-2.0.13.jar_copy",
|
|
src = "@org_slf4j-slf4j-api-2_0_13_http//file",
|
|
out = "org.slf4j/slf4j-api-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api",
|
|
jar = "@org_slf4j-slf4j-api-2_0_13_http//file",
|
|
source_jar = "@org_slf4j-slf4j-api-2_0_13-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.slf4j/slf4j-jdk14-2.0.13.jar_copy",
|
|
src = "@org_slf4j-slf4j-jdk14-2_0_13_http//file",
|
|
out = "org.slf4j/slf4j-jdk14-2.0.13.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-jdk14",
|
|
jar = "@org_slf4j-slf4j-jdk14-2_0_13_http//file",
|
|
source_jar = "@org_slf4j-slf4j-jdk14-2_0_13-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.yaml/snakeyaml-2.4.jar_copy",
|
|
src = "@org_yaml-snakeyaml-2_4_http//file",
|
|
out = "org.yaml/snakeyaml-2.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "snakeyaml",
|
|
jar = "@org_yaml-snakeyaml-2_4_http//file",
|
|
source_jar = "@org_yaml-snakeyaml-2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "info.debatty/java-string-similarity-2.0.0.jar_copy",
|
|
src = "@info_debatty-java-string-similarity-2_0_0_http//file",
|
|
out = "info.debatty/java-string-similarity-2.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "spellchecker-java-string-similarity",
|
|
jar = "@info_debatty-java-string-similarity-2_0_0_http//file",
|
|
source_jar = "@info_debatty-java-string-similarity-2_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.xerial/sqlite-jdbc-3.50.3.0.jar_copy",
|
|
src = "@org_xerial-sqlite-jdbc-3_50_3_0_http//file",
|
|
out = "org.xerial/sqlite-jdbc-3.50.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sqlite",
|
|
jar = "@org_xerial-sqlite-jdbc-3_50_3_0_http//file",
|
|
source_jar = "@org_xerial-sqlite-jdbc-3_50_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.sqlite/native-3.42.0-jb.1.jar_copy",
|
|
src = "@org_sqlite-native-3_42_0-jb_1_http//file",
|
|
out = "org.sqlite/native-3.42.0-jb.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sqlite-native",
|
|
jar = "@org_sqlite-native-3_42_0-jb_1_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-log-events-0.0.3.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-log-events-0_0_3_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-log-events-0.0.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "stats_collector-completion-log-events",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-log-events-0_0_3_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-log-events-0_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "stats_collector-tests-completion-log-events",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-log-events-0_0_3_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-log-events-0_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/studio-platform-2025.2.1-alpha01-290.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-studio-platform-2025_2_1-alpha01-290_http//file",
|
|
out = "org.jetbrains.intellij.deps/studio-platform-2025.2.1-alpha01-290.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "studio-platform",
|
|
jar = "@org_jetbrains_intellij_deps-studio-platform-2025_2_1-alpha01-290_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-studio-platform-2025_2_1-alpha01-290-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "studio-platform-provided",
|
|
exports = [":studio-platform"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps/studio-test-platform-2025.2.1-alpha01-290.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps-studio-test-platform-2025_2_1-alpha01-290_http//file",
|
|
out = "org.jetbrains.intellij.deps/studio-test-platform-2025.2.1-alpha01-290.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "studio-test-platform",
|
|
jar = "@org_jetbrains_intellij_deps-studio-test-platform-2025_2_1-alpha01-290_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps-studio-test-platform-2025_2_1-alpha01-290-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "commons-discovery/commons-discovery-0.4.jar_copy",
|
|
src = "@commons-discovery-commons-discovery-0_4_http//file",
|
|
out = "commons-discovery/commons-discovery-0.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tasks-core-commons-discovery",
|
|
jar = "@commons-discovery-commons-discovery-0_4_http//file",
|
|
source_jar = "@commons-discovery-commons-discovery-0_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.teamcity/serviceMessages-2024.07.jar_copy",
|
|
src = "@org_jetbrains_teamcity-serviceMessages-2024_07_http//file",
|
|
out = "org.jetbrains.teamcity/serviceMessages-2024.07.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tc_service_messages",
|
|
jar = "@org_jetbrains_teamcity-serviceMessages-2024_07_http//file",
|
|
source_jar = "@org_jetbrains_teamcity-serviceMessages-2024_07-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/completion-ranking-sh-0.0.2.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-completion-ranking-sh-0_0_2_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/completion-ranking-sh-0.0.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "terminal-completion-ranking-sh",
|
|
jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-sh-0_0_2_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-completion-ranking-sh-0_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.terminal/completion-spec-0.7.0.jar_copy",
|
|
src = "@org_jetbrains_terminal-completion-spec-0_7_0_http//file",
|
|
out = "org.jetbrains.terminal/completion-spec-0.7.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "terminal-completion-terminal-completion-spec",
|
|
jar = "@org_jetbrains_terminal-completion-spec-0_7_0_http//file",
|
|
source_jar = "@org_jetbrains_terminal-completion-spec-0_7_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.terminal/completion-db-with-extensions-0.7.0.jar_copy",
|
|
src = "@org_jetbrains_terminal-completion-db-with-extensions-0_7_0_http//file",
|
|
out = "org.jetbrains.terminal/completion-db-with-extensions-0.7.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "terminal-terminal-completion-db-with-extensions",
|
|
jar = "@org_jetbrains_terminal-completion-db-with-extensions-0_7_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.testDiscovery/test-discovery-plugin-base-0.1.191.jar_copy",
|
|
src = "@org_jetbrains_testDiscovery-test-discovery-plugin-base-0_1_191_http//file",
|
|
out = "org.jetbrains.testDiscovery/test-discovery-plugin-base-0.1.191.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "test-discovery-plugin-base",
|
|
jar = "@org_jetbrains_testDiscovery-test-discovery-plugin-base-0_1_191_http//file",
|
|
source_jar = "@org_jetbrains_testDiscovery-test-discovery-plugin-base-0_1_191-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.testng/testng-7.8.0.jar_copy",
|
|
src = "@org_testng-testng-7_8_0_http//file",
|
|
out = "org.testng/testng-7.8.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.beust/jcommander-1.82.jar_copy",
|
|
src = "@com_beust-jcommander-1_82_http//file",
|
|
out = "com.beust/jcommander-1.82.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.webjars/jquery-3.6.1.jar_copy",
|
|
src = "@org_webjars-jquery-3_6_1_http//file",
|
|
out = "org.webjars/jquery-3.6.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "test_n_g",
|
|
exports = [
|
|
":org_testng-testng-7_8_0_http_import",
|
|
":com_beust-jcommander-1_82_http_import",
|
|
":org_webjars-jquery-3_6_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_testng-testng-7_8_0_http_import",
|
|
jar = "@org_testng-testng-7_8_0_http//file",
|
|
source_jar = "@org_testng-testng-7_8_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_beust-jcommander-1_82_http_import",
|
|
jar = "@com_beust-jcommander-1_82_http//file",
|
|
source_jar = "@com_beust-jcommander-1_82-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_webjars-jquery-3_6_1_http_import",
|
|
jar = "@org_webjars-jquery-3_6_1_http//file",
|
|
source_jar = "@org_webjars-jquery-3_6_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "test_n_g-provided",
|
|
exports = [":test_n_g"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.testcontainers/testcontainers-1.20.3.jar_copy",
|
|
src = "@org_testcontainers-testcontainers-1_20_3_http//file",
|
|
out = "org.testcontainers/testcontainers-1.20.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.rnorth.duct-tape/duct-tape-1.0.8.jar_copy",
|
|
src = "@org_rnorth_duct-tape-duct-tape-1_0_8_http//file",
|
|
out = "org.rnorth.duct-tape/duct-tape-1.0.8.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.docker-java/docker-java-api-3.4.0.jar_copy",
|
|
src = "@com_github_docker-java-docker-java-api-3_4_0_http//file",
|
|
out = "com.github.docker-java/docker-java-api-3.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.docker-java/docker-java-transport-zerodep-3.4.0.jar_copy",
|
|
src = "@com_github_docker-java-docker-java-transport-zerodep-3_4_0_http//file",
|
|
out = "com.github.docker-java/docker-java-transport-zerodep-3.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.docker-java/docker-java-transport-3.4.0.jar_copy",
|
|
src = "@com_github_docker-java-docker-java-transport-3_4_0_http//file",
|
|
out = "com.github.docker-java/docker-java-transport-3.4.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "testcontainers",
|
|
exports = [
|
|
":org_testcontainers-testcontainers-1_20_3_http_import",
|
|
":org_rnorth_duct-tape-duct-tape-1_0_8_http_import",
|
|
":com_github_docker-java-docker-java-api-3_4_0_http_import",
|
|
":com_github_docker-java-docker-java-transport-zerodep-3_4_0_http_import",
|
|
":com_github_docker-java-docker-java-transport-3_4_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_testcontainers-testcontainers-1_20_3_http_import",
|
|
jar = "@org_testcontainers-testcontainers-1_20_3_http//file",
|
|
source_jar = "@org_testcontainers-testcontainers-1_20_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_rnorth_duct-tape-duct-tape-1_0_8_http_import",
|
|
jar = "@org_rnorth_duct-tape-duct-tape-1_0_8_http//file",
|
|
source_jar = "@org_rnorth_duct-tape-duct-tape-1_0_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_docker-java-docker-java-api-3_4_0_http_import",
|
|
jar = "@com_github_docker-java-docker-java-api-3_4_0_http//file",
|
|
source_jar = "@com_github_docker-java-docker-java-api-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_docker-java-docker-java-transport-zerodep-3_4_0_http_import",
|
|
jar = "@com_github_docker-java-docker-java-transport-zerodep-3_4_0_http//file",
|
|
source_jar = "@com_github_docker-java-docker-java-transport-zerodep-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_github_docker-java-docker-java-transport-3_4_0_http_import",
|
|
jar = "@com_github_docker-java-docker-java-transport-3_4_0_http//file",
|
|
source_jar = "@com_github_docker-java-docker-java-transport-3_4_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.testcontainers/junit-jupiter-1.20.3.jar_copy",
|
|
src = "@org_testcontainers-junit-jupiter-1_20_3_http//file",
|
|
out = "org.testcontainers/junit-jupiter-1.20.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "testcontainers-junit-jupiter",
|
|
jar = "@org_testcontainers-junit-jupiter-1_20_3_http//file",
|
|
source_jar = "@org_testcontainers-junit-jupiter-1_20_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.intellij.documentation/tips-pycharm-community-241.74.jar_copy",
|
|
src = "@com_jetbrains_intellij_documentation-tips-pycharm-community-241_74_http//file",
|
|
out = "com.jetbrains.intellij.documentation/tips-pycharm-community-241.74.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tips-pycharm-community",
|
|
jar = "@com_jetbrains_intellij_documentation-tips-pycharm-community-241_74_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.kotlinx/binary-compatibility-validator-0.17.0.jar_copy",
|
|
src = "@org_jetbrains_kotlinx-binary-compatibility-validator-0_17_0_http//file",
|
|
out = "org.jetbrains.kotlinx/binary-compatibility-validator-0.17.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tools-api_dump-kotlinx-bcv",
|
|
jar = "@org_jetbrains_kotlinx-binary-compatibility-validator-0_17_0_http//file",
|
|
source_jar = "@org_jetbrains_kotlinx-binary-compatibility-validator-0_17_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.stephenc.monte/monte-screen-recorder-0.7.7.0.jar_copy",
|
|
src = "@com_github_stephenc_monte-monte-screen-recorder-0_7_7_0_http//file",
|
|
out = "com.github.stephenc.monte/monte-screen-recorder-0.7.7.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tools-ide-starter-github-stephenc-monte-screen-recorder",
|
|
jar = "@com_github_stephenc_monte-monte-screen-recorder-0_7_7_0_http//file",
|
|
source_jar = "@com_github_stephenc_monte-monte-screen-recorder-0_7_7_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.truth/truth-0.42.jar_copy",
|
|
src = "@com_google_truth-truth-0_42_http//file",
|
|
out = "com.google.truth/truth-0.42.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.googlecode.java-diff-utils/diffutils-1.3.0.jar_copy",
|
|
src = "@com_googlecode_java-diff-utils-diffutils-1_3_0_http//file",
|
|
out = "com.googlecode.java-diff-utils/diffutils-1.3.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "truth",
|
|
exports = [
|
|
":com_google_truth-truth-0_42_http_import",
|
|
":com_googlecode_java-diff-utils-diffutils-1_3_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_google_truth-truth-0_42_http_import",
|
|
jar = "@com_google_truth-truth-0_42_http//file",
|
|
source_jar = "@com_google_truth-truth-0_42-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_googlecode_java-diff-utils-diffutils-1_3_0_http_import",
|
|
jar = "@com_googlecode_java-diff-utils-diffutils-1_3_0_http//file",
|
|
source_jar = "@com_googlecode_java-diff-utils-diffutils-1_3_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains.intellij.deps.completion/performance-kotlin-0.0.9.jar_copy",
|
|
src = "@org_jetbrains_intellij_deps_completion-performance-kotlin-0_0_9_http//file",
|
|
out = "org.jetbrains.intellij.deps.completion/performance-kotlin-0.0.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "turbo_complete-languages-kotlin-k1-completion-performance-kotlin",
|
|
jar = "@org_jetbrains_intellij_deps_completion-performance-kotlin-0_0_9_http//file",
|
|
source_jar = "@org_jetbrains_intellij_deps_completion-performance-kotlin-0_0_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.consensys.tuweni/tuweni-toml-2.7.1.jar_copy",
|
|
src = "@io_consensys_tuweni-tuweni-toml-2_7_1_http//file",
|
|
out = "io.consensys.tuweni/tuweni-toml-2.7.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.antlr/antlr4-runtime-4.13.0.jar_copy",
|
|
src = "@org_antlr-antlr4-runtime-4_13_0_http//file",
|
|
out = "org.antlr/antlr4-runtime-4.13.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "tuweni-toml",
|
|
exports = [
|
|
":io_consensys_tuweni-tuweni-toml-2_7_1_http_import",
|
|
":org_antlr-antlr4-runtime-4_13_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_consensys_tuweni-tuweni-toml-2_7_1_http_import",
|
|
jar = "@io_consensys_tuweni-tuweni-toml-2_7_1_http//file",
|
|
source_jar = "@io_consensys_tuweni-tuweni-toml-2_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_antlr-antlr4-runtime-4_13_0_http_import",
|
|
jar = "@org_antlr-antlr4-runtime-4_13_0_http//file",
|
|
source_jar = "@org_antlr-antlr4-runtime-4_13_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.vavr/vavr-0.10.4.jar_copy",
|
|
src = "@io_vavr-vavr-0_10_4_http//file",
|
|
out = "io.vavr/vavr-0.10.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "io.vavr/vavr-match-0.10.4.jar_copy",
|
|
src = "@io_vavr-vavr-match-0_10_4_http//file",
|
|
out = "io.vavr/vavr-match-0.10.4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "vavr",
|
|
exports = [
|
|
":io_vavr-vavr-0_10_4_http_import",
|
|
":io_vavr-vavr-match-0_10_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_vavr-vavr-0_10_4_http_import",
|
|
jar = "@io_vavr-vavr-0_10_4_http//file",
|
|
source_jar = "@io_vavr-vavr-0_10_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io_vavr-vavr-match-0_10_4_http_import",
|
|
jar = "@io_vavr-vavr-match-0_10_4_http//file",
|
|
source_jar = "@io_vavr-vavr-match-0_10_4-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.apollographql.apollo/apollo-ast-jvm-4.0.0.jar_copy",
|
|
src = "@com_apollographql_apollo-apollo-ast-jvm-4_0_0_http//file",
|
|
out = "com.apollographql.apollo/apollo-ast-jvm-4.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.apollographql.apollo/apollo-annotations-jvm-4.0.0.jar_copy",
|
|
src = "@com_apollographql_apollo-apollo-annotations-jvm-4_0_0_http//file",
|
|
out = "com.apollographql.apollo/apollo-annotations-jvm-4.0.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "vcs-github-apollographql-apollo-ast-jvm",
|
|
exports = [
|
|
":com_apollographql_apollo-apollo-ast-jvm-4_0_0_http_import",
|
|
":com_squareup_okio-okio-jvm-3_9_0_http_import",
|
|
":com_apollographql_apollo-apollo-annotations-jvm-4_0_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_apollographql_apollo-apollo-ast-jvm-4_0_0_http_import",
|
|
jar = "@com_apollographql_apollo-apollo-ast-jvm-4_0_0_http//file",
|
|
source_jar = "@com_apollographql_apollo-apollo-ast-jvm-4_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com_apollographql_apollo-apollo-annotations-jvm-4_0_0_http_import",
|
|
jar = "@com_apollographql_apollo-apollo-annotations-jvm-4_0_0_http//file",
|
|
source_jar = "@com_apollographql_apollo-apollo-annotations-jvm-4_0_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.jetbrains.intellij.platform/workspace-model-codegen-0.0.9.jar_copy",
|
|
src = "@com_jetbrains_intellij_platform-workspace-model-codegen-0_0_9_http//file",
|
|
out = "com.jetbrains.intellij.platform/workspace-model-codegen-0.0.9.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "workspace-model-codegen",
|
|
jar = "@com_jetbrains_intellij_platform-workspace-model-codegen-0_0_9_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "xml-resolver/xml-resolver-1.2.jar_copy",
|
|
src = "@xml-resolver-xml-resolver-1_2_http//file",
|
|
out = "xml-resolver/xml-resolver-1.2.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xml-resolver",
|
|
jar = "@xml-resolver-xml-resolver-1_2_http//file",
|
|
source_jar = "@xml-resolver-xml-resolver-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.xmlbeans/xmlbeans-5.1.1.jar_copy",
|
|
src = "@org_apache_xmlbeans-xmlbeans-5_1_1_http//file",
|
|
out = "org.apache.xmlbeans/xmlbeans-5.1.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xml-xmlbeans-_xml_beans",
|
|
jar = "@org_apache_xmlbeans-xmlbeans-5_1_1_http//file",
|
|
source_jar = "@org_apache_xmlbeans-xmlbeans-5_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.logging.log4j/log4j-to-slf4j-2.20.0.jar_copy",
|
|
src = "@org_apache_logging_log4j-log4j-to-slf4j-2_20_0_http//file",
|
|
out = "org.apache.logging.log4j/log4j-to-slf4j-2.20.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.apache.logging.log4j/log4j-api-2.20.0.jar_copy",
|
|
src = "@org_apache_logging_log4j-log4j-api-2_20_0_http//file",
|
|
out = "org.apache.logging.log4j/log4j-api-2.20.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "xml-xmlbeans-apache-logging-log4j-to-slf4j",
|
|
exports = [
|
|
":org_apache_logging_log4j-log4j-to-slf4j-2_20_0_http_import",
|
|
":org_apache_logging_log4j-log4j-api-2_20_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_logging_log4j-log4j-to-slf4j-2_20_0_http_import",
|
|
jar = "@org_apache_logging_log4j-log4j-to-slf4j-2_20_0_http//file",
|
|
source_jar = "@org_apache_logging_log4j-log4j-to-slf4j-2_20_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_apache_logging_log4j-log4j-api-2_20_0_http_import",
|
|
jar = "@org_apache_logging_log4j-log4j-api-2_20_0_http//file",
|
|
source_jar = "@org_apache_logging_log4j-log4j-api-2_20_0-sources_http//file"
|
|
)
|
|
|
|
copy_file(
|
|
name = "xalan/serializer-2.7.3.jar_copy",
|
|
src = "@xalan-serializer-2_7_3_http//file",
|
|
out = "xalan/serializer-2.7.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xslt-debugger-impl-rt-_serializer-2-7-3",
|
|
jar = "@xalan-serializer-2_7_3_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "xalan/xalan-2.7.3.jar_copy",
|
|
src = "@xalan-xalan-2_7_3_http//file",
|
|
out = "xalan/xalan-2.7.3.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xslt-debugger-impl-rt-_xalan-2-7-3",
|
|
jar = "@xalan-xalan-2_7_3_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.eclipse.xtext/org.eclipse.xtext.xbase.lib-2.40.0.jar_copy",
|
|
src = "@org_eclipse_xtext-org_eclipse_xtext_xbase_lib-2_40_0_http//file",
|
|
out = "org.eclipse.xtext/org.eclipse.xtext.xbase.lib-2.40.0.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xtext-xbase",
|
|
jar = "@org_eclipse_xtext-org_eclipse_xtext_xbase_lib-2_40_0_http//file",
|
|
source_jar = "@org_eclipse_xtext-org_eclipse_xtext_xbase_lib-2_40_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.tukaani/xz-1.10.jar_copy",
|
|
src = "@org_tukaani-xz-1_10_http//file",
|
|
out = "org.tukaani/xz-1.10.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xz",
|
|
jar = "@org_tukaani-xz-1_10_http//file",
|
|
source_jar = "@org_tukaani-xz-1_10-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "org.jetbrains/marketplace-zip-signer-0.1.43.jar_copy",
|
|
src = "@org_jetbrains-marketplace-zip-signer-0_1_43_http//file",
|
|
out = "org.jetbrains/marketplace-zip-signer-0.1.43.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "zip-signer",
|
|
jar = "@org_jetbrains-marketplace-zip-signer-0_1_43_http//file",
|
|
source_jar = "@org_jetbrains-marketplace-zip-signer-0_1_43-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.github.luben/zstd-jni-1.5.7-4.jar_copy",
|
|
src = "@com_github_luben-zstd-jni-1_5_7-4_http//file",
|
|
out = "com.github.luben/zstd-jni-1.5.7-4.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "zstd-jni",
|
|
jar = "@com_github_luben-zstd-jni-1_5_7-4_http//file",
|
|
source_jar = "@com_github_luben-zstd-jni-1_5_7-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
copy_file(
|
|
name = "com.google.zxing/core-3.5.1.jar_copy",
|
|
src = "@com_google_zxing-core-3_5_1_http//file",
|
|
out = "com.google.zxing/core-3.5.1.jar",
|
|
allow_symlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "zxing-core",
|
|
jar = "@com_google_zxing-core-3_5_1_http//file",
|
|
source_jar = "@com_google_zxing-core-3_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
### auto-generated section `maven libs` end |