pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 1 | # ***** This file was auto-generated at Tue, 30 Mar 2021 16:02:11 GMT. Do not edit this file manually. ***** |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 2 | # ***** Use onos-lib-gen ***** |
Ray Milkey | 170d7fb | 2018-06-06 09:37:20 -0700 | [diff] [blame] | 3 | |
| 4 | load("//tools/build/bazel:variables.bzl", "ONOS_GROUP_ID", "ONOS_VERSION") |
Ray Milkey | 32d99ba | 2018-06-06 14:15:00 -0700 | [diff] [blame] | 5 | |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 6 | |
| 7 | load("@bazel_tools//tools/build_defs/repo:java.bzl", "java_import_external") |
| 8 | |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 9 | COMPILE = [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 10 | "@commons_configuration//jar", |
| 11 | "@commons_logging//jar", |
| 12 | "@commons_collections//jar", |
| 13 | "@commons_lang//jar", |
| 14 | "@commons_lang3//jar", |
| 15 | "@commons_io//jar", |
| 16 | "@commons_pool//jar", |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 17 | "@com_google_guava_guava//jar", |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 18 | "@slf4j_api//jar", |
| 19 | "@osgi_core//jar", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 20 | "@org_osgi_util_promise//jar", |
| 21 | "@org_osgi_service_component//jar", |
| 22 | "@org_osgi_service_component_annotations//jar", |
| 23 | "@org_osgi_service_metatype_annotations//jar", |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 24 | "@org_apache_karaf_features_core//jar", |
| 25 | "@org_apache_karaf_system_core//jar", |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 26 | "@org_apache_servicemix_bundles_dom4j//jar", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 27 | "@com_google_code_findbugs_jsr305//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 28 | ] |
| 29 | CORE_DEPS = [] + COMPILE + [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 30 | "//core/api:onos-api", |
| 31 | "//utils/misc:onlab-misc", |
| 32 | "//utils/osgi:onlab-osgi", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 33 | ] |
Ray Milkey | 28b15ae | 2018-10-18 11:36:10 -0700 | [diff] [blame] | 34 | JAXB = [ |
| 35 | "@jaxb_api//jar", |
| 36 | "@jaxb_core//jar", |
| 37 | "@jaxb_impl//jar", |
| 38 | "@javax_activation//jar", |
| 39 | ] |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 40 | TEST = [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 41 | "@junit//jar", |
| 42 | "@easymock//jar", |
| 43 | "@hamcrest_all//jar", |
| 44 | "@hamcrest_optional//jar", |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 45 | "@com_google_guava_guava_testlib//jar", |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 46 | "//utils/junit:onlab-junit", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 47 | ] |
| 48 | TEST_ADAPTERS = [] + TEST + [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 49 | "//core/common:onos-core-common", |
| 50 | "//core/api:onos-api-tests", |
| 51 | "//core/common:onos-core-common-tests", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 52 | ] |
| 53 | TEST_REST = [] + TEST_ADAPTERS + [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 54 | "@jersey_client//jar", |
| 55 | "@jersey_server//jar", |
| 56 | "@jersey_common//jar", |
| 57 | "@jersey_hk2//jar", |
| 58 | "@jersey_test_framework_core//jar", |
| 59 | "@jersey_test_framework_jetty//jar", |
| 60 | "@jersey_container_jetty_http//jar", |
| 61 | "@jetty_continuation//jar", |
| 62 | "@jetty_http//jar", |
| 63 | "@jetty_server//jar", |
| 64 | "@jetty_io//jar", |
| 65 | "@jetty_util//jar", |
| 66 | "@javax_servlet_api//jar", |
| 67 | "@hk2_api//jar", |
| 68 | "@hk2_locator//jar", |
| 69 | "@hk2_utils//jar", |
| 70 | "@javax_inject//jar", |
| 71 | "@hk2_osgi_resource_locator//jar", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 72 | "@javax_annotation_javax_annotation_api//jar", |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 73 | "@validation_api//jar", |
| 74 | "//core/common:onos-core-common", |
| 75 | "//core/api:onos-api-tests", |
| 76 | "//core/common:onos-core-common-tests", |
| 77 | "//utils/osgi:onlab-osgi-tests", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 78 | ] |
| 79 | NETTY = [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 80 | "@io_netty_netty_buffer//jar", |
| 81 | "@io_netty_netty_common//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 82 | ] |
| 83 | ONOS_YANG = [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 84 | "@onos_yang_model//jar", |
| 85 | "@onos_yang_compiler_api//jar", |
| 86 | "@onos_yang_serializers_json//jar", |
| 87 | "@onos_yang_serializers_xml//jar", |
| 88 | "@onos_yang_serializers_utils//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 89 | ] |
| 90 | JACKSON = [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 91 | "@jackson_annotations//jar", |
| 92 | "@jackson_core//jar", |
| 93 | "@jackson_databind//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 94 | ] |
| 95 | METRICS = [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 96 | "@metrics_core//jar", |
| 97 | "@metrics_json//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 98 | ] |
| 99 | KRYO = [ |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 100 | "@kryo//jar", |
| 101 | "@reflectasm//jar", |
| 102 | "@asm//jar", |
| 103 | "@minlog//jar", |
| 104 | "@objenesis//jar", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 105 | ] |
Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 106 | CLI = [ |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 107 | "@org_apache_karaf_shell_core//jar", |
Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 108 | "//cli:onos-cli", |
| 109 | ] |
| 110 | REST = [ |
| 111 | "@javax_ws_rs_api//jar", |
| 112 | "//utils/rest:onlab-rest", |
| 113 | ] |
Jordan Halterman | 00e92da | 2018-05-22 23:05:52 -0700 | [diff] [blame] | 114 | ATOMIX = [ |
| 115 | "@atomix//jar", |
| 116 | "@atomix_cluster//jar", |
Jordan Halterman | 00e92da | 2018-05-22 23:05:52 -0700 | [diff] [blame] | 117 | "@atomix_primary_backup//jar", |
| 118 | "@atomix_primitive//jar", |
| 119 | "@atomix_raft//jar", |
| 120 | "@atomix_storage//jar", |
| 121 | "@atomix_utils//jar", |
| 122 | "@typesafe_config//jar", |
Jordan Halterman | 6aca84c | 2018-07-31 13:33:13 -0700 | [diff] [blame] | 123 | "@classgraph//jar", |
Jordan Halterman | 00e92da | 2018-05-22 23:05:52 -0700 | [diff] [blame] | 124 | ] |
Ray Milkey | 75bd9e0 | 2018-05-30 18:27:10 -0700 | [diff] [blame] | 125 | |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 126 | def generated_maven_jars(): |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 127 | if "aopalliance_repackaged" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 128 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 129 | name = "aopalliance_repackaged", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 130 | jar_sha256 = "669869a9d7e98fcea34580de250db54531550487d03571f26b9592e712897423", |
| 131 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 132 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 133 | if "amqp_client" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 134 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 135 | name = "amqp_client", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 136 | jar_sha256 = "cb6cdb7de8d37cb1b15b23867435c7dbbeaa1ca4b766f434138a8b9ef131994f", |
| 137 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 138 | jar_urls = ["https://repo1.maven.org/maven2/com/rabbitmq/amqp-client/3.6.1/amqp-client-3.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 139 | if "asm" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 140 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 141 | name = "asm", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 142 | jar_sha256 = "3e5ea0d7da2c5155ef4f470d9092d42de34e3f53db6589c7c07d6721adf4ba3e", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 143 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 144 | jar_urls = ["https://repo1.maven.org/maven2/org/ow2/asm/asm/5.2/asm-5.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 145 | if "atomix" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 146 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 147 | name = "atomix", |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 148 | jar_sha256 = "e4700e1acf329747fc41f49279d9066c368877f1381f609fcb4c0ce63824e0c6", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 149 | licenses = ["notice"], |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 150 | jar_urls = ["https://repo1.maven.org/maven2/io/atomix/atomix/3.1.9/atomix-3.1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 151 | if "atomix_cluster" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 152 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 153 | name = "atomix_cluster", |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 154 | jar_sha256 = "38c3ee00cdc48fa00012c543abbd7cf5975568233ce25dbbb7d4c422b7579b57", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 155 | licenses = ["notice"], |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 156 | jar_urls = ["https://repo1.maven.org/maven2/io/atomix/atomix-cluster/3.1.9/atomix-cluster-3.1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 157 | if "atomix_primary_backup" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 158 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 159 | name = "atomix_primary_backup", |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 160 | jar_sha256 = "f87527364ac10e006b714f55ce1a6d92a1f27fa27e8813de82454665876838d6", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 161 | licenses = ["notice"], |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 162 | jar_urls = ["https://repo1.maven.org/maven2/io/atomix/atomix-primary-backup/3.1.9/atomix-primary-backup-3.1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 163 | if "atomix_primitive" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 164 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 165 | name = "atomix_primitive", |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 166 | jar_sha256 = "12c7ff4e65ad683419906d86d320250ce4ea160fbb394b90a577116563cb81b4", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 167 | licenses = ["notice"], |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 168 | jar_urls = ["https://repo1.maven.org/maven2/io/atomix/atomix-primitive/3.1.9/atomix-primitive-3.1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 169 | if "atomix_raft" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 170 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 171 | name = "atomix_raft", |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 172 | jar_sha256 = "69a3188bc34d5f5629b6321be04c10ca3064faecbb6d139015c1fd5bcaac713f", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 173 | licenses = ["notice"], |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 174 | jar_urls = ["https://repo1.maven.org/maven2/io/atomix/atomix-raft/3.1.9/atomix-raft-3.1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 175 | if "atomix_storage" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 176 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 177 | name = "atomix_storage", |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 178 | jar_sha256 = "a049ae8a671bcacea4cbc8db31e78aa8c4f0bca4b3871929e06644d70d33e857", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 179 | licenses = ["notice"], |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 180 | jar_urls = ["https://repo1.maven.org/maven2/io/atomix/atomix-storage/3.1.9/atomix-storage-3.1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 181 | if "atomix_utils" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 182 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 183 | name = "atomix_utils", |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 184 | jar_sha256 = "dba1d7b0fa900f39cee3160045e3cd624ffcaf18f9756fdadadb1c876ef331e0", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 185 | licenses = ["notice"], |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 186 | jar_urls = ["https://repo1.maven.org/maven2/io/atomix/atomix-utils/3.1.9/atomix-utils-3.1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 187 | if "classgraph" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 188 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 189 | name = "classgraph", |
Jordan Halterman | e03d9ba | 2018-10-03 09:40:22 -0700 | [diff] [blame] | 190 | jar_sha256 = "92a75236a6a30993895916b7eea4011c54d3182c9fa6734e8c23b30cc9500023", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 191 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 192 | jar_urls = ["https://repo1.maven.org/maven2/io/github/classgraph/classgraph/4.2.3/classgraph-4.2.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 193 | if "commons_codec" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 194 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 195 | name = "commons_codec", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 196 | jar_sha256 = "4241dfa94e711d435f29a4604a3e2de5c4aa3c165e23bd066be6fc1fc4309569", |
| 197 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 198 | jar_urls = ["https://repo1.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 199 | if "commons_cli" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 200 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 201 | name = "commons_cli", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 202 | jar_sha256 = "f8046bdc72b7ff88afb1dff5ff45451df95290c78a639ec7fa40c953ca89cb26", |
| 203 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 204 | jar_urls = ["https://repo1.maven.org/maven2/commons-cli/commons-cli/1.3/commons-cli-1.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 205 | if "commons_collections" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 206 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 207 | name = "commons_collections", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 208 | jar_sha256 = "eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8", |
| 209 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 210 | jar_urls = ["https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 211 | if "commons_configuration" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 212 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 213 | name = "commons_configuration", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 214 | jar_sha256 = "95d4e6711e88ce78992c82c25bc03c8df9ecf5a357f0de0bec72a26db3399374", |
| 215 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 216 | jar_urls = ["https://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 217 | if "commons_io" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 218 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 219 | name = "commons_io", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 220 | jar_sha256 = "f877d304660ac2a142f3865badfc971dec7ed73c747c7f8d5d2f5139ca736513", |
| 221 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 222 | jar_urls = ["https://repo1.maven.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 223 | if "commons_beanutils" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 224 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 225 | name = "commons_beanutils", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 226 | jar_sha256 = "c058e39c7c64203d3a448f3adb588cb03d6378ed808485618f26e137f29dae73", |
| 227 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 228 | jar_urls = ["https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar"], ) |
Ray Milkey | 86ad7bb | 2018-09-27 12:32:28 -0700 | [diff] [blame] | 229 | if "commons_jxpath" not in native.existing_rules(): |
| 230 | java_import_external( |
| 231 | name = "commons_jxpath", |
| 232 | jar_sha256 = "fcbc0ad917d9d6a73c6df21fac322e00d213ef19cd94815a007c407a8a3ff449", |
| 233 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 234 | jar_urls = ["https://repo1.maven.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 235 | if "fast_classpath_scanner" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 236 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 237 | name = "fast_classpath_scanner", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 238 | jar_sha256 = "80bd0619aa2111c26ad69808e29f649c860d30b14cbbbb080968a20518068185", |
| 239 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 240 | jar_urls = ["https://repo1.maven.org/maven2/io/github/lukehutch/fast-classpath-scanner/2.21/fast-classpath-scanner-2.21.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 241 | if "jdom" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 242 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 243 | name = "jdom", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 244 | jar_sha256 = "3b23bc3979aec14a952a12aafc483010dc57579775f2ffcacef5256a90eeda02", |
| 245 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 246 | jar_urls = ["https://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 247 | if "commons_lang" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 248 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 249 | name = "commons_lang", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 250 | jar_sha256 = "50f11b09f877c294d56f24463f47d28f929cf5044f648661c0f0cfbae9a2f49c", |
| 251 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 252 | jar_urls = ["https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 253 | if "commons_lang3" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 254 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 255 | name = "commons_lang3", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 256 | jar_sha256 = "6e8dc31e046508d9953c96534edf0c2e0bfe6f468966b5b842b3f87e43b6a847", |
| 257 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 258 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 259 | if "commons_logging" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 260 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 261 | name = "commons_logging", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 262 | jar_sha256 = "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636", |
| 263 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 264 | jar_urls = ["https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 265 | if "commons_math3" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 266 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 267 | name = "commons_math3", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 268 | jar_sha256 = "1e56d7b058d28b65abd256b8458e3885b674c1d588fa43cd7d1cbb9c7ef2b308", |
| 269 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 270 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 271 | if "commons_net" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 272 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 273 | name = "commons_net", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 274 | jar_sha256 = "c25b0da668b3c5649f002d504def22d1b4cb30d206f05428d2fe168fa1a901c2", |
| 275 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 276 | jar_urls = ["https://repo1.maven.org/maven2/commons-net/commons-net/3.5/commons-net-3.5.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 277 | if "commons_pool" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 278 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 279 | name = "commons_pool", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 280 | jar_sha256 = "46c42b4a38dc6b2db53a9ee5c92c63db103665d56694e2cfce2c95d51a6860cc", |
| 281 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 282 | jar_urls = ["https://repo1.maven.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 283 | if "commons_text" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 284 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 285 | name = "commons_text", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 286 | jar_sha256 = "8185b3a5311092d83ed1f184c2d093b3105d726bbd76867c32b3511542bb99a8", |
| 287 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 288 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 289 | if "concurrent_trees" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 290 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 291 | name = "concurrent_trees", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 292 | jar_sha256 = "04e3724984e2a5cbf55606cfa372a5bd3d3c5d2a21533a7004e3cde539761fa5", |
| 293 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 294 | jar_urls = ["https://repo1.maven.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 295 | if "easymock" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 296 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 297 | name = "easymock", |
Carmelo Cascone | 21eb042 | 2019-06-17 12:00:33 -0700 | [diff] [blame] | 298 | jar_sha256 = "104370107ef64d115e642cbdc14cea438a8d076f5aee9a9cb7882dc9a8ed4123", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 299 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 300 | jar_urls = ["https://repo1.maven.org/maven2/org/easymock/easymock/4.0.2/easymock-4.0.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 301 | if "antlr" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 302 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 303 | name = "antlr", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 304 | jar_sha256 = "88fbda4b912596b9f56e8e12e580cc954bacfb51776ecfddd3e18fc1cf56dc4c", |
| 305 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 306 | jar_urls = ["https://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 307 | if "ganymed_ssh2" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 308 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 309 | name = "ganymed_ssh2", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 310 | jar_sha256 = "dc3c036d9d3a54742e01f50a6f4613be5a8e5647e958348932a2bdb0007fa15a", |
| 311 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 312 | jar_urls = ["https://repo1.maven.org/maven2/ch/ethz/ganymed/ganymed-ssh2/262/ganymed-ssh2-262.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 313 | if "gmetric4j" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 314 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 315 | name = "gmetric4j", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 316 | jar_sha256 = "a32eb2f88f7c0fbc2846535c55d6f7bd8fc5763470bc3e1142cbaef2110a6bf3", |
| 317 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 318 | jar_urls = ["https://repo1.maven.org/maven2/info/ganglia/gmetric4j/gmetric4j/1.0.10/gmetric4j-1.0.10.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 319 | if "com_google_code_gson_gson" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 320 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 321 | name = "com_google_code_gson_gson", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 322 | jar_sha256 = "2d43eb5ea9e133d2ee2405cc14f5ee08951b8361302fdd93494a3a997b508d32", |
| 323 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 324 | jar_urls = ["https://repo1.maven.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 325 | if "com_google_guava_guava" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 326 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 327 | name = "com_google_guava_guava", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 328 | jar_sha256 = "1158e94c7de4da480873f0b4ab4a1da14c0d23d4b1902cc94a58a6f0f9ab579e", |
| 329 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 330 | jar_urls = ["https://repo1.maven.org/maven2/com/google/guava/guava/22.0/guava-22.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 331 | if "com_google_guava_guava_testlib" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 332 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 333 | name = "com_google_guava_guava_testlib", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 334 | jar_sha256 = "5a7542ddd374a6a2e1c4f55609a72f926267047acad4213585557526c36628e0", |
| 335 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 336 | jar_urls = ["https://repo1.maven.org/maven2/com/google/guava/guava-testlib/22.0/guava-testlib-22.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 337 | if "hamcrest_all" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 338 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 339 | name = "hamcrest_all", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 340 | jar_sha256 = "4877670629ab96f34f5f90ab283125fcd9acb7e683e66319a68be6eb2cca60de", |
| 341 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 342 | jar_urls = ["https://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 343 | if "hk2_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 344 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 345 | name = "hk2_api", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 346 | jar_sha256 = "4d328e5b1cb5e8dcf3f97e1348d960f439e597009aa9d994dd5325bcef367908", |
| 347 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 348 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 349 | if "hk2_locator" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 350 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 351 | name = "hk2_locator", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 352 | jar_sha256 = "2a3766079d1cd21e715e4fd75e8189ebd58f9bf852885f1679253f0a27039b72", |
| 353 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 354 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 355 | if "hk2_osgi_resource_locator" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 356 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 357 | name = "hk2_osgi_resource_locator", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 358 | jar_sha256 = "775003be577e8806f51b6e442be1033d83be2cb2207227b349be0bf16e6c0843", |
| 359 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 360 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 361 | if "hk2_utils" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 362 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 363 | name = "hk2_utils", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 364 | jar_sha256 = "5edb176086ad0be1d4abbc0a1d26d519d088a01ee24f9ee064c657895a86e3ee", |
| 365 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 366 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 367 | if "httpclient_osgi" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 368 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 369 | name = "httpclient_osgi", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 370 | jar_sha256 = "e0cda85f788456b0a1664713794c70fd8ce634afbc5714df2dc6181174a6edd0", |
| 371 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 372 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-osgi/4.5.1/httpclient-osgi-4.5.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 373 | if "httpcore_osgi" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 374 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 375 | name = "httpcore_osgi", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 376 | jar_sha256 = "a0bd904e00cb6788efd5cd8c180cb19569bba43e22a711e9b020ffa51b045a4c", |
| 377 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 378 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-osgi/4.4.4/httpcore-osgi-4.4.4.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 379 | if "influxdb_java" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 380 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 381 | name = "influxdb_java", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 382 | jar_sha256 = "c2c35eff56e5b101028a52f5fa2bc25e7b5e0f6c7b7fdf9f5c8ed503621547eb", |
| 383 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 384 | jar_urls = ["https://repo1.maven.org/maven2/org/influxdb/influxdb-java/2.9/influxdb-java-2.9.jar"], ) |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 385 | if "simpleclient" not in native.existing_rules(): |
| 386 | java_import_external( |
| 387 | name = "simpleclient", |
| 388 | jar_sha256 = "68e20a01ec974f382553b763f58594416c3c652b7067d8aeccf1a5ea6c8b1d0d", |
| 389 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 390 | jar_urls = ["https://repo1.maven.org/maven2/io/prometheus/simpleclient/0.5.0/simpleclient-0.5.0.jar"], ) |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 391 | if "simpleclient_common" not in native.existing_rules(): |
| 392 | java_import_external( |
| 393 | name = "simpleclient_common", |
| 394 | jar_sha256 = "41d881034a44639d5717d71c61d207b8580bc755e0c0a6f4a1ec7137a7274366", |
| 395 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 396 | jar_urls = ["https://repo1.maven.org/maven2/io/prometheus/simpleclient_common/0.5.0/simpleclient_common-0.5.0.jar"], ) |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 397 | if "simpleclient_hotspot" not in native.existing_rules(): |
| 398 | java_import_external( |
| 399 | name = "simpleclient_hotspot", |
| 400 | jar_sha256 = "93f4f9e43948599ce42e38b3899194a130989d967eba47233abe16177fef1d06", |
| 401 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 402 | jar_urls = ["https://repo1.maven.org/maven2/io/prometheus/simpleclient_hotspot/0.5.0/simpleclient_hotspot-0.5.0.jar"], ) |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 403 | if "simpleclient_servlet" not in native.existing_rules(): |
| 404 | java_import_external( |
| 405 | name = "simpleclient_servlet", |
| 406 | jar_sha256 = "f8c1d2879588475a4a2600f286347203ef71fdde68ebac0006498c821e6d0de3", |
| 407 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 408 | jar_urls = ["https://repo1.maven.org/maven2/io/prometheus/simpleclient_servlet/0.5.0/simpleclient_servlet-0.5.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 409 | if "retrofit" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 410 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 411 | name = "retrofit", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 412 | jar_sha256 = "c0295f38b3c1a48bb71a8ed2ea69ddeb2e49a830b11862385a403355c6a94643", |
| 413 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 414 | jar_urls = ["https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.3.0/retrofit-2.3.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 415 | if "converter_moshi" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 416 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 417 | name = "converter_moshi", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 418 | jar_sha256 = "9623b53c71e7305ab1eb8b9e68a4ea57152420de9e2646e3676fbe851fc0371a", |
| 419 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 420 | jar_urls = ["https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-moshi/2.3.0/converter-moshi-2.3.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 421 | if "okhttp" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 422 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 423 | name = "okhttp", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 424 | jar_sha256 = "a0d01017a42bba26e507fc6d448bb36e536f4b6e612f7c42de30bbdac2b7785e", |
| 425 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 426 | jar_urls = ["https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 427 | if "logging_interceptor" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 428 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 429 | name = "logging_interceptor", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 430 | jar_sha256 = "990d2936ff0cb8964ff0e1680424cab713e8ff932ff5a747eaf972e1bc43908f", |
| 431 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 432 | jar_urls = ["https://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.9.1/logging-interceptor-3.9.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 433 | if "moshi" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 434 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 435 | name = "moshi", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 436 | jar_sha256 = "d8ef4da48b59790d587904c4ef2245ee6f64dedec780f1250d00ab136160dcce", |
| 437 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 438 | jar_urls = ["https://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.4.0/moshi-1.4.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 439 | if "okio" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 440 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 441 | name = "okio", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 442 | jar_sha256 = "4633c331f50642ebe795dc089d6a5928aff43071c9d17e7840a009eea2fe95a3", |
| 443 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 444 | jar_urls = ["https://repo1.maven.org/maven2/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar"], ) |
Ray Milkey | 8705cce | 2019-01-14 14:05:48 -0800 | [diff] [blame] | 445 | if "jacoco_agent_runtime" not in native.existing_rules(): |
| 446 | java_import_external( |
| 447 | name = "jacoco_agent_runtime", |
| 448 | jar_sha256 = "940056732802d1cbaf243840e0f8f2c786f5deb6c1dcac786637366a051257d8", |
| 449 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 450 | jar_urls = ["https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 451 | if "jackson_annotations" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 452 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 453 | name = "jackson_annotations", |
Jian Li | 0ad0c55 | 2019-12-16 22:26:21 +0900 | [diff] [blame] | 454 | jar_sha256 = "77a0846219774a8269bc1b38cc00294908d34e77f8a9da34d97673982f75853d", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 455 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 456 | jar_urls = ["https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 457 | if "jackson_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 458 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 459 | name = "jackson_core", |
Jian Li | 0ad0c55 | 2019-12-16 22:26:21 +0900 | [diff] [blame] | 460 | jar_sha256 = "69e7695b1e40834fa1242fc328a4010607911ced3706ab79abc769d451197513", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 461 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 462 | jar_urls = ["https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 463 | if "jackson_databind" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 464 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 465 | name = "jackson_databind", |
Jian Li | 0ad0c55 | 2019-12-16 22:26:21 +0900 | [diff] [blame] | 466 | jar_sha256 = "8e6c566c67fc61a96c5dfc4a71d430f2565765778ec9a6ef216c5460a9911b60", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 467 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 468 | jar_urls = ["https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0.jar"], ) |
Jian Li | 1cee988 | 2019-02-13 11:25:25 +0900 | [diff] [blame] | 469 | if "jackson_dataformat_yaml" not in native.existing_rules(): |
| 470 | java_import_external( |
| 471 | name = "jackson_dataformat_yaml", |
Jian Li | 0ad0c55 | 2019-12-16 22:26:21 +0900 | [diff] [blame] | 472 | jar_sha256 = "235cb6f2816d55aa5e8a1c6e37b142cfc2bd5e459aa733820d68e736b6527f7c", |
Jian Li | 1cee988 | 2019-02-13 11:25:25 +0900 | [diff] [blame] | 473 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 474 | jar_urls = ["https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.10.0/jackson-dataformat-yaml-2.10.0.jar"], ) |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 475 | if "javax_annotation_javax_annotation_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 476 | java_import_external( |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 477 | name = "javax_annotation_javax_annotation_api", |
Ray Milkey | 887c1ca | 2019-02-12 16:55:49 -0800 | [diff] [blame] | 478 | jar_sha256 = "f43f8ca10941606fb675785286981c166be1393f584020ffd965c6863f62232c", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 479 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 480 | jar_urls = ["https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3/javax.annotation-api-1.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 481 | if "javax_inject" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 482 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 483 | name = "javax_inject", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 484 | jar_sha256 = "3bcf096beb918c9586be829190903090a21ac40513c1401e1b986e6030addc98", |
| 485 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 486 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 487 | if "javax_ws_rs_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 488 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 489 | name = "javax_ws_rs_api", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 490 | jar_sha256 = "1a4295889416c6972addcd425dfeeee6e6ede110e8b2dc8b49044e9b400ad5db", |
| 491 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 492 | jar_urls = ["https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar"], ) |
Ray Milkey | 28b15ae | 2018-10-18 11:36:10 -0700 | [diff] [blame] | 493 | if "javax_activation" not in native.existing_rules(): |
| 494 | java_import_external( |
| 495 | name = "javax_activation", |
| 496 | jar_sha256 = "ae475120e9fcd99b4b00b38329bd61cdc5eb754eee03fe66c01f50e137724f99", |
| 497 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 498 | jar_urls = ["https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar"], ) |
Ray Milkey | 28b15ae | 2018-10-18 11:36:10 -0700 | [diff] [blame] | 499 | if "jaxb_api" not in native.existing_rules(): |
| 500 | java_import_external( |
| 501 | name = "jaxb_api", |
| 502 | jar_sha256 = "88b955a0df57880a26a74708bc34f74dcaf8ebf4e78843a28b50eae945732b06", |
| 503 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 504 | jar_urls = ["https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar"], ) |
Ray Milkey | 28b15ae | 2018-10-18 11:36:10 -0700 | [diff] [blame] | 505 | if "jaxb_core" not in native.existing_rules(): |
| 506 | java_import_external( |
| 507 | name = "jaxb_core", |
| 508 | jar_sha256 = "d2ecba63615f317a11fb55c6468f6a9480f6411c10951d9881bafd9a9a8d0467", |
| 509 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 510 | jar_urls = ["https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar"], ) |
Ray Milkey | 28b15ae | 2018-10-18 11:36:10 -0700 | [diff] [blame] | 511 | if "jaxb_impl" not in native.existing_rules(): |
| 512 | java_import_external( |
| 513 | name = "jaxb_impl", |
| 514 | jar_sha256 = "5ec7bb8dd5d36c9199131e06609409e4ea58bdd5d06fb361d8adfa8887b3c068", |
| 515 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 516 | jar_urls = ["https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 517 | if "jersey_client" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 518 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 519 | name = "jersey_client", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 520 | jar_sha256 = "aba407bda94df54f590041b4cde5f2fa31db45bd8b4cf7575af48c1f8f81bb04", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 521 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 522 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 523 | if "jersey_security" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 524 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 525 | name = "jersey_security", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 526 | jar_sha256 = "25052afa8c18f2e98e9160bc4f434179eff592c7c9cfb98bfc582d40280daa0b", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 527 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 528 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/security/oauth2-client/2.27/oauth2-client-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 529 | if "jersey_common" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 530 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 531 | name = "jersey_common", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 532 | jar_sha256 = "9a9578c6dac52b96195a614150f696d455db6b6d267a645c3120a4d0ee495789", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 533 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 534 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 535 | if "jersey_container_jetty_http" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 536 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 537 | name = "jersey_container_jetty_http", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 538 | jar_sha256 = "932390b9381d2bc9b9c1d386c30d7f2245ff0539e5c18b987727eea174256a09", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 539 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 540 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-jetty-http/2.27/jersey-container-jetty-http-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 541 | if "jersey_container_servlet" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 542 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 543 | name = "jersey_container_servlet", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 544 | jar_sha256 = "40349db8dabf6327a01ad59eaff172bd9a5f8927b2411bcdc59ceb05ce7731c1", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 545 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 546 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 547 | if "jersey_container_servlet_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 548 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 549 | name = "jersey_container_servlet_core", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 550 | jar_sha256 = "39e9fee46f5c6b5d4e49dc03f54741671bd4261090c5f7b5c72541a232873946", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 551 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 552 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 553 | if "jersey_media_multipart" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 554 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 555 | name = "jersey_media_multipart", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 556 | jar_sha256 = "08b303988e99546364283c63da5aa2d79c7c823f7b0d1ca5deabe66fbbb6374e", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 557 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 558 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/media/jersey-media-multipart/2.27/jersey-media-multipart-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 559 | if "jersey_media_sse" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 560 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 561 | name = "jersey_media_sse", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 562 | jar_sha256 = "660f0a524761b85a8689cd80c45eff9d1dd8302a1c623710b1e05f95d6748686", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 563 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 564 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/media/jersey-media-sse/2.27/jersey-media-sse-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 565 | if "jersey_server" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 566 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 567 | name = "jersey_server", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 568 | jar_sha256 = "45a2e1e87566cb9808953d1f5ce0b4d99ede51be4a0f22ed92a7ceda7ba9417e", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 569 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 570 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 571 | if "jersey_hk2" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 572 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 573 | name = "jersey_hk2", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 574 | jar_sha256 = "634a2790f08c2f33feb78586b22a23005a2f8aa483c316ae2435729be0943968", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 575 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 576 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 577 | if "jersey_test_framework_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 578 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 579 | name = "jersey_test_framework_core", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 580 | jar_sha256 = "f2d6a9b9163643864b488f390325ef29c733996ca90089b0dbfa010032421139", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 581 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 582 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.27/jersey-test-framework-core-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 583 | if "jersey_test_framework_jetty" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 584 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 585 | name = "jersey_test_framework_jetty", |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 586 | jar_sha256 = "4308de3001f867d589a4e95085c128d9d33b3022c6f8d5c68ff7ef2e1fb54451", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 587 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 588 | jar_urls = ["https://repo1.maven.org/maven2/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.27/jersey-test-framework-provider-jetty-2.27.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 589 | if "jetty_util" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 590 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 591 | name = "jetty_util", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 592 | jar_sha256 = "936e5ed74275c16164cc1eccaeae55900eb00edd9f1b1d3b83d70782dd25f505", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 593 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 594 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.4.11.v20180605/jetty-util-9.4.11.v20180605.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 595 | if "jetty_websocket_api" not in native.existing_rules(): |
| 596 | java_import_external( |
| 597 | name = "jetty_websocket_api", |
| 598 | jar_sha256 = "924edcf7fb17f2ff2e541afce7fd692305235e51b5a16f7223d7e8b4de77559d", |
| 599 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 600 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.11.v20180605/websocket-api-9.4.11.v20180605.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 601 | if "jetty_websocket" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 602 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 603 | name = "jetty_websocket", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 604 | jar_sha256 = "76f52b482ad174944e07f552cbfaaa2ccf498063e0a3837bb930eee8a06373aa", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 605 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 606 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-servlet/9.4.11.v20180605/websocket-servlet-9.4.11.v20180605.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 607 | if "jetty_server" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 608 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 609 | name = "jetty_server", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 610 | jar_sha256 = "b74af5ac482b05c242ed231e00b7c08a0b6649f76f2e039a0885de0cf1376ef8", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 611 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 612 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.11.v20180605/jetty-server-9.4.11.v20180605.jar"], ) |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 613 | if "jetty_servlet" not in native.existing_rules(): |
| 614 | java_import_external( |
| 615 | name = "jetty_servlet", |
Ray Milkey | df52129 | 2018-10-04 15:13:33 -0700 | [diff] [blame] | 616 | jar_sha256 = "e24f145a6d95c7653ad2fe0c34cf8ce7311effb7eb8ed9399fae63d8af63eaf4", |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 617 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 618 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.11.v20180605/jetty-servlet-9.4.11.v20180605.jar"], ) |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 619 | if "jetty_security" not in native.existing_rules(): |
| 620 | java_import_external( |
| 621 | name = "jetty_security", |
Ray Milkey | df52129 | 2018-10-04 15:13:33 -0700 | [diff] [blame] | 622 | jar_sha256 = "5a12b1c69264466004baff33b14fc1555007c86fb2fece2a420c480aa7f8ef56", |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 623 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 624 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.4.11.v20180605/jetty-security-9.4.11.v20180605.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 625 | if "jetty_continuation" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 626 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 627 | name = "jetty_continuation", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 628 | jar_sha256 = "0af8353dbe4ab06fb0020a380be60b2c2a63cd9430f5f199509ecd51dc3dd7cd", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 629 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 630 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.4.11.v20180605/jetty-continuation-9.4.11.v20180605.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 631 | if "jetty_http" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 632 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 633 | name = "jetty_http", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 634 | jar_sha256 = "963b75730aa92b0dfbe65fe8a2e413edc88aeb53e8686ba6b1617d7caeb14067", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 635 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 636 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.4.11.v20180605/jetty-http-9.4.11.v20180605.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 637 | if "jetty_io" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 638 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 639 | name = "jetty_io", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 640 | jar_sha256 = "75c82d6e542a3518e2517c4084c83d8216ec2d2458f8747b8b5c944355ebd732", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 641 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 642 | jar_urls = ["https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.11.v20180605/jetty-io-9.4.11.v20180605.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 643 | if "javax_servlet_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 644 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 645 | name = "javax_servlet_api", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 646 | jar_sha256 = "af456b2dd41c4e82cf54f3e743bc678973d9fe35bd4d3071fa05c7e5333b8482", |
| 647 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 648 | jar_urls = ["https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 649 | if "joda_time" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 650 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 651 | name = "joda_time", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 652 | jar_sha256 = "a05f5b8b021802a71919b18702aebdf286148188b3ee9d26e6ec40e8d0071487", |
| 653 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 654 | jar_urls = ["https://repo1.maven.org/maven2/joda-time/joda-time/2.9.3/joda-time-2.9.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 655 | if "jsch" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 656 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 657 | name = "jsch", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 658 | jar_sha256 = "f00d5cb29d70a98ef6bf2000edc89b415ae6f59d25e33caf5578b20d0d400932", |
| 659 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 660 | jar_urls = ["https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 661 | if "com_google_code_findbugs_jsr305" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 662 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 663 | name = "com_google_code_findbugs_jsr305", |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 664 | jar_sha256 = "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 665 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 666 | jar_urls = ["https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 667 | if "junit" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 668 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 669 | name = "junit", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 670 | jar_sha256 = "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a", |
| 671 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 672 | jar_urls = ["https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 673 | if "junit_dep" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 674 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 675 | name = "junit_dep", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 676 | jar_sha256 = "36a747ca1e0b86f6ea88055b8723bb87030d627766da6288bf077afdeeb0f75a", |
| 677 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 678 | jar_urls = ["https://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 679 | if "kryo" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 680 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 681 | name = "kryo", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 682 | jar_sha256 = "05da64250f6e6488cd79a2609887fd3b9db46c37cdc6daaba88a178632bf48f9", |
| 683 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 684 | jar_urls = ["https://repo1.maven.org/maven2/com/esotericsoftware/kryo/4.0.1/kryo-4.0.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 685 | if "mapdb" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 686 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 687 | name = "mapdb", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 688 | jar_sha256 = "fac1afd9bfd1be9f2f480fb0c1253cdb9947f334f61a07ec9a855eb2a9d6aedd", |
| 689 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 690 | jar_urls = ["https://repo1.maven.org/maven2/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 691 | if "metrics_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 692 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 693 | name = "metrics_core", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 694 | jar_sha256 = "5c6f685e41664d10c70c65837cba9e58d39ff3896811e3b5707a934b11c85ad0", |
| 695 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 696 | jar_urls = ["https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 697 | if "metrics_ganglia" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 698 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 699 | name = "metrics_ganglia", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 700 | jar_sha256 = "fdae87ba15898e1754c885afab1594962b0bb24e2049ad35b853521b458f7351", |
| 701 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 702 | jar_urls = ["https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-ganglia/3.2.2/metrics-ganglia-3.2.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 703 | if "metrics_graphite" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 704 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 705 | name = "metrics_graphite", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 706 | jar_sha256 = "cb967ecf5d6d88fe08322b8fe64b885ef2ce0e74ed8fc9bfea286e7aad2e6d47", |
| 707 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 708 | jar_urls = ["https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-graphite/3.2.2/metrics-graphite-3.2.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 709 | if "metrics_influxdb" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 710 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 711 | name = "metrics_influxdb", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 712 | jar_sha256 = "ad5b498597f66b245ecff13396fecfc7b8a2b2616c2e3f7773050596c09fd77f", |
| 713 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 714 | jar_urls = ["https://repo1.maven.org/maven2/com/izettle/metrics-influxdb/1.1.1/metrics-influxdb-1.1.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 715 | if "metrics_json" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 716 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 717 | name = "metrics_json", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 718 | jar_sha256 = "38f50ac1f211518279031919bbcc0e02f6d6659d02dcd6f4e47e90b16851c821", |
| 719 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 720 | jar_urls = ["https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-json/3.2.2/metrics-json-3.2.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 721 | if "minimal_json" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 722 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 723 | name = "minimal_json", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 724 | jar_sha256 = "e1d280900c78f18ae2e00c14e7410a77ba19cf084154b386532846aa6dc81721", |
| 725 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 726 | jar_urls = ["https://repo1.maven.org/maven2/com/eclipsesource/minimal-json/minimal-json/0.9.4/minimal-json-0.9.4.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 727 | if "minlog" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 728 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 729 | name = "minlog", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 730 | jar_sha256 = "f7b399d3a5478a4f3e0d98bd1c9f47766119c66414bc33aa0f6cde0066f24cc2", |
| 731 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 732 | jar_urls = ["https://repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.0/minlog-1.3.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 733 | if "io_netty_netty" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 734 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 735 | name = "io_netty_netty", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 736 | jar_sha256 = "eb031acf8a00733481bcd60807925ecfc9ce3840f13823d4b96cdcb1132db1da", |
| 737 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 738 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty/3.10.5.Final/netty-3.10.5.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 739 | if "io_netty_netty_buffer" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 740 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 741 | name = "io_netty_netty_buffer", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 742 | jar_sha256 = "b7178cb8534676986c64a8fa7d216df926826c8d673a26b6c9f79fd2057a2d8d", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 743 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 744 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.35.Final/netty-buffer-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 745 | if "io_netty_netty_codec" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 746 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 747 | name = "io_netty_netty_codec", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 748 | jar_sha256 = "1569911a2c42d74876e84b89228fc580077997c9f7d4a9f54595592331fdba84", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 749 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 750 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.35.Final/netty-codec-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 751 | if "io_netty_netty_common" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 752 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 753 | name = "io_netty_netty_common", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 754 | jar_sha256 = "a5bbdec45faaa4cf34cd21861e35193d8f132e54bdccad2378dbd9644f2862c9", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 755 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 756 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-common/4.1.35.Final/netty-common-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 757 | if "io_netty_netty_handler" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 758 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 759 | name = "io_netty_netty_handler", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 760 | jar_sha256 = "1356bd60d8360d99746f3443d22b390983e1cd353045e8aae7f3e2df4fc7a8f3", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 761 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 762 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.35.Final/netty-handler-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 763 | if "io_netty_netty_handler_proxy" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 764 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 765 | name = "io_netty_netty_handler_proxy", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 766 | jar_sha256 = "a9dc237a886e33222eb1817821347255d9d788466d175a123cb497b1f1da3537", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 767 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 768 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.35.Final/netty-handler-proxy-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 769 | if "io_netty_netty_transport" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 770 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 771 | name = "io_netty_netty_transport", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 772 | jar_sha256 = "02ff2bbe0837455d75b2b182f2cc868052ad404d1cf7ca5b48b8e1f6a6266982", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 773 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 774 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.35.Final/netty-transport-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 775 | if "io_netty_netty_transport_native_unix_common" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 776 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 777 | name = "io_netty_netty_transport_native_unix_common", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 778 | jar_sha256 = "8fe591753ca7623c99d120bbf0750baafbd982257d06c94c93d221c94c75511e", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 779 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 780 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.35.Final/netty-transport-native-unix-common-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 781 | if "io_netty_netty_transport_native_epoll" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 782 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 783 | name = "io_netty_netty_transport_native_epoll", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 784 | jar_sha256 = "85d460beffccfc32a653c5294a79aa3800a81816da5c010ef93b0eb9fe53c812", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 785 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 786 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.35.Final/netty-transport-native-epoll-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 787 | if "io_netty_netty_resolver" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 788 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 789 | name = "io_netty_netty_resolver", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 790 | jar_sha256 = "690277caffe12fc92b9ae648ed36ff70a969e7acf6b82e1ccf5f7c375ed31bdf", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 791 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 792 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.35.Final/netty-resolver-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 793 | if "io_netty_netty_codec_http2" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 794 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 795 | name = "io_netty_netty_codec_http2", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 796 | jar_sha256 = "aa5ab661b2a0ec939d8d3944f227ebd55f3052400087828c93803191b6624018", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 797 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 798 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.35.Final/netty-codec-http2-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 799 | if "io_netty_netty_codec_http" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 800 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 801 | name = "io_netty_netty_codec_http", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 802 | jar_sha256 = "2f6e685a461a0ad5e088dc3a37139324f5587337af56b2922f91698341a4b0e2", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 803 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 804 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.35.Final/netty-codec-http-4.1.35.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 805 | if "io_netty_netty_codec_socks" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 806 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 807 | name = "io_netty_netty_codec_socks", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 808 | jar_sha256 = "809ff79aeaefe0ffd0c0c72d7996ca6b99bf3b873faaa76f65a3cfbae3f66842", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 809 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 810 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.35.Final/netty-codec-socks-4.1.35.Final.jar"], ) |
Brian O'Connor | c694383 | 2018-12-12 17:27:11 -0800 | [diff] [blame] | 811 | if "io_netty_netty_tcnative_boringssl" not in native.existing_rules(): |
| 812 | java_import_external( |
| 813 | name = "io_netty_netty_tcnative_boringssl", |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 814 | jar_sha256 = "96d9c14ab4c47cbad7fec9bdb083917db971d3754d6c7fa89f958bc719e230ed", |
Brian O'Connor | c694383 | 2018-12-12 17:27:11 -0800 | [diff] [blame] | 815 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 816 | jar_urls = ["https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.25.Final/netty-tcnative-boringssl-static-2.0.25.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 817 | if "objenesis" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 818 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 819 | name = "objenesis", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 820 | jar_sha256 = "5e168368fbc250af3c79aa5fef0c3467a2d64e5a7bd74005f25d8399aeb0708d", |
| 821 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 822 | jar_urls = ["https://repo1.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 823 | if "openflowj" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 824 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 825 | name = "openflowj", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 826 | jar_sha256 = "b5bd490435fd6910ac9d2e0f1b2d71c68d9ff7261bfd0e70c4a0f8ea970c2785", |
| 827 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 828 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/openflowj/3.2.1.onos/openflowj-3.2.1.onos.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 829 | if "org_osgi_util_function" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 830 | java_import_external( |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 831 | name = "org_osgi_util_function", |
| 832 | jar_sha256 = "83d52d198f8bdd4cd9a02ecb7f05e01e0d59d1c960256db6dccd16962f79d7c5", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 833 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 834 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 835 | if "org_osgi_util_promise" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 836 | java_import_external( |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 837 | name = "org_osgi_util_promise", |
Carmelo Cascone | 27b9712 | 2019-11-12 10:34:05 -0800 | [diff] [blame] | 838 | jar_sha256 = "4f85beccd281cc1a4e735bd266a0dd3db11651d3d0dde001e6bfa55dbdfdee83", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 839 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 840 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 841 | if "org_osgi_service_component" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 842 | java_import_external( |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 843 | name = "org_osgi_service_component", |
| 844 | jar_sha256 = "607b85148c03e9385b91dd355200aeda3cbfaa6374edba737a9460aac5d576e1", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 845 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 846 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component/1.4.0/org.osgi.service.component-1.4.0.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 847 | if "org_osgi_service_component_annotations" not in native.existing_rules(): |
| 848 | java_import_external( |
| 849 | name = "org_osgi_service_component_annotations", |
| 850 | jar_sha256 = "8de7c6753f00edc81df24059dcd2efd67fedcd9b020bbcc6aaa170f4a34c010c", |
| 851 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 852 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 853 | if "org_osgi_service_metatype_annotations" not in native.existing_rules(): |
| 854 | java_import_external( |
| 855 | name = "org_osgi_service_metatype_annotations", |
| 856 | jar_sha256 = "c768e569389a25ce0ef2ce32ce9de05624ec093f2f275ce430da573aba554bcb", |
| 857 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 858 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/org.osgi.service.metatype.annotations/1.4.0/org.osgi.service.metatype.annotations-1.4.0.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 859 | if "org_osgi_service_cm" not in native.existing_rules(): |
| 860 | java_import_external( |
| 861 | name = "org_osgi_service_cm", |
| 862 | jar_sha256 = "c1768352603abdeb18ca160ac8c712768f88d2e418fe4c5cf50845e783154233", |
| 863 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 864 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/org.osgi.service.cm/1.6.0/org.osgi.service.cm-1.6.0.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 865 | if "org_apache_felix_scr_bnd" not in native.existing_rules(): |
| 866 | java_import_external( |
| 867 | name = "org_apache_felix_scr_bnd", |
| 868 | jar_sha256 = "fee253dd67f87481c1d29f5ba6e6158604f722eac8b35bce868e3693ee00ccac", |
| 869 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 870 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr.bnd/1.9.0/org.apache.felix.scr.bnd-1.9.0.jar"], ) |
Saritha | 80cb854 | 2019-12-09 10:39:20 +0530 | [diff] [blame] | 871 | if "org_apache_karaf_bundle_core" not in native.existing_rules(): |
| 872 | java_import_external( |
| 873 | name = "org_apache_karaf_bundle_core", |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 874 | jar_sha256 = "1b494b5c596e1b5fe81136c69a7b0e3ad8e86134207c46bf4cbb029b5414aaf8", |
Saritha | 80cb854 | 2019-12-09 10:39:20 +0530 | [diff] [blame] | 875 | licenses = ["notice"], |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 876 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.2.9/org.apache.karaf.bundle.core-4.2.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 877 | if "org_apache_karaf_features_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 878 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 879 | name = "org_apache_karaf_features_core", |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 880 | jar_sha256 = "0b9baf7a41e95d184f26d59cd923431900699b6bf55e09b883300d43fa97aa18", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 881 | licenses = ["notice"], |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 882 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/karaf/features/org.apache.karaf.features.core/4.2.9/org.apache.karaf.features.core-4.2.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 883 | if "org_apache_karaf_shell_console" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 884 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 885 | name = "org_apache_karaf_shell_console", |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 886 | jar_sha256 = "8bb60748f6bf6498b8f2c13cf96919e6f8c361af97d9a373eade474841e85196", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 887 | licenses = ["notice"], |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 888 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/karaf/shell/org.apache.karaf.shell.console/4.2.9/org.apache.karaf.shell.console-4.2.9.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 889 | if "org_apache_karaf_shell_core" not in native.existing_rules(): |
| 890 | java_import_external( |
| 891 | name = "org_apache_karaf_shell_core", |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 892 | jar_sha256 = "2b39bfcc5972271f697894364d7937a72317962248b6a6734614f656cb840459", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 893 | licenses = ["notice"], |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 894 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/karaf/shell/org.apache.karaf.shell.core/4.2.9/org.apache.karaf.shell.core-4.2.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 895 | if "org_apache_httpcomponents_httpasyncclient_osgi" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 896 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 897 | name = "org_apache_httpcomponents_httpasyncclient_osgi", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 898 | jar_sha256 = "243ed2ef640565dbe6abdaec7ff8469d3a983424ae80170a3b0db246be40ddb3", |
| 899 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 900 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/httpcomponents/httpasyncclient-osgi/4.1.2/httpasyncclient-osgi-4.1.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 901 | if "org_apache_httpcomponents_httpcore_nio" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 902 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 903 | name = "org_apache_httpcomponents_httpcore_nio", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 904 | jar_sha256 = "f21be11ed00a7c655204c03d3ff38c2e8ac88db0913da3598ce5f9ffd686ae1f", |
| 905 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 906 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 907 | if "org_apache_karaf_jaas" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 908 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 909 | name = "org_apache_karaf_jaas", |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 910 | jar_sha256 = "a24b744898d9d1bafcd0c094270652896d1e4e4ebaacb35b638dd46b93e5c600", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 911 | licenses = ["notice"], |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 912 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.2.9/org.apache.karaf.jaas.modules-4.2.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 913 | if "org_apache_karaf_system_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 914 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 915 | name = "org_apache_karaf_system_core", |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 916 | jar_sha256 = "34d1f8057b7d2226cbd1a5219454d038c1799995e9ac9626baa35e284ddfa238", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 917 | licenses = ["notice"], |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 918 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/karaf/system/org.apache.karaf.system.core/4.2.9/org.apache.karaf.system.core-4.2.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 919 | if "org_apache_servicemix_bundles_snmp4j" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 920 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 921 | name = "org_apache_servicemix_bundles_snmp4j", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 922 | jar_sha256 = "68c5b7885fa9157813e01482ddbdfa1c63bb6743d98fd5dba8ce83904bfcf7f8", |
| 923 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 924 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.snmp4j/2.3.4_1/org.apache.servicemix.bundles.snmp4j-2.3.4_1.jar"], ) |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 925 | if "org_osgi_cmpn" not in native.existing_rules(): |
| 926 | java_import_external( |
| 927 | name = "org_osgi_cmpn", |
Carmelo Cascone | 27b9712 | 2019-11-12 10:34:05 -0800 | [diff] [blame] | 928 | jar_sha256 = "dbe06105a0e3e46bc88425b3d7c682a2d8b6bd055341913b6c37e998c00c9176", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 929 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 930 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/osgi.cmpn/6.0.0/osgi.cmpn-6.0.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 931 | if "osgi_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 932 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 933 | name = "osgi_core", |
Carmelo Cascone | 27b9712 | 2019-11-12 10:34:05 -0800 | [diff] [blame] | 934 | jar_sha256 = "1c1bb435eb34cbf1f743653da38f604d45d53fbc95979053768cd3fc293cb931", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 935 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 936 | jar_urls = ["https://repo1.maven.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 937 | if "reflectasm" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 938 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 939 | name = "reflectasm", |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 940 | jar_sha256 = "7cd978191b9ff6159810a8ab4646a3e696388c5c41ce25ffcc554d4ec77f3a93", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 941 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 942 | jar_urls = ["https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/1.11.7/reflectasm-1.11.7.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 943 | if "remotetea_oncrpc" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 944 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 945 | name = "remotetea_oncrpc", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 946 | jar_sha256 = "68d014e83e41a958ce8c73e9b7fd0108372d9f76af7d6d5217d181cf80e2a2bf", |
| 947 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 948 | jar_urls = ["https://repo1.maven.org/maven2/org/acplt/remotetea/remotetea-oncrpc/1.1.3/remotetea-oncrpc-1.1.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 949 | if "rrd4j" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 950 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 951 | name = "rrd4j", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 952 | jar_sha256 = "90748680f887412d905ee43d09da5e5167a6dec3dfa4145832652eea1ad8171e", |
| 953 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 954 | jar_urls = ["https://repo1.maven.org/maven2/org/rrd4j/rrd4j/3.1/rrd4j-3.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 955 | if "javassist" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 956 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 957 | name = "javassist", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 958 | jar_sha256 = "59531c00f3e3aa1ff48b3a8cf4ead47d203ab0e2fd9e0ad401f764e05947e252", |
| 959 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 960 | jar_urls = ["https://repo1.maven.org/maven2/org/javassist/javassist/3.22.0-GA/javassist-3.22.0-GA.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 961 | if "mimepull" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 962 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 963 | name = "mimepull", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 964 | jar_sha256 = "2d1ee56aa89837ba9ea55431542e7939fa9d425552c2e6c8ddfb3b77877721b7", |
| 965 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 966 | jar_urls = ["https://repo1.maven.org/maven2/org/jvnet/mimepull/mimepull/1.9.6/mimepull-1.9.6.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 967 | if "servlet_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 968 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 969 | name = "servlet_api", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 970 | jar_sha256 = "c658ea360a70faeeadb66fb3c90a702e4142a0ab7768f9ae9828678e0d9ad4dc", |
| 971 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 972 | jar_urls = ["https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 973 | if "slf4j_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 974 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 975 | name = "slf4j_api", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 976 | jar_sha256 = "18c4a0095d5c1da6b817592e767bb23d29dd2f560ad74df75ff3961dbde25b79", |
| 977 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 978 | jar_urls = ["https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 979 | if "slf4j_jdk14" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 980 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 981 | name = "slf4j_jdk14", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 982 | jar_sha256 = "9b8b9b8279959b17e71432d40b8cf4175c761c3bc6ebc2c7ec0f2ae8ff223feb", |
| 983 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 984 | jar_urls = ["https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.7.25/slf4j-jdk14-1.7.25.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 985 | if "slf4j_nop" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 986 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 987 | name = "slf4j_nop", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 988 | jar_sha256 = "6cb127138f41b5a869f9ecdd061ad17799a0e3fe7204600797154eb0432eeb12", |
| 989 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 990 | jar_urls = ["https://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 991 | if "typesafe_config" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 992 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 993 | name = "typesafe_config", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 994 | jar_sha256 = "6563d1723f3300bf596f41e40bc03e54986108b5c45d0ac34ebc66d48c2e25a3", |
| 995 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 996 | jar_urls = ["https://repo1.maven.org/maven2/com/typesafe/config/1.3.2/config-1.3.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 997 | if "validation_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 998 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 999 | name = "validation_api", |
Jian Li | ba5bd29 | 2019-06-23 21:40:57 +0900 | [diff] [blame] | 1000 | jar_sha256 = "9873b46df1833c9ee8f5bc1ff6853375115dadd8897bcb5a0dffb5848835ee6c", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1001 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1002 | jar_urls = ["https://repo1.maven.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1003 | if "checkstyle" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1004 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1005 | name = "checkstyle", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1006 | jar_sha256 = "dad140fc7e79179deb48653ad86517a3c4df69f9e957c72b5c6476c484042a14", |
| 1007 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1008 | jar_urls = ["https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/8.10/checkstyle-8.10.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1009 | if "apache_karaf" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1010 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1011 | name = "apache_karaf", |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 1012 | jar_sha256 = "ad1c15da75d9112537df09bef1e9fcadb11446619f38a22105592a9273061bf4", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1013 | licenses = ["notice"], |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 1014 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/apache-karaf-offline/4.2.9-offline-20200706/apache-karaf-4.2.9-offline-20200706.tar.gz"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1015 | if "bndlib" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1016 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1017 | name = "bndlib", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1018 | jar_sha256 = "dfa48c53c124a41e8a21198b49e4a4d68620f2df8a545f9bcdca8c9f5bb5b14c", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1019 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1020 | jar_urls = ["https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1021 | if "bndexe" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1022 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1023 | name = "bndexe", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1024 | jar_sha256 = "5ad18a5a8702fcfe42d5180ee4ba33cf4728d5f68055b2d3755a86222afac462", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1025 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1026 | jar_urls = ["https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd/4.1.0/biz.aQute.bnd-4.1.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1027 | if "libthrift" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1028 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1029 | name = "libthrift", |
Carmelo Cascone | fecab94 | 2018-08-31 18:12:16 -0700 | [diff] [blame] | 1030 | jar_sha256 = "65f1d191c3c97ec79e6d82e75f8af9d5265f4fbb605df4efc5614c222109cf36", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1031 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1032 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.11.0/libthrift-0.11.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1033 | if "qdox" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1034 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1035 | name = "qdox", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1036 | jar_sha256 = "5753628390f7ac1665f813bf610b708cc489f3347b9813389e6c052346527cca", |
| 1037 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1038 | jar_urls = ["https://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox-2.0-M3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1039 | if "snmp_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1040 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1041 | name = "snmp_core", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1042 | jar_sha256 = "4367a5a3e32d4f53394cd2585d7a086e20e6d8fb4317cadbacae918df7a4cd9e", |
| 1043 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1044 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/snmp-core/1.3-20161021.1/snmp-core-1.3-20161021.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1045 | if "mibs_net_snmp" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1046 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1047 | name = "mibs_net_snmp", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1048 | jar_sha256 = "6ac3750d3555d2cbe6ef15550856be080db562aa4a9b9519959d3f1fc19f1ae3", |
| 1049 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1050 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/mibbler-mibs-net-snmp/1.0-20151221.1/mibbler-mibs-net-snmp-1.0-20151221.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1051 | if "mibs_rfc" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1052 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1053 | name = "mibs_rfc", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1054 | jar_sha256 = "8f58bde90b7b24ac42b02196ce69ab6e1fa3bd009c38d8f972b24d5a1eb40f52", |
| 1055 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1056 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/mibbler-mibs-rfc/1.0-20151221.1/mibbler-mibs-rfc-1.0-20151221.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1057 | if "io_socket_client" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1058 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1059 | name = "io_socket_client", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1060 | jar_sha256 = "b5ccc73724f0d188ada06aff41c8bf60e0e5d4462e7980af203a20ea87bfa583", |
| 1061 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1062 | jar_urls = ["https://repo1.maven.org/maven2/io/socket/socket.io-client/0.8.3/socket.io-client-0.8.3.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1063 | if "json" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1064 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1065 | name = "json", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1066 | jar_sha256 = "055be110a570f9cda3eba8d70a006ff46c77a048bc67868524879211c48b330a", |
| 1067 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1068 | jar_urls = ["https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1069 | if "engine_io_client" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1070 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1071 | name = "engine_io_client", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1072 | jar_sha256 = "c421ace40f0170d9c7f0155850076a68f091afa9a60fc055f703277ce92bc214", |
| 1073 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1074 | jar_urls = ["https://repo1.maven.org/maven2/io/socket/engine.io-client/0.8.3/engine.io-client-0.8.3.jar"], ) |
Ray Milkey | efb6cc5 | 2019-04-24 13:45:18 -0700 | [diff] [blame] | 1075 | if "org_codehaus_mojo_animal_sniffer_annotations" not in native.existing_rules(): |
| 1076 | java_import_external( |
| 1077 | name = "org_codehaus_mojo_animal_sniffer_annotations", |
| 1078 | jar_sha256 = "92654f493ecfec52082e76354f0ebf87648dc3d5cec2e3c3cdb947c016747a53", |
| 1079 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1080 | jar_urls = ["https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1081 | if "com_google_api_grpc_proto_google_common_protos" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1082 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1083 | name = "com_google_api_grpc_proto_google_common_protos", |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 1084 | jar_sha256 = "bd60cd7a423b00fb824c27bdd0293aaf4781be1daba6ed256311103fb4b84108", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1085 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1086 | jar_urls = ["https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/1.12.0/proto-google-common-protos-1.12.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1087 | if "com_google_errorprone_error_prone_annotations" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1088 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1089 | name = "com_google_errorprone_error_prone_annotations", |
pierventre | aa263b3 | 2020-11-19 13:06:44 +0100 | [diff] [blame] | 1090 | jar_sha256 = "baf7d6ea97ce606c53e11b6854ba5f2ce7ef5c24dddf0afa18d1260bd25b002c", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1091 | licenses = ["notice"], |
pierventre | aa263b3 | 2020-11-19 13:06:44 +0100 | [diff] [blame] | 1092 | jar_urls = ["https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1093 | if "com_google_auth_google_auth_library_credentials" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1094 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1095 | name = "com_google_auth_google_auth_library_credentials", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1096 | jar_sha256 = "e117279c52c41b66937a5adae41dfeae0e40e48ae40230d2edeb4adc28ed996c", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1097 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1098 | jar_urls = ["https://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.13.0/google-auth-library-credentials-0.13.0.jar"], ) |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 1099 | if "com_google_auth_google_auth_library_oauth2_http" not in native.existing_rules(): |
| 1100 | java_import_external( |
| 1101 | name = "com_google_auth_google_auth_library_oauth2_http", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1102 | jar_sha256 = "62551f27379f873962e410328fc10a11a2b8f5df7c232e3cbe96a1b5edadf1ba", |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 1103 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1104 | jar_urls = ["https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.13.0/google-auth-library-oauth2-http-0.13.0.jar"], ) |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 1105 | if "com_google_j2objc_j2objc_annotations" not in native.existing_rules(): |
| 1106 | java_import_external( |
| 1107 | name = "com_google_j2objc_j2objc_annotations", |
| 1108 | jar_sha256 = "2994a7eb78f2710bd3d3bfb639b2c94e219cedac0d4d084d516e78c16dddecf6", |
| 1109 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1110 | jar_urls = ["https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar"], ) |
| 1111 | if "com_google_guava_failureaccess" not in native.existing_rules(): |
| 1112 | java_import_external( |
| 1113 | name = "com_google_guava_failureaccess", |
| 1114 | jar_sha256 = "a171ee4c734dd2da837e4b16be9df4661afab72a41adaf31eb84dfdaf936ca26", |
| 1115 | licenses = ["notice"], |
| 1116 | jar_urls = ["https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar"], ) |
| 1117 | if "com_google_android_annotations" not in native.existing_rules(): |
| 1118 | java_import_external( |
| 1119 | name = "com_google_android_annotations", |
| 1120 | jar_sha256 = "ba734e1e84c09d615af6a09d33034b4f0442f8772dec120efb376d86a565ae15", |
| 1121 | licenses = ["notice"], |
| 1122 | jar_urls = ["https://repo1.maven.org/maven2/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1123 | if "io_opencensus_opencensus_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1124 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1125 | name = "io_opencensus_opencensus_api", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1126 | jar_sha256 = "8e2cb0f6391d8eb0a1bcd01e7748883f0033b1941754f4ed3f19d2c3e4276fc8", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1127 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1128 | jar_urls = ["https://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.21.0/opencensus-api-0.21.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1129 | if "io_opencensus_opencensus_contrib_grpc_metrics" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1130 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1131 | name = "io_opencensus_opencensus_contrib_grpc_metrics", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1132 | jar_sha256 = "29fc79401082301542cab89d7054d2f0825f184492654c950020553ef4ff0ef8", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1133 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1134 | jar_urls = ["https://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.21.0/opencensus-contrib-grpc-metrics-0.21.0.jar"], ) |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 1135 | if "io_perfmark_perfmark_api" not in native.existing_rules(): |
| 1136 | java_import_external( |
| 1137 | name = "io_perfmark_perfmark_api", |
| 1138 | jar_sha256 = "a93667875ea9d10315177768739a18d6c667df041c982d2841645ae8558d0af0", |
| 1139 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1140 | jar_urls = ["https://repo1.maven.org/maven2/io/perfmark/perfmark-api/0.16.0/perfmark-api-0.16.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1141 | if "openstack4j_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1142 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1143 | name = "openstack4j_core", |
Jian Li | afe17e1 | 2019-03-18 18:45:41 +0900 | [diff] [blame] | 1144 | jar_sha256 = "f818e00d9c1ae979b107ee6166455ae0c5c023d7aff08dce4089deddd41837c1", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1145 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1146 | jar_urls = ["https://repo1.maven.org/maven2/org/pacesys/openstack4j-core/3.2.0/openstack4j-core-3.2.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1147 | if "openstack4j_http_connector" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1148 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1149 | name = "openstack4j_http_connector", |
Jian Li | afe17e1 | 2019-03-18 18:45:41 +0900 | [diff] [blame] | 1150 | jar_sha256 = "7677a217126817d74ce42becb397bf5627a8d5c37b5a7cd318aa3099b1680d08", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1151 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1152 | jar_urls = ["https://repo1.maven.org/maven2/org/pacesys/openstack4j/connectors/openstack4j-http-connector/3.2.0/openstack4j-http-connector-3.2.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1153 | if "openstack4j_httpclient" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1154 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1155 | name = "openstack4j_httpclient", |
Jian Li | afe17e1 | 2019-03-18 18:45:41 +0900 | [diff] [blame] | 1156 | jar_sha256 = "3cb4f8cab734ca5727bfb89ee2a733b921b76c5a58eceb9a05281d4c040b802f", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1157 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1158 | jar_urls = ["https://repo1.maven.org/maven2/org/pacesys/openstack4j/connectors/openstack4j-httpclient/3.2.0/openstack4j-httpclient-3.2.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1159 | if "json_patch" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1160 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1161 | name = "json_patch", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1162 | jar_sha256 = "2d6acbda3675e6f25b7b4ab338317006865a8416a69c2b5e1cfa8b8209fc10a1", |
| 1163 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1164 | jar_urls = ["https://repo1.maven.org/maven2/com/github/fge/json-patch/1.9/json-patch-1.9.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1165 | if "jackson_coreutils" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1166 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1167 | name = "jackson_coreutils", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1168 | jar_sha256 = "d84b416924fb061a26c48a5c90e98cf4d4e718179eb1df702aa8f1021163eed6", |
| 1169 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1170 | jar_urls = ["https://repo1.maven.org/maven2/com/github/fge/jackson-coreutils/1.6/jackson-coreutils-1.6.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1171 | if "btf" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1172 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1173 | name = "btf", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1174 | jar_sha256 = "38a380577a186718cb97ee8af58d4f40f7fbfdc23ff68b5f4b3c2c68a1d5c05d", |
| 1175 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1176 | jar_urls = ["https://repo1.maven.org/maven2/com/github/fge/btf/1.2/btf-1.2.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1177 | if "msg_simple" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1178 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1179 | name = "msg_simple", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1180 | jar_sha256 = "c3c5add3971a9a7f1868beb7607780d73f36bb611c7505de01f1baf49ab4ff75", |
| 1181 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1182 | jar_urls = ["https://repo1.maven.org/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1183 | if "snakeyaml" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1184 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1185 | name = "snakeyaml", |
Jian Li | 0ad0c55 | 2019-12-16 22:26:21 +0900 | [diff] [blame] | 1186 | jar_sha256 = "b50ef33187e7dc922b26dbe4dd0fdb3a9cf349e75a08b95269901548eee546eb", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1187 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1188 | jar_urls = ["https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar"], ) |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1189 | if "k8s_client" not in native.existing_rules(): |
| 1190 | java_import_external( |
| 1191 | name = "k8s_client", |
Jian Li | 486b1cb | 2020-01-26 19:11:15 +0900 | [diff] [blame] | 1192 | jar_sha256 = "50addcabb1f4c1be6008c76d491e19f7aa731deaa6eb165dc288454901b23fd8", |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1193 | licenses = ["notice"], |
Jian Li | 486b1cb | 2020-01-26 19:11:15 +0900 | [diff] [blame] | 1194 | jar_urls = ["https://repo1.maven.org/maven2/io/fabric8/kubernetes-client/4.7.1/kubernetes-client-4.7.1.jar"], ) |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1195 | if "k8s_model" not in native.existing_rules(): |
| 1196 | java_import_external( |
| 1197 | name = "k8s_model", |
Jian Li | 486b1cb | 2020-01-26 19:11:15 +0900 | [diff] [blame] | 1198 | jar_sha256 = "b14ddbc7fb9f6102db5f8b2d9c659cd90caf345d00965e953c79fb66eeb60a11", |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1199 | licenses = ["notice"], |
Jian Li | 486b1cb | 2020-01-26 19:11:15 +0900 | [diff] [blame] | 1200 | jar_urls = ["https://repo1.maven.org/maven2/io/fabric8/kubernetes-model/4.7.1/kubernetes-model-4.7.1.jar"], ) |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1201 | if "zjsonpatch" not in native.existing_rules(): |
| 1202 | java_import_external( |
| 1203 | name = "zjsonpatch", |
| 1204 | jar_sha256 = "ae4e5e931646a25cb09b55186de4f3346e358e01130bef279ddf495a719c71d5", |
| 1205 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1206 | jar_urls = ["https://repo1.maven.org/maven2/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar"], ) |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1207 | if "generex" not in native.existing_rules(): |
| 1208 | java_import_external( |
| 1209 | name = "generex", |
| 1210 | jar_sha256 = "8f8ce233c335e08e113a3f9579de1046fb19927e82468b1bbebcd6cba8760b81", |
| 1211 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1212 | jar_urls = ["https://repo1.maven.org/maven2/com/github/mifmif/generex/1.0.2/generex-1.0.2.jar"], ) |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1213 | if "automaton" not in native.existing_rules(): |
| 1214 | java_import_external( |
| 1215 | name = "automaton", |
| 1216 | jar_sha256 = "a24475f6ccfe1cc7a4fe9e34e05ce687b0ce0c6e8cb781e0eced3b186482c61e", |
| 1217 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1218 | jar_urls = ["https://repo1.maven.org/maven2/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1219 | if "onos_yang_model" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1220 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1221 | name = "onos_yang_model", |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1222 | jar_sha256 = "6ff02d581cbf66276eac346e8ba363ad2078244897aea210f1bc0ab8d7fbb913", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1223 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1224 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/onos-yang-model/2.6.1/onos-yang-model-2.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1225 | if "onos_yang_compiler_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1226 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1227 | name = "onos_yang_compiler_api", |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1228 | jar_sha256 = "7c4a9ac600b89affea34cd3218bfd6023045947e780f94419df33de9223829c4", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1229 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1230 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/onos-yang-compiler-api/2.6.1/onos-yang-compiler-api-2.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1231 | if "onos_yang_compiler_main" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1232 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1233 | name = "onos_yang_compiler_main", |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1234 | jar_sha256 = "7f2b92bc74c91a3ea4a91896d35c8c2bc5039c5e5108dc51c884b9cba250b556", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1235 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1236 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/onos-yang-compiler-main/2.6.1/onos-yang-compiler-main-2.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1237 | if "onos_yang_runtime" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1238 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1239 | name = "onos_yang_runtime", |
Andrea Campanella | d770b10 | 2018-11-26 16:37:33 -0800 | [diff] [blame] | 1240 | jar_sha256 = "b8e0c47ba62931319324566a7ab81c3a3f070665b912877e675a4e1fb181e310", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1241 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1242 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/onos-yang-runtime/2.6/onos-yang-runtime-2.6.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1243 | if "onos_yang_serializers_json" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1244 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1245 | name = "onos_yang_serializers_json", |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1246 | jar_sha256 = "685903f8b72e3c4dd59ed57ebd82ced45a03761883a0c66f499c7109c16e85a7", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1247 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1248 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/onos-yang-serializers-json/2.6.1/onos-yang-serializers-json-2.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1249 | if "onos_yang_serializers_xml" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1250 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1251 | name = "onos_yang_serializers_xml", |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1252 | jar_sha256 = "63d9db7c3e3ef4eba1d8a0720f43191938826e9ec813b0e3ef94473339c29d47", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1253 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1254 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/onos-yang-serializers-xml/2.6.1/onos-yang-serializers-xml-2.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1255 | if "onos_yang_serializers_utils" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1256 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1257 | name = "onos_yang_serializers_utils", |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1258 | jar_sha256 = "57b2544d044ecb2cab7cc6d6026acc6fb7cbaa5f084264884ccb9b5d7d3991c4", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1259 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1260 | jar_urls = ["https://repo1.maven.org/maven2/org/onosproject/onos-yang-serializers-utils/2.6.1/onos-yang-serializers-utils-2.6.1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1261 | if "org_apache_servicemix_bundles_dom4j" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1262 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1263 | name = "org_apache_servicemix_bundles_dom4j", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1264 | jar_sha256 = "15abe1ccad24f4fd71a926959f1acd64d84878348deee12dcf4928ee4f1db3d5", |
| 1265 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1266 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5/org.apache.servicemix.bundles.dom4j-1.6.1_5.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1267 | if "plexus_utils" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1268 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1269 | name = "plexus_utils", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1270 | jar_sha256 = "83ee748b12d06afb0ad4050a591132b3e8025fbb1990f1ed002e8b73293e69b4", |
| 1271 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1272 | jar_urls = ["https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1273 | if "sshd_core" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1274 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1275 | name = "sshd_core", |
Ray Milkey | 0faa721 | 2018-11-07 09:13:41 -0800 | [diff] [blame] | 1276 | jar_sha256 = "2b4793548bdf172705686c34615c5397b2258d07dd1492f4de936e09985aa3c7", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1277 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1278 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/sshd/sshd-core/1.7.0/sshd-core-1.7.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1279 | if "bcpkix_jdk15on" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1280 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1281 | name = "bcpkix_jdk15on", |
Anurag Chadha | 8a9feb5 | 2020-07-28 18:35:05 +0530 | [diff] [blame] | 1282 | jar_sha256 = "02d61268352fdb35dba996c9ca68a3f793d7b8bfa75754aac66d696517a421bd", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1283 | licenses = ["notice"], |
Anurag Chadha | 8a9feb5 | 2020-07-28 18:35:05 +0530 | [diff] [blame] | 1284 | jar_urls = ["https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1285 | if "bcprov_jdk15on" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1286 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1287 | name = "bcprov_jdk15on", |
Anurag Chadha | 8a9feb5 | 2020-07-28 18:35:05 +0530 | [diff] [blame] | 1288 | jar_sha256 = "1b861dba1c5445de9b38a1789c211ef28b9d07e26d1fa38bee717e5b51162ffe", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1289 | licenses = ["notice"], |
Anurag Chadha | 8a9feb5 | 2020-07-28 18:35:05 +0530 | [diff] [blame] | 1290 | jar_urls = ["https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1291 | if "hamcrest_optional" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1292 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1293 | name = "hamcrest_optional", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1294 | jar_sha256 = "003448296855b665d7c41c23096dbd7d880a1c58880c13c7a6aed1a0cb641eb6", |
| 1295 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1296 | jar_urls = ["https://repo1.maven.org/maven2/com/spotify/hamcrest-optional/1.1.0/hamcrest-optional-1.1.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1297 | if "swagger_annotations" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1298 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1299 | name = "swagger_annotations", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1300 | jar_sha256 = "bd9a46c296bacb2a135330a2518fed1ea12a7be33dbf57f148d6c766e1aa0940", |
| 1301 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1302 | jar_urls = ["https://repo1.maven.org/maven2/io/swagger/swagger-annotations/1.5.16/swagger-annotations-1.5.16.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1303 | if "kafka_clients" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1304 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1305 | name = "kafka_clients", |
Daniele Moro | 73f0ae8 | 2020-02-03 22:49:13 -0800 | [diff] [blame] | 1306 | jar_sha256 = "15449e35e7ab4b701a136e8b57062dc49963cf785a7bf84e0065af621ae5772d", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1307 | licenses = ["notice"], |
Daniele Moro | 73f0ae8 | 2020-02-03 22:49:13 -0800 | [diff] [blame] | 1308 | jar_urls = ["https://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.kafka-clients/1.1.1_1/org.apache.servicemix.bundles.kafka-clients-1.1.1_1.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1309 | if "tinder_xmpp" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1310 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1311 | name = "tinder_xmpp", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1312 | jar_sha256 = "8eb803e80bf621fa22b421d1c7eadfc48c78e583353e13bed3b2ddbcf1ee6769", |
| 1313 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1314 | jar_urls = ["https://repo1.maven.org/maven2/org/igniterealtime/tinder/1.3.0/tinder-1.3.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1315 | if "aalto_xml" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1316 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1317 | name = "aalto_xml", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1318 | jar_sha256 = "7de8f7b2c640e36155b29565e68fd96f7c363c553bf65c4b5280115223820396", |
| 1319 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1320 | jar_urls = ["https://repo1.maven.org/maven2/com/fasterxml/aalto-xml/1.0.0/aalto-xml-1.0.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1321 | if "stax2_api" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1322 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1323 | name = "stax2_api", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1324 | jar_sha256 = "605b25fb3fa710c3ce28e46e385ba17b4f1081361ae465fefb3c9241ae4de2a6", |
| 1325 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1326 | jar_urls = ["https://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.0.0/stax2-api-4.0.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1327 | if "concurrent_hashmap" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1328 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1329 | name = "concurrent_hashmap", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1330 | jar_sha256 = "dd624af33566e7077547862129520ab89103b1f2a8eb3db18dc72ea8de2fdd97", |
| 1331 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1332 | jar_urls = ["https://repo1.maven.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.0/concurrentlinkedhashmap-lru-1.0.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1333 | if "gnu_idn" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1334 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1335 | name = "gnu_idn", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1336 | jar_sha256 = "ba491f1dff9b4fb211fe495fe6c52a38f76dcd861dadfcd2c93bea0f9fd18f03", |
| 1337 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1338 | jar_urls = ["https://repo1.maven.org/maven2/org/gnu/inet/libidn/1.15/libidn-1.15.jar"], ) |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1339 | if "sigar" not in native.existing_rules(): |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1340 | java_import_external( |
Thomas Vachuska | 647a99c | 2018-08-20 16:41:32 -0700 | [diff] [blame] | 1341 | name = "sigar", |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1342 | jar_sha256 = "5107e6b19b1d0ff2cfcd3baf0c25f0d444330273b1f2bec710e127c733f11455", |
| 1343 | licenses = ["notice"], |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1344 | jar_urls = ["https://repo1.maven.org/maven2/org/knowhowlab/osgi/sigar/1.6.5_01/sigar-1.6.5_01.jar"], ) |
Ray Milkey | 170d7fb | 2018-06-06 09:37:20 -0700 | [diff] [blame] | 1345 | artifact_map = {} |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1346 | artifact_map["@aopalliance_repackaged//:aopalliance_repackaged"] = "mvn:org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b42" |
| 1347 | artifact_map["@amqp_client//:amqp_client"] = "mvn:com.rabbitmq:amqp-client:jar:3.6.1" |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 1348 | artifact_map["@asm//:asm"] = "mvn:org.ow2.asm:asm:jar:5.2" |
pier | 7118551 | 2020-06-17 18:27:52 +0200 | [diff] [blame] | 1349 | artifact_map["@atomix//:atomix"] = "mvn:io.atomix:atomix:jar:3.1.9" |
| 1350 | artifact_map["@atomix_cluster//:atomix_cluster"] = "mvn:io.atomix:atomix-cluster:jar:3.1.9" |
| 1351 | artifact_map["@atomix_primary_backup//:atomix_primary_backup"] = "mvn:io.atomix:atomix-primary-backup:jar:3.1.9" |
| 1352 | artifact_map["@atomix_primitive//:atomix_primitive"] = "mvn:io.atomix:atomix-primitive:jar:3.1.9" |
| 1353 | artifact_map["@atomix_raft//:atomix_raft"] = "mvn:io.atomix:atomix-raft:jar:3.1.9" |
| 1354 | artifact_map["@atomix_storage//:atomix_storage"] = "mvn:io.atomix:atomix-storage:jar:3.1.9" |
| 1355 | artifact_map["@atomix_utils//:atomix_utils"] = "mvn:io.atomix:atomix-utils:jar:3.1.9" |
Jordan Halterman | e03d9ba | 2018-10-03 09:40:22 -0700 | [diff] [blame] | 1356 | artifact_map["@classgraph//:classgraph"] = "mvn:io.github.classgraph:classgraph:jar:4.2.3" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1357 | artifact_map["@commons_codec//:commons_codec"] = "mvn:commons-codec:commons-codec:jar:1.10" |
| 1358 | artifact_map["@commons_cli//:commons_cli"] = "mvn:commons-cli:commons-cli:jar:1.3" |
| 1359 | artifact_map["@commons_collections//:commons_collections"] = "mvn:commons-collections:commons-collections:jar:3.2.2" |
| 1360 | artifact_map["@commons_configuration//:commons_configuration"] = "mvn:commons-configuration:commons-configuration:jar:1.10" |
| 1361 | artifact_map["@commons_io//:commons_io"] = "mvn:commons-io:commons-io:jar:2.6" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1362 | artifact_map["@commons_beanutils//:commons_beanutils"] = "mvn:commons-beanutils:commons-beanutils:jar:1.9.3" |
Ray Milkey | 86ad7bb | 2018-09-27 12:32:28 -0700 | [diff] [blame] | 1363 | artifact_map["@commons_jxpath//:commons_jxpath"] = "mvn:commons-jxpath:commons-jxpath:jar:1.3" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1364 | artifact_map["@fast_classpath_scanner//:fast_classpath_scanner"] = "mvn:io.github.lukehutch:fast-classpath-scanner:jar:2.21" |
| 1365 | artifact_map["@jdom//:jdom"] = "mvn:jdom:jdom:jar:NON-OSGI:1.0" |
| 1366 | artifact_map["@commons_lang//:commons_lang"] = "mvn:commons-lang:commons-lang:jar:2.6" |
| 1367 | artifact_map["@commons_lang3//:commons_lang3"] = "mvn:org.apache.commons:commons-lang3:jar:3.7" |
| 1368 | artifact_map["@commons_logging//:commons_logging"] = "mvn:commons-logging:commons-logging:jar:1.2" |
| 1369 | artifact_map["@commons_math3//:commons_math3"] = "mvn:org.apache.commons:commons-math3:jar:3.6.1" |
| 1370 | artifact_map["@commons_net//:commons_net"] = "mvn:commons-net:commons-net:jar:3.5" |
| 1371 | artifact_map["@commons_pool//:commons_pool"] = "mvn:commons-pool:commons-pool:jar:1.6" |
| 1372 | artifact_map["@commons_text//:commons_text"] = "mvn:org.apache.commons:commons-text:jar:1.3" |
| 1373 | artifact_map["@concurrent_trees//:concurrent_trees"] = "mvn:com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1" |
Carmelo Cascone | 21eb042 | 2019-06-17 12:00:33 -0700 | [diff] [blame] | 1374 | artifact_map["@easymock//:easymock"] = "mvn:org.easymock:easymock:jar:4.0.2" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1375 | artifact_map["@antlr//:antlr"] = "mvn:antlr:antlr:jar:NON-OSGI:2.7.7" |
| 1376 | artifact_map["@ganymed_ssh2//:ganymed_ssh2"] = "mvn:ch.ethz.ganymed:ganymed-ssh2:jar:NON-OSGI:262" |
| 1377 | artifact_map["@gmetric4j//:gmetric4j"] = "mvn:info.ganglia.gmetric4j:gmetric4j:jar:1.0.10" |
| 1378 | artifact_map["@com_google_code_gson_gson//:com_google_code_gson_gson"] = "mvn:com.google.code.gson:gson:jar:2.7" |
| 1379 | artifact_map["@com_google_guava_guava//:com_google_guava_guava"] = "mvn:com.google.guava:guava:jar:22.0" |
| 1380 | artifact_map["@com_google_guava_guava_testlib//:com_google_guava_guava_testlib"] = "mvn:com.google.guava:guava-testlib:jar:NON-OSGI:22.0" |
| 1381 | artifact_map["@hamcrest_all//:hamcrest_all"] = "mvn:org.hamcrest:hamcrest-all:jar:NON-OSGI:1.3" |
| 1382 | artifact_map["@hk2_api//:hk2_api"] = "mvn:org.glassfish.hk2:hk2-api:jar:2.5.0-b42" |
| 1383 | artifact_map["@hk2_locator//:hk2_locator"] = "mvn:org.glassfish.hk2:hk2-locator:jar:2.5.0-b42" |
| 1384 | artifact_map["@hk2_osgi_resource_locator//:hk2_osgi_resource_locator"] = "mvn:org.glassfish.hk2:osgi-resource-locator:jar:1.0.1" |
| 1385 | artifact_map["@hk2_utils//:hk2_utils"] = "mvn:org.glassfish.hk2:hk2-utils:jar:2.5.0-b42" |
| 1386 | artifact_map["@httpclient_osgi//:httpclient_osgi"] = "mvn:org.apache.httpcomponents:httpclient-osgi:jar:4.5.1" |
| 1387 | artifact_map["@httpcore_osgi//:httpcore_osgi"] = "mvn:org.apache.httpcomponents:httpcore-osgi:jar:4.4.4" |
| 1388 | artifact_map["@influxdb_java//:influxdb_java"] = "mvn:org.influxdb:influxdb-java:jar:NON-OSGI:2.9" |
boyoung2 | 1c5f5f4 | 2018-09-27 20:29:41 +0900 | [diff] [blame] | 1389 | artifact_map["@simpleclient//:simpleclient"] = "mvn:io.prometheus:simpleclient:jar:0.5.0" |
| 1390 | artifact_map["@simpleclient_common//:simpleclient_common"] = "mvn:io.prometheus:simpleclient_common:jar:0.5.0" |
| 1391 | artifact_map["@simpleclient_hotspot//:simpleclient_hotspot"] = "mvn:io.prometheus:simpleclient_hotspot:jar:0.5.0" |
| 1392 | artifact_map["@simpleclient_servlet//:simpleclient_servlet"] = "mvn:io.prometheus:simpleclient_servlet:jar:0.5.0" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1393 | artifact_map["@retrofit//:retrofit"] = "mvn:com.squareup.retrofit2:retrofit:jar:NON-OSGI:2.3.0" |
| 1394 | artifact_map["@converter_moshi//:converter_moshi"] = "mvn:com.squareup.retrofit2:converter-moshi:jar:NON-OSGI:2.3.0" |
| 1395 | artifact_map["@okhttp//:okhttp"] = "mvn:com.squareup.okhttp3:okhttp:jar:NON-OSGI:3.9.1" |
| 1396 | artifact_map["@logging_interceptor//:logging_interceptor"] = "mvn:com.squareup.okhttp3:logging-interceptor:jar:NON-OSGI:3.9.1" |
| 1397 | artifact_map["@moshi//:moshi"] = "mvn:com.squareup.moshi:moshi:jar:NON-OSGI:1.4.0" |
| 1398 | artifact_map["@okio//:okio"] = "mvn:com.squareup.okio:okio:jar:NON-OSGI:1.14.0" |
Ray Milkey | 8705cce | 2019-01-14 14:05:48 -0800 | [diff] [blame] | 1399 | artifact_map["@jacoco_agent_runtime//:jacoco_agent_runtime"] = "mvn:org.jacoco:org.jacoco.agent:jar:runtime:NON-OSGI:0.8.2" |
Jian Li | 0ad0c55 | 2019-12-16 22:26:21 +0900 | [diff] [blame] | 1400 | artifact_map["@jackson_annotations//:jackson_annotations"] = "mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0" |
| 1401 | artifact_map["@jackson_core//:jackson_core"] = "mvn:com.fasterxml.jackson.core:jackson-core:jar:2.10.0" |
| 1402 | artifact_map["@jackson_databind//:jackson_databind"] = "mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.10.0" |
| 1403 | artifact_map["@jackson_dataformat_yaml//:jackson_dataformat_yaml"] = "mvn:com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.10.0" |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1404 | artifact_map["@javax_annotation_javax_annotation_api//:javax_annotation_javax_annotation_api"] = "mvn:javax.annotation:javax.annotation-api:jar:1.3" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1405 | artifact_map["@javax_inject//:javax_inject"] = "mvn:org.glassfish.hk2.external:javax.inject:jar:2.5.0-b42" |
| 1406 | artifact_map["@javax_ws_rs_api//:javax_ws_rs_api"] = "mvn:javax.ws.rs:javax.ws.rs-api:jar:2.1" |
Ray Milkey | 28b15ae | 2018-10-18 11:36:10 -0700 | [diff] [blame] | 1407 | artifact_map["@javax_activation//:javax_activation"] = "mvn:javax.activation:activation:jar:NON-OSGI:1.1.1" |
| 1408 | artifact_map["@jaxb_api//:jaxb_api"] = "mvn:javax.xml.bind:jaxb-api:jar:2.3.1" |
| 1409 | artifact_map["@jaxb_core//:jaxb_core"] = "mvn:com.sun.xml.bind:jaxb-core:jar:2.3.0.1" |
| 1410 | artifact_map["@jaxb_impl//:jaxb_impl"] = "mvn:com.sun.xml.bind:jaxb-impl:jar:2.3.0.1" |
Ray Milkey | 9110ea0 | 2018-10-22 09:35:20 -0700 | [diff] [blame] | 1411 | artifact_map["@jersey_client//:jersey_client"] = "mvn:org.glassfish.jersey.core:jersey-client:jar:2.27" |
| 1412 | artifact_map["@jersey_security//:jersey_security"] = "mvn:org.glassfish.jersey.security:oauth2-client:jar:NON-OSGI:2.27" |
| 1413 | artifact_map["@jersey_common//:jersey_common"] = "mvn:org.glassfish.jersey.core:jersey-common:jar:2.27" |
| 1414 | artifact_map["@jersey_container_jetty_http//:jersey_container_jetty_http"] = "mvn:org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.27" |
| 1415 | artifact_map["@jersey_container_servlet//:jersey_container_servlet"] = "mvn:org.glassfish.jersey.containers:jersey-container-servlet:jar:2.27" |
| 1416 | artifact_map["@jersey_container_servlet_core//:jersey_container_servlet_core"] = "mvn:org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.27" |
| 1417 | artifact_map["@jersey_media_multipart//:jersey_media_multipart"] = "mvn:org.glassfish.jersey.media:jersey-media-multipart:jar:2.27" |
| 1418 | artifact_map["@jersey_media_sse//:jersey_media_sse"] = "mvn:org.glassfish.jersey.media:jersey-media-sse:jar:2.27" |
| 1419 | artifact_map["@jersey_server//:jersey_server"] = "mvn:org.glassfish.jersey.core:jersey-server:jar:2.27" |
| 1420 | artifact_map["@jersey_hk2//:jersey_hk2"] = "mvn:org.glassfish.jersey.inject:jersey-hk2:jar:2.27" |
| 1421 | artifact_map["@jersey_test_framework_core//:jersey_test_framework_core"] = "mvn:org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:NON-OSGI:2.27" |
| 1422 | artifact_map["@jersey_test_framework_jetty//:jersey_test_framework_jetty"] = "mvn:org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar:NON-OSGI:2.27" |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 1423 | artifact_map["@jetty_util//:jetty_util"] = "mvn:org.eclipse.jetty:jetty-util:jar:9.4.11.v20180605" |
| 1424 | artifact_map["@jetty_websocket_api//:jetty_websocket_api"] = "mvn:org.eclipse.jetty.websocket:websocket-api:jar:9.4.11.v20180605" |
| 1425 | artifact_map["@jetty_websocket//:jetty_websocket"] = "mvn:org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.11.v20180605" |
| 1426 | artifact_map["@jetty_server//:jetty_server"] = "mvn:org.eclipse.jetty:jetty-server:jar:9.4.11.v20180605" |
Ray Milkey | df52129 | 2018-10-04 15:13:33 -0700 | [diff] [blame] | 1427 | artifact_map["@jetty_servlet//:jetty_servlet"] = "mvn:org.eclipse.jetty:jetty-servlet:jar:9.4.11.v20180605" |
| 1428 | artifact_map["@jetty_security//:jetty_security"] = "mvn:org.eclipse.jetty:jetty-security:jar:9.4.11.v20180605" |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 1429 | artifact_map["@jetty_continuation//:jetty_continuation"] = "mvn:org.eclipse.jetty:jetty-continuation:jar:9.4.11.v20180605" |
| 1430 | artifact_map["@jetty_http//:jetty_http"] = "mvn:org.eclipse.jetty:jetty-http:jar:9.4.11.v20180605" |
| 1431 | artifact_map["@jetty_io//:jetty_io"] = "mvn:org.eclipse.jetty:jetty-io:jar:9.4.11.v20180605" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1432 | artifact_map["@javax_servlet_api//:javax_servlet_api"] = "mvn:javax.servlet:javax.servlet-api:jar:3.1.0" |
| 1433 | artifact_map["@joda_time//:joda_time"] = "mvn:joda-time:joda-time:jar:2.9.3" |
| 1434 | artifact_map["@jsch//:jsch"] = "mvn:com.jcraft:jsch:jar:NON-OSGI:0.1.53" |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 1435 | artifact_map["@com_google_code_findbugs_jsr305//:com_google_code_findbugs_jsr305"] = "mvn:com.google.code.findbugs:jsr305:jar:3.0.2" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1436 | artifact_map["@junit//:junit"] = "mvn:junit:junit:jar:NON-OSGI:4.12" |
| 1437 | artifact_map["@junit_dep//:junit_dep"] = "mvn:junit:junit:jar:NON-OSGI:4.10" |
| 1438 | artifact_map["@kryo//:kryo"] = "mvn:com.esotericsoftware:kryo:jar:4.0.1" |
| 1439 | artifact_map["@mapdb//:mapdb"] = "mvn:org.mapdb:mapdb:jar:1.0.9" |
| 1440 | artifact_map["@metrics_core//:metrics_core"] = "mvn:io.dropwizard.metrics:metrics-core:jar:3.2.2" |
| 1441 | artifact_map["@metrics_ganglia//:metrics_ganglia"] = "mvn:io.dropwizard.metrics:metrics-ganglia:jar:3.2.2" |
| 1442 | artifact_map["@metrics_graphite//:metrics_graphite"] = "mvn:io.dropwizard.metrics:metrics-graphite:jar:3.2.2" |
| 1443 | artifact_map["@metrics_influxdb//:metrics_influxdb"] = "mvn:com.izettle:metrics-influxdb:jar:NON-OSGI:1.1.1" |
| 1444 | artifact_map["@metrics_json//:metrics_json"] = "mvn:io.dropwizard.metrics:metrics-json:jar:3.2.2" |
| 1445 | artifact_map["@minimal_json//:minimal_json"] = "mvn:com.eclipsesource.minimal-json:minimal-json:jar:0.9.4" |
| 1446 | artifact_map["@minlog//:minlog"] = "mvn:com.esotericsoftware:minlog:jar:1.3.0" |
| 1447 | artifact_map["@io_netty_netty//:io_netty_netty"] = "mvn:io.netty:netty:jar:3.10.5.Final" |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 1448 | artifact_map["@io_netty_netty_buffer//:io_netty_netty_buffer"] = "mvn:io.netty:netty-buffer:jar:4.1.35.Final" |
| 1449 | artifact_map["@io_netty_netty_codec//:io_netty_netty_codec"] = "mvn:io.netty:netty-codec:jar:4.1.35.Final" |
| 1450 | artifact_map["@io_netty_netty_common//:io_netty_netty_common"] = "mvn:io.netty:netty-common:jar:4.1.35.Final" |
| 1451 | artifact_map["@io_netty_netty_handler//:io_netty_netty_handler"] = "mvn:io.netty:netty-handler:jar:4.1.35.Final" |
| 1452 | artifact_map["@io_netty_netty_handler_proxy//:io_netty_netty_handler_proxy"] = "mvn:io.netty:netty-handler-proxy:jar:4.1.35.Final" |
| 1453 | artifact_map["@io_netty_netty_transport//:io_netty_netty_transport"] = "mvn:io.netty:netty-transport:jar:4.1.35.Final" |
| 1454 | artifact_map["@io_netty_netty_transport_native_unix_common//:io_netty_netty_transport_native_unix_common"] = "mvn:io.netty:netty-transport-native-unix-common:jar:4.1.35.Final" |
| 1455 | artifact_map["@io_netty_netty_transport_native_epoll//:io_netty_netty_transport_native_epoll"] = "mvn:io.netty:netty-transport-native-epoll:jar:4.1.35.Final" |
| 1456 | artifact_map["@io_netty_netty_resolver//:io_netty_netty_resolver"] = "mvn:io.netty:netty-resolver:jar:4.1.35.Final" |
| 1457 | artifact_map["@io_netty_netty_codec_http2//:io_netty_netty_codec_http2"] = "mvn:io.netty:netty-codec-http2:jar:4.1.35.Final" |
| 1458 | artifact_map["@io_netty_netty_codec_http//:io_netty_netty_codec_http"] = "mvn:io.netty:netty-codec-http:jar:4.1.35.Final" |
| 1459 | artifact_map["@io_netty_netty_codec_socks//:io_netty_netty_codec_socks"] = "mvn:io.netty:netty-codec-socks:jar:4.1.35.Final" |
| 1460 | artifact_map["@io_netty_netty_tcnative_boringssl//:io_netty_netty_tcnative_boringssl"] = "mvn:io.netty:netty-tcnative-boringssl-static:jar:2.0.25.Final" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1461 | artifact_map["@objenesis//:objenesis"] = "mvn:org.objenesis:objenesis:jar:2.6" |
| 1462 | artifact_map["@openflowj//:openflowj"] = "mvn:org.onosproject:openflowj:jar:3.2.1.onos" |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 1463 | artifact_map["@org_osgi_util_function//:org_osgi_util_function"] = "mvn:org.osgi:org.osgi.util.function:jar:1.1.0" |
Carmelo Cascone | 27b9712 | 2019-11-12 10:34:05 -0800 | [diff] [blame] | 1464 | artifact_map["@org_osgi_util_promise//:org_osgi_util_promise"] = "mvn:org.osgi:org.osgi.util.promise:jar:1.1.1" |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 1465 | artifact_map["@org_osgi_service_component//:org_osgi_service_component"] = "mvn:org.osgi:org.osgi.service.component:jar:1.4.0" |
| 1466 | artifact_map["@org_osgi_service_component_annotations//:org_osgi_service_component_annotations"] = "mvn:org.osgi:org.osgi.service.component.annotations:jar:1.4.0" |
| 1467 | artifact_map["@org_osgi_service_metatype_annotations//:org_osgi_service_metatype_annotations"] = "mvn:org.osgi:org.osgi.service.metatype.annotations:jar:1.4.0" |
| 1468 | artifact_map["@org_osgi_service_cm//:org_osgi_service_cm"] = "mvn:org.osgi:org.osgi.service.cm:jar:1.6.0" |
| 1469 | artifact_map["@org_apache_felix_scr_bnd//:org_apache_felix_scr_bnd"] = "mvn:org.apache.felix:org.apache.felix.scr.bnd:jar:NON-OSGI:1.9.0" |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 1470 | artifact_map["@org_apache_karaf_bundle_core//:org_apache_karaf_bundle_core"] = "mvn:org.apache.karaf.bundle:org.apache.karaf.bundle.core:jar:4.2.9" |
| 1471 | artifact_map["@org_apache_karaf_features_core//:org_apache_karaf_features_core"] = "mvn:org.apache.karaf.features:org.apache.karaf.features.core:jar:4.2.9" |
| 1472 | artifact_map["@org_apache_karaf_shell_console//:org_apache_karaf_shell_console"] = "mvn:org.apache.karaf.shell:org.apache.karaf.shell.console:jar:4.2.9" |
| 1473 | artifact_map["@org_apache_karaf_shell_core//:org_apache_karaf_shell_core"] = "mvn:org.apache.karaf.shell:org.apache.karaf.shell.core:jar:4.2.9" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1474 | artifact_map["@org_apache_httpcomponents_httpasyncclient_osgi//:org_apache_httpcomponents_httpasyncclient_osgi"] = "mvn:org.apache.httpcomponents:httpasyncclient-osgi:jar:4.1.2" |
| 1475 | artifact_map["@org_apache_httpcomponents_httpcore_nio//:org_apache_httpcomponents_httpcore_nio"] = "mvn:org.apache.httpcomponents:httpcore-nio:jar:NON-OSGI:4.4.4" |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 1476 | artifact_map["@org_apache_karaf_jaas//:org_apache_karaf_jaas"] = "mvn:org.apache.karaf.jaas:org.apache.karaf.jaas.modules:jar:4.2.9" |
| 1477 | artifact_map["@org_apache_karaf_system_core//:org_apache_karaf_system_core"] = "mvn:org.apache.karaf.system:org.apache.karaf.system.core:jar:4.2.9" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1478 | artifact_map["@org_apache_servicemix_bundles_snmp4j//:org_apache_servicemix_bundles_snmp4j"] = "mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:jar:2.3.4_1" |
Carmelo Cascone | 27b9712 | 2019-11-12 10:34:05 -0800 | [diff] [blame] | 1479 | artifact_map["@org_osgi_cmpn//:org_osgi_cmpn"] = "mvn:org.osgi:osgi.cmpn:jar:6.0.0" |
| 1480 | artifact_map["@osgi_core//:osgi_core"] = "mvn:org.osgi:org.osgi.core:jar:6.0.0" |
Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame] | 1481 | artifact_map["@reflectasm//:reflectasm"] = "mvn:com.esotericsoftware:reflectasm:jar:1.11.7" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1482 | artifact_map["@remotetea_oncrpc//:remotetea_oncrpc"] = "mvn:org.acplt.remotetea:remotetea-oncrpc:jar:1.1.3" |
| 1483 | artifact_map["@rrd4j//:rrd4j"] = "mvn:org.rrd4j:rrd4j:jar:NON-OSGI:3.1" |
| 1484 | artifact_map["@javassist//:javassist"] = "mvn:org.javassist:javassist:jar:3.22.0-GA" |
| 1485 | artifact_map["@mimepull//:mimepull"] = "mvn:org.jvnet.mimepull:mimepull:jar:1.9.6" |
| 1486 | artifact_map["@servlet_api//:servlet_api"] = "mvn:javax.servlet:servlet-api:jar:NON-OSGI:2.5" |
| 1487 | artifact_map["@slf4j_api//:slf4j_api"] = "mvn:org.slf4j:slf4j-api:jar:1.7.25" |
| 1488 | artifact_map["@slf4j_jdk14//:slf4j_jdk14"] = "mvn:org.slf4j:slf4j-jdk14:jar:1.7.25" |
| 1489 | artifact_map["@slf4j_nop//:slf4j_nop"] = "mvn:org.slf4j:slf4j-nop:jar:1.7.25" |
| 1490 | artifact_map["@typesafe_config//:typesafe_config"] = "mvn:com.typesafe:config:jar:1.3.2" |
Jian Li | ba5bd29 | 2019-06-23 21:40:57 +0900 | [diff] [blame] | 1491 | artifact_map["@validation_api//:validation_api"] = "mvn:javax.validation:validation-api:jar:2.0.1.Final" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1492 | artifact_map["@checkstyle//:checkstyle"] = "mvn:com.puppycrawl.tools:checkstyle:jar:NON-OSGI:8.10" |
Ray Milkey | da74633 | 2020-07-06 11:30:36 -0700 | [diff] [blame] | 1493 | artifact_map["@apache_karaf//:apache_karaf"] = "https://repo1.maven.org/maven2/org/onosproject/apache-karaf-offline/4.2.9-offline-20200706/apache-karaf-4.2.9-offline-20200706.tar.gz" |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1494 | artifact_map["@bndlib//:bndlib"] = "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:4.1.0" |
| 1495 | artifact_map["@bndexe//:bndexe"] = "mvn:biz.aQute.bnd:biz.aQute.bnd:jar:4.1.0" |
Carmelo Cascone | fecab94 | 2018-08-31 18:12:16 -0700 | [diff] [blame] | 1496 | artifact_map["@libthrift//:libthrift"] = "mvn:org.apache.thrift:libthrift:jar:0.11.0" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1497 | artifact_map["@qdox//:qdox"] = "mvn:com.thoughtworks.qdox:qdox:jar:NON-OSGI:2.0-M3" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1498 | artifact_map["@snmp_core//:snmp_core"] = "mvn:org.onosproject:snmp-core:jar:1.3-20161021.1" |
| 1499 | artifact_map["@mibs_net_snmp//:mibs_net_snmp"] = "mvn:org.onosproject:mibbler-mibs-net-snmp:jar:1.0-20151221.1" |
| 1500 | artifact_map["@mibs_rfc//:mibs_rfc"] = "mvn:org.onosproject:mibbler-mibs-rfc:jar:1.0-20151221.1" |
| 1501 | artifact_map["@io_socket_client//:io_socket_client"] = "mvn:io.socket:socket.io-client:jar:NON-OSGI:0.8.3" |
| 1502 | artifact_map["@json//:json"] = "mvn:org.json:json:jar:NON-OSGI:20090211" |
| 1503 | artifact_map["@engine_io_client//:engine_io_client"] = "mvn:io.socket:engine.io-client:jar:NON-OSGI:0.8.3" |
Ray Milkey | efb6cc5 | 2019-04-24 13:45:18 -0700 | [diff] [blame] | 1504 | artifact_map["@org_codehaus_mojo_animal_sniffer_annotations//:org_codehaus_mojo_animal_sniffer_annotations"] = "mvn:org.codehaus.mojo:animal-sniffer-annotations:jar:NON-OSGI:1.17" |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 1505 | artifact_map["@com_google_api_grpc_proto_google_common_protos//:com_google_api_grpc_proto_google_common_protos"] = "mvn:com.google.api.grpc:proto-google-common-protos:jar:NON-OSGI:1.12.0" |
pierventre | aa263b3 | 2020-11-19 13:06:44 +0100 | [diff] [blame] | 1506 | artifact_map["@com_google_errorprone_error_prone_annotations//:com_google_errorprone_error_prone_annotations"] = "mvn:com.google.errorprone:error_prone_annotations:jar:NON-OSGI:2.3.4" |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1507 | artifact_map["@com_google_auth_google_auth_library_credentials//:com_google_auth_google_auth_library_credentials"] = "mvn:com.google.auth:google-auth-library-credentials:jar:NON-OSGI:0.13.0" |
| 1508 | artifact_map["@com_google_auth_google_auth_library_oauth2_http//:com_google_auth_google_auth_library_oauth2_http"] = "mvn:com.google.auth:google-auth-library-oauth2-http:jar:NON-OSGI:0.13.0" |
Carmelo Cascone | ef478a6 | 2019-01-29 18:45:22 -0800 | [diff] [blame] | 1509 | artifact_map["@com_google_j2objc_j2objc_annotations//:com_google_j2objc_j2objc_annotations"] = "mvn:com.google.j2objc:j2objc-annotations:jar:NON-OSGI:1.1" |
Ray Milkey | 0b67f5d | 2020-01-15 12:26:25 -0800 | [diff] [blame] | 1510 | artifact_map["@com_google_guava_failureaccess//:com_google_guava_failureaccess"] = "mvn:com.google.guava:failureaccess:jar:1.0.1" |
| 1511 | artifact_map["@com_google_android_annotations//:com_google_android_annotations"] = "mvn:com.google.android:annotations:jar:NON-OSGI:4.1.1.4" |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 1512 | artifact_map["@io_opencensus_opencensus_api//:io_opencensus_opencensus_api"] = "mvn:io.opencensus:opencensus-api:jar:NON-OSGI:0.21.0" |
| 1513 | artifact_map["@io_opencensus_opencensus_contrib_grpc_metrics//:io_opencensus_opencensus_contrib_grpc_metrics"] = "mvn:io.opencensus:opencensus-contrib-grpc-metrics:jar:NON-OSGI:0.21.0" |
Carmelo Cascone | cf6a828 | 2019-07-14 20:01:51 -0700 | [diff] [blame] | 1514 | artifact_map["@io_perfmark_perfmark_api//:io_perfmark_perfmark_api"] = "mvn:io.perfmark:perfmark-api:jar:NON-OSGI:0.16.0" |
Jian Li | afe17e1 | 2019-03-18 18:45:41 +0900 | [diff] [blame] | 1515 | artifact_map["@openstack4j_core//:openstack4j_core"] = "mvn:org.pacesys:openstack4j-core:jar:3.2.0" |
| 1516 | artifact_map["@openstack4j_http_connector//:openstack4j_http_connector"] = "mvn:org.pacesys.openstack4j.connectors:openstack4j-http-connector:jar:3.2.0" |
| 1517 | artifact_map["@openstack4j_httpclient//:openstack4j_httpclient"] = "mvn:org.pacesys.openstack4j.connectors:openstack4j-httpclient:jar:3.2.0" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1518 | artifact_map["@json_patch//:json_patch"] = "mvn:com.github.fge:json-patch:jar:1.9" |
| 1519 | artifact_map["@jackson_coreutils//:jackson_coreutils"] = "mvn:com.github.fge:jackson-coreutils:jar:1.6" |
| 1520 | artifact_map["@btf//:btf"] = "mvn:com.github.fge:btf:jar:1.2" |
| 1521 | artifact_map["@msg_simple//:msg_simple"] = "mvn:com.github.fge:msg-simple:jar:1.1" |
Jian Li | 0ad0c55 | 2019-12-16 22:26:21 +0900 | [diff] [blame] | 1522 | artifact_map["@snakeyaml//:snakeyaml"] = "mvn:org.yaml:snakeyaml:jar:1.25" |
Jian Li | 486b1cb | 2020-01-26 19:11:15 +0900 | [diff] [blame] | 1523 | artifact_map["@k8s_client//:k8s_client"] = "mvn:io.fabric8:kubernetes-client:jar:NON-OSGI:4.7.1" |
| 1524 | artifact_map["@k8s_model//:k8s_model"] = "mvn:io.fabric8:kubernetes-model:jar:4.7.1" |
Jian Li | 3defa84 | 2019-02-12 00:31:35 +0900 | [diff] [blame] | 1525 | artifact_map["@zjsonpatch//:zjsonpatch"] = "mvn:io.fabric8:zjsonpatch:jar:0.3.0" |
| 1526 | artifact_map["@generex//:generex"] = "mvn:com.github.mifmif:generex:jar:NON-OSGI:1.0.2" |
| 1527 | artifact_map["@automaton//:automaton"] = "mvn:dk.brics.automaton:automaton:jar:NON-OSGI:1.11-8" |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1528 | artifact_map["@onos_yang_model//:onos_yang_model"] = "mvn:org.onosproject:onos-yang-model:jar:2.6.1" |
| 1529 | artifact_map["@onos_yang_compiler_api//:onos_yang_compiler_api"] = "mvn:org.onosproject:onos-yang-compiler-api:jar:2.6.1" |
| 1530 | artifact_map["@onos_yang_compiler_main//:onos_yang_compiler_main"] = "mvn:org.onosproject:onos-yang-compiler-main:jar:2.6.1" |
Andrea Campanella | d770b10 | 2018-11-26 16:37:33 -0800 | [diff] [blame] | 1531 | artifact_map["@onos_yang_runtime//:onos_yang_runtime"] = "mvn:org.onosproject:onos-yang-runtime:jar:2.6" |
Andrea Campanella | 7d82afc | 2019-01-15 11:10:44 +0100 | [diff] [blame] | 1532 | artifact_map["@onos_yang_serializers_json//:onos_yang_serializers_json"] = "mvn:org.onosproject:onos-yang-serializers-json:jar:2.6.1" |
| 1533 | artifact_map["@onos_yang_serializers_xml//:onos_yang_serializers_xml"] = "mvn:org.onosproject:onos-yang-serializers-xml:jar:2.6.1" |
| 1534 | artifact_map["@onos_yang_serializers_utils//:onos_yang_serializers_utils"] = "mvn:org.onosproject:onos-yang-serializers-utils:jar:2.6.1" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1535 | artifact_map["@org_apache_servicemix_bundles_dom4j//:org_apache_servicemix_bundles_dom4j"] = "mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.dom4j:jar:1.6.1_5" |
| 1536 | artifact_map["@plexus_utils//:plexus_utils"] = "mvn:org.codehaus.plexus:plexus-utils:jar:NON-OSGI:3.0.24" |
Ray Milkey | 0faa721 | 2018-11-07 09:13:41 -0800 | [diff] [blame] | 1537 | artifact_map["@sshd_core//:sshd_core"] = "mvn:org.apache.sshd:sshd-core:jar:1.7.0" |
Anurag Chadha | 8a9feb5 | 2020-07-28 18:35:05 +0530 | [diff] [blame] | 1538 | artifact_map["@bcpkix_jdk15on//:bcpkix_jdk15on"] = "mvn:org.bouncycastle:bcpkix-jdk15on:jar:1.66" |
| 1539 | artifact_map["@bcprov_jdk15on//:bcprov_jdk15on"] = "mvn:org.bouncycastle:bcprov-jdk15on:jar:1.66" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1540 | artifact_map["@hamcrest_optional//:hamcrest_optional"] = "mvn:com.spotify:hamcrest-optional:jar:NON-OSGI:1.1.0" |
| 1541 | artifact_map["@swagger_annotations//:swagger_annotations"] = "mvn:io.swagger:swagger-annotations:jar:1.5.16" |
Daniele Moro | 73f0ae8 | 2020-02-03 22:49:13 -0800 | [diff] [blame] | 1542 | artifact_map["@kafka_clients//:kafka_clients"] = "mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.kafka-clients:jar:1.1.1_1" |
Ray Milkey | a8ac7e3 | 2018-09-04 15:52:14 -0700 | [diff] [blame] | 1543 | artifact_map["@tinder_xmpp//:tinder_xmpp"] = "mvn:org.igniterealtime:tinder:jar:NON-OSGI:1.3.0" |
| 1544 | artifact_map["@aalto_xml//:aalto_xml"] = "mvn:com.fasterxml:aalto-xml:jar:1.0.0" |
| 1545 | artifact_map["@stax2_api//:stax2_api"] = "mvn:org.codehaus.woodstox:stax2-api:jar:4.0.0" |
| 1546 | artifact_map["@concurrent_hashmap//:concurrent_hashmap"] = "mvn:com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:NON-OSGI:1.0" |
| 1547 | artifact_map["@gnu_idn//:gnu_idn"] = "mvn:org.gnu.inet:libidn:jar:NON-OSGI:1.15" |
| 1548 | artifact_map["@sigar//:sigar"] = "mvn:org.knowhowlab.osgi:sigar:jar:1.6.5_01" |
Ray Milkey | 170d7fb | 2018-06-06 09:37:20 -0700 | [diff] [blame] | 1549 | |
| 1550 | def maven_coordinates(label): |
| 1551 | label_string = str(label) |
| 1552 | if label_string in artifact_map: |
| 1553 | return artifact_map[label_string] |
Thomas Vachuska | ac9e524 | 2018-07-19 16:15:39 -0700 | [diff] [blame] | 1554 | if (label_string.endswith(":jar")): |
| 1555 | label_string = label_string.replace(":jar", "") |
| 1556 | if label_string in artifact_map: |
| 1557 | return artifact_map[label_string] |
| 1558 | if type(label) == "string": |
| 1559 | return "mvn:%s:%s:%s" % (ONOS_GROUP_ID, label_string, ONOS_VERSION) |
| 1560 | return "mvn:%s:%s:%s" % (ONOS_GROUP_ID, label.name, ONOS_VERSION) |