blob: 500fd0bcfaa5cb78219091c3156aeda3e8747120 [file] [log] [blame]
boyoung21c5f5f42018-09-27 20:29:41 +09001# ***** This file was auto-generated at Thu, 27 Sep 2018 15:23:13 GMT. Do not edit this file manually. *****
Ray Milkey7dac7da2017-08-01 16:56:05 -07002# ***** Use onos-lib-gen *****
Ray Milkey170d7fb2018-06-06 09:37:20 -07003
4load("//tools/build/bazel:variables.bzl", "ONOS_GROUP_ID", "ONOS_VERSION")
Ray Milkey32d99ba2018-06-06 14:15:00 -07005
Ray Milkeya8ac7e32018-09-04 15:52:14 -07006
7load("@bazel_tools//tools/build_defs/repo:java.bzl", "java_import_external")
8
Ray Milkey7dac7da2017-08-01 16:56:05 -07009COMPILE = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070010 "@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 Cascone72893b72018-08-09 00:59:06 -070017 "@com_google_guava_guava//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070018 "@slf4j_api//jar",
19 "@osgi_core//jar",
20 "@org_osgi_compendium//jar",
21 "@org_apache_felix_scr_annotations//jar",
22 "@org_apache_felix_scr//jar",
23 "@org_apache_karaf_features_core//jar",
24 "@org_apache_karaf_system_core//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -070025 "@com_google_code_findbugs_jsr305//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070026 "@org_apache_servicemix_bundles_dom4j//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070027]
28CORE_DEPS = [] + COMPILE + [
Ray Milkey75bd9e02018-05-30 18:27:10 -070029 "//core/api:onos-api",
30 "//utils/misc:onlab-misc",
31 "//utils/osgi:onlab-osgi",
Ray Milkey7dac7da2017-08-01 16:56:05 -070032]
33TEST = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070034 "@junit//jar",
35 "@easymock//jar",
36 "@hamcrest_all//jar",
37 "@hamcrest_optional//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -070038 "@com_google_guava_guava_testlib//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070039 "//utils/junit:onlab-junit",
Ray Milkey7dac7da2017-08-01 16:56:05 -070040]
41TEST_ADAPTERS = [] + TEST + [
Ray Milkey75bd9e02018-05-30 18:27:10 -070042 "//core/common:onos-core-common",
43 "//core/api:onos-api-tests",
44 "//core/common:onos-core-common-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -070045]
46TEST_REST = [] + TEST_ADAPTERS + [
Ray Milkey75bd9e02018-05-30 18:27:10 -070047 "@jersey_client//jar",
48 "@jersey_server//jar",
49 "@jersey_common//jar",
50 "@jersey_hk2//jar",
51 "@jersey_test_framework_core//jar",
52 "@jersey_test_framework_jetty//jar",
53 "@jersey_container_jetty_http//jar",
54 "@jetty_continuation//jar",
55 "@jetty_http//jar",
56 "@jetty_server//jar",
57 "@jetty_io//jar",
58 "@jetty_util//jar",
59 "@javax_servlet_api//jar",
60 "@hk2_api//jar",
61 "@hk2_locator//jar",
62 "@hk2_utils//jar",
63 "@javax_inject//jar",
64 "@hk2_osgi_resource_locator//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -070065 "@javax_annotation_api_mvn//jar",
Ray Milkey75bd9e02018-05-30 18:27:10 -070066 "@validation_api//jar",
67 "//core/common:onos-core-common",
68 "//core/api:onos-api-tests",
69 "//core/common:onos-core-common-tests",
70 "//utils/osgi:onlab-osgi-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -070071]
72NETTY = [
Carmelo Cascone72893b72018-08-09 00:59:06 -070073 "@io_netty_netty_buffer//jar",
74 "@io_netty_netty_common//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070075]
76ONOS_YANG = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070077 "@onos_yang_model//jar",
78 "@onos_yang_compiler_api//jar",
79 "@onos_yang_serializers_json//jar",
80 "@onos_yang_serializers_xml//jar",
81 "@onos_yang_serializers_utils//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070082]
83JACKSON = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070084 "@jackson_annotations//jar",
85 "@jackson_core//jar",
86 "@jackson_databind//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070087]
88METRICS = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070089 "@metrics_core//jar",
90 "@metrics_json//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070091]
92KRYO = [
Ray Milkey75bd9e02018-05-30 18:27:10 -070093 "@kryo//jar",
94 "@reflectasm//jar",
95 "@asm//jar",
96 "@minlog//jar",
97 "@objenesis//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -070098]
Thomas Vachuska970b9642018-07-10 22:30:32 -070099CLI = [
100 "@org_apache_karaf_shell_console//jar",
101 "//cli:onos-cli",
102]
103REST = [
104 "@javax_ws_rs_api//jar",
105 "//utils/rest:onlab-rest",
106]
Jordan Halterman00e92da2018-05-22 23:05:52 -0700107ATOMIX = [
108 "@atomix//jar",
109 "@atomix_cluster//jar",
110 "@atomix_gossip//jar",
111 "@atomix_primary_backup//jar",
112 "@atomix_primitive//jar",
113 "@atomix_raft//jar",
114 "@atomix_storage//jar",
115 "@atomix_utils//jar",
116 "@typesafe_config//jar",
Jordan Halterman6aca84c2018-07-31 13:33:13 -0700117 "@classgraph//jar",
Jordan Halterman00e92da2018-05-22 23:05:52 -0700118]
Carmelo Cascone72893b72018-08-09 00:59:06 -0700119GRPC_1_3 = [
120 "@grpc_protobuf_1_3_1//jar",
121 "@grpc_stub_1_3_1//jar",
122 "@grpc_netty_1_3_1//jar",
123 "@grpc_auth_1_3_1//jar",
124 "@grpc_context_1_3_1//jar",
125 "@google_truth_0_28//jar",
126]
127GRPC_TEST_1_3 = [
128 "@grpc_testing_1_3_1//jar",
129 "@grpc_testing_proto_1_3_1//jar",
130 "@google_code_findbugs_3_0_0//jar",
131 "@google_errorprone_2_0_19//jar",
132 "@google_instrumentation_0_3_0//jar",
133 "@junit_dep//jar",
134 "@objenesis//jar",
135]
Ray Milkey75bd9e02018-05-30 18:27:10 -0700136
Ray Milkey7dac7da2017-08-01 16:56:05 -0700137def generated_maven_jars():
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700138 if "aopalliance_repackaged" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700139 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700140 name = "aopalliance_repackaged",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700141 jar_sha256 = "669869a9d7e98fcea34580de250db54531550487d03571f26b9592e712897423",
142 licenses = ["notice"],
143 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700144 if "amqp_client" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700145 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700146 name = "amqp_client",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700147 jar_sha256 = "cb6cdb7de8d37cb1b15b23867435c7dbbeaa1ca4b766f434138a8b9ef131994f",
148 licenses = ["notice"],
149 jar_urls = ["http://repo1.maven.org/maven2/com/rabbitmq/amqp-client/3.6.1/amqp-client-3.6.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700150 if "asm" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700151 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700152 name = "asm",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700153 jar_sha256 = "896618ed8ae62702521a78bc7be42b7c491a08e6920a15f89a3ecdec31e9a220",
154 licenses = ["notice"],
155 jar_urls = ["http://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700156 if "atomix" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700157 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700158 name = "atomix",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700159 jar_sha256 = "72dad2fa314a8fdc3f10ef0a7e73a667c370cd576863e483fa3f4bb6c82bbb2c",
160 licenses = ["notice"],
161 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix/3.0.5/atomix-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700162 if "atomix_cluster" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700163 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700164 name = "atomix_cluster",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700165 jar_sha256 = "139a70b2b733c2fc5cd03d9e82e3075dc73ca54ed317ad7594d4c818f3b70506",
166 licenses = ["notice"],
167 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix-cluster/3.0.5/atomix-cluster-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700168 if "atomix_gossip" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700169 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700170 name = "atomix_gossip",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700171 jar_sha256 = "34b92866b57d63636871a5d68e84acbad727237541bcbda572167990505f3e7a",
172 licenses = ["notice"],
173 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix-gossip/3.0.5/atomix-gossip-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700174 if "atomix_primary_backup" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700175 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700176 name = "atomix_primary_backup",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700177 jar_sha256 = "1da0a4eff24cd259b75e7c8c39a7f6396bd3aec5d4b06d6740412dc9237f8aa3",
178 licenses = ["notice"],
179 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix-primary-backup/3.0.5/atomix-primary-backup-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700180 if "atomix_primitive" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700181 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700182 name = "atomix_primitive",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700183 jar_sha256 = "80a7b4e0e2aee6ccbeab7a0f66485cd29affbf3f10abfd7740961223a0c76002",
184 licenses = ["notice"],
185 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix-primitive/3.0.5/atomix-primitive-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700186 if "atomix_raft" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700187 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700188 name = "atomix_raft",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700189 jar_sha256 = "7f27c11d3f5948190b53714d3a9a12d7a3c967fbe4d4bf0c8cbeb5a75715a78f",
190 licenses = ["notice"],
191 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix-raft/3.0.5/atomix-raft-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700192 if "atomix_storage" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700193 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700194 name = "atomix_storage",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700195 jar_sha256 = "038a939d2bfc12488bc584c7144a9aeed4c91e0fe30ef514c522bdda352026f1",
196 licenses = ["notice"],
197 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix-storage/3.0.5/atomix-storage-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700198 if "atomix_utils" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700199 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700200 name = "atomix_utils",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700201 jar_sha256 = "e928e252861f8689e450829eaf671c08f5e5afe3f95389866a8ae494ab165987",
202 licenses = ["notice"],
203 jar_urls = ["http://repo1.maven.org/maven2/io/atomix/atomix-utils/3.0.5/atomix-utils-3.0.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700204 if "classgraph" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700205 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700206 name = "classgraph",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700207 jar_sha256 = "b88663a3c775262afad6450d4670fc7c6afa64f4933db0d75e94d66f14230ef7",
208 licenses = ["notice"],
209 jar_urls = ["http://repo1.maven.org/maven2/io/github/classgraph/classgraph/4.0.6/classgraph-4.0.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700210 if "commons_codec" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700211 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700212 name = "commons_codec",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700213 jar_sha256 = "4241dfa94e711d435f29a4604a3e2de5c4aa3c165e23bd066be6fc1fc4309569",
214 licenses = ["notice"],
215 jar_urls = ["http://repo1.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700216 if "commons_cli" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700217 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700218 name = "commons_cli",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700219 jar_sha256 = "f8046bdc72b7ff88afb1dff5ff45451df95290c78a639ec7fa40c953ca89cb26",
220 licenses = ["notice"],
221 jar_urls = ["http://repo1.maven.org/maven2/commons-cli/commons-cli/1.3/commons-cli-1.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700222 if "commons_collections" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700223 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700224 name = "commons_collections",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700225 jar_sha256 = "eeeae917917144a68a741d4c0dff66aa5c5c5fd85593ff217bced3fc8ca783b8",
226 licenses = ["notice"],
227 jar_urls = ["http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700228 if "commons_configuration" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700229 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700230 name = "commons_configuration",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700231 jar_sha256 = "95d4e6711e88ce78992c82c25bc03c8df9ecf5a357f0de0bec72a26db3399374",
232 licenses = ["notice"],
233 jar_urls = ["http://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700234 if "commons_io" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700235 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700236 name = "commons_io",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700237 jar_sha256 = "f877d304660ac2a142f3865badfc971dec7ed73c747c7f8d5d2f5139ca736513",
238 licenses = ["notice"],
239 jar_urls = ["http://repo1.maven.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700240 if "commons_jxpath" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700241 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700242 name = "commons_jxpath",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700243 jar_sha256 = "fcbc0ad917d9d6a73c6df21fac322e00d213ef19cd94815a007c407a8a3ff449",
244 licenses = ["notice"],
245 jar_urls = ["http://repo1.maven.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700246 if "commons_beanutils" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700247 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700248 name = "commons_beanutils",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700249 jar_sha256 = "c058e39c7c64203d3a448f3adb588cb03d6378ed808485618f26e137f29dae73",
250 licenses = ["notice"],
251 jar_urls = ["http://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700252 if "fast_classpath_scanner" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700253 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700254 name = "fast_classpath_scanner",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700255 jar_sha256 = "80bd0619aa2111c26ad69808e29f649c860d30b14cbbbb080968a20518068185",
256 licenses = ["notice"],
257 jar_urls = ["http://repo1.maven.org/maven2/io/github/lukehutch/fast-classpath-scanner/2.21/fast-classpath-scanner-2.21.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700258 if "jdom" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700259 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700260 name = "jdom",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700261 jar_sha256 = "3b23bc3979aec14a952a12aafc483010dc57579775f2ffcacef5256a90eeda02",
262 licenses = ["notice"],
263 jar_urls = ["http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700264 if "commons_lang" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700265 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700266 name = "commons_lang",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700267 jar_sha256 = "50f11b09f877c294d56f24463f47d28f929cf5044f648661c0f0cfbae9a2f49c",
268 licenses = ["notice"],
269 jar_urls = ["http://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700270 if "commons_lang3" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700271 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700272 name = "commons_lang3",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700273 jar_sha256 = "6e8dc31e046508d9953c96534edf0c2e0bfe6f468966b5b842b3f87e43b6a847",
274 licenses = ["notice"],
275 jar_urls = ["http://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700276 if "commons_logging" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700277 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700278 name = "commons_logging",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700279 jar_sha256 = "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636",
280 licenses = ["notice"],
281 jar_urls = ["http://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700282 if "commons_math3" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700283 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700284 name = "commons_math3",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700285 jar_sha256 = "1e56d7b058d28b65abd256b8458e3885b674c1d588fa43cd7d1cbb9c7ef2b308",
286 licenses = ["notice"],
287 jar_urls = ["http://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700288 if "commons_net" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700289 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700290 name = "commons_net",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700291 jar_sha256 = "c25b0da668b3c5649f002d504def22d1b4cb30d206f05428d2fe168fa1a901c2",
292 licenses = ["notice"],
293 jar_urls = ["http://repo1.maven.org/maven2/commons-net/commons-net/3.5/commons-net-3.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700294 if "commons_pool" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700295 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700296 name = "commons_pool",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700297 jar_sha256 = "46c42b4a38dc6b2db53a9ee5c92c63db103665d56694e2cfce2c95d51a6860cc",
298 licenses = ["notice"],
299 jar_urls = ["http://repo1.maven.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700300 if "commons_text" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700301 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700302 name = "commons_text",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700303 jar_sha256 = "8185b3a5311092d83ed1f184c2d093b3105d726bbd76867c32b3511542bb99a8",
304 licenses = ["notice"],
305 jar_urls = ["http://repo1.maven.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700306 if "concurrent_trees" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700307 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700308 name = "concurrent_trees",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700309 jar_sha256 = "04e3724984e2a5cbf55606cfa372a5bd3d3c5d2a21533a7004e3cde539761fa5",
310 licenses = ["notice"],
311 jar_urls = ["http://repo1.maven.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700312 if "easymock" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700313 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700314 name = "easymock",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700315 jar_sha256 = "0557c9fa845c951bdbe3940b605346a212172c64328277428297ef1fc6308e8f",
316 licenses = ["notice"],
317 jar_urls = ["http://repo1.maven.org/maven2/org/easymock/easymock/3.6/easymock-3.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700318 if "antlr" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700319 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700320 name = "antlr",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700321 jar_sha256 = "88fbda4b912596b9f56e8e12e580cc954bacfb51776ecfddd3e18fc1cf56dc4c",
322 licenses = ["notice"],
323 jar_urls = ["http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700324 if "ganymed_ssh2" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700325 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700326 name = "ganymed_ssh2",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700327 jar_sha256 = "dc3c036d9d3a54742e01f50a6f4613be5a8e5647e958348932a2bdb0007fa15a",
328 licenses = ["notice"],
329 jar_urls = ["http://repo1.maven.org/maven2/ch/ethz/ganymed/ganymed-ssh2/262/ganymed-ssh2-262.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700330 if "gmetric4j" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700331 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700332 name = "gmetric4j",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700333 jar_sha256 = "a32eb2f88f7c0fbc2846535c55d6f7bd8fc5763470bc3e1142cbaef2110a6bf3",
334 licenses = ["notice"],
335 jar_urls = ["http://repo1.maven.org/maven2/info/ganglia/gmetric4j/gmetric4j/1.0.10/gmetric4j-1.0.10.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700336 if "com_google_code_gson_gson" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700337 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700338 name = "com_google_code_gson_gson",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700339 jar_sha256 = "2d43eb5ea9e133d2ee2405cc14f5ee08951b8361302fdd93494a3a997b508d32",
340 licenses = ["notice"],
341 jar_urls = ["http://repo1.maven.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700342 if "com_google_guava_guava" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700343 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700344 name = "com_google_guava_guava",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700345 jar_sha256 = "1158e94c7de4da480873f0b4ab4a1da14c0d23d4b1902cc94a58a6f0f9ab579e",
346 licenses = ["notice"],
347 jar_urls = ["http://repo1.maven.org/maven2/com/google/guava/guava/22.0/guava-22.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700348 if "com_google_guava_guava_testlib" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700349 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700350 name = "com_google_guava_guava_testlib",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700351 jar_sha256 = "5a7542ddd374a6a2e1c4f55609a72f926267047acad4213585557526c36628e0",
352 licenses = ["notice"],
353 jar_urls = ["http://repo1.maven.org/maven2/com/google/guava/guava-testlib/22.0/guava-testlib-22.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700354 if "hamcrest_all" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700355 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700356 name = "hamcrest_all",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700357 jar_sha256 = "4877670629ab96f34f5f90ab283125fcd9acb7e683e66319a68be6eb2cca60de",
358 licenses = ["notice"],
359 jar_urls = ["http://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700360 if "hk2_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700361 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700362 name = "hk2_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700363 jar_sha256 = "4d328e5b1cb5e8dcf3f97e1348d960f439e597009aa9d994dd5325bcef367908",
364 licenses = ["notice"],
365 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700366 if "hk2_locator" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700367 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700368 name = "hk2_locator",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700369 jar_sha256 = "2a3766079d1cd21e715e4fd75e8189ebd58f9bf852885f1679253f0a27039b72",
370 licenses = ["notice"],
371 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700372 if "hk2_osgi_resource_locator" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700373 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700374 name = "hk2_osgi_resource_locator",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700375 jar_sha256 = "775003be577e8806f51b6e442be1033d83be2cb2207227b349be0bf16e6c0843",
376 licenses = ["notice"],
377 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700378 if "hk2_utils" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700379 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700380 name = "hk2_utils",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700381 jar_sha256 = "5edb176086ad0be1d4abbc0a1d26d519d088a01ee24f9ee064c657895a86e3ee",
382 licenses = ["notice"],
383 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700384 if "httpclient_osgi" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700385 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700386 name = "httpclient_osgi",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700387 jar_sha256 = "e0cda85f788456b0a1664713794c70fd8ce634afbc5714df2dc6181174a6edd0",
388 licenses = ["notice"],
389 jar_urls = ["http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient-osgi/4.5.1/httpclient-osgi-4.5.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700390 if "httpcore_osgi" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700391 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700392 name = "httpcore_osgi",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700393 jar_sha256 = "a0bd904e00cb6788efd5cd8c180cb19569bba43e22a711e9b020ffa51b045a4c",
394 licenses = ["notice"],
395 jar_urls = ["http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-osgi/4.4.4/httpcore-osgi-4.4.4.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700396 if "influxdb_java" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700397 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700398 name = "influxdb_java",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700399 jar_sha256 = "c2c35eff56e5b101028a52f5fa2bc25e7b5e0f6c7b7fdf9f5c8ed503621547eb",
400 licenses = ["notice"],
401 jar_urls = ["http://repo1.maven.org/maven2/org/influxdb/influxdb-java/2.9/influxdb-java-2.9.jar"], )
boyoung21c5f5f42018-09-27 20:29:41 +0900402 if "simpleclient" not in native.existing_rules():
403 java_import_external(
404 name = "simpleclient",
405 jar_sha256 = "68e20a01ec974f382553b763f58594416c3c652b7067d8aeccf1a5ea6c8b1d0d",
406 licenses = ["notice"],
407 jar_urls = ["http://repo1.maven.org/maven2/io/prometheus/simpleclient/0.5.0/simpleclient-0.5.0.jar"], )
408 if "simpleclient_common" not in native.existing_rules():
409 java_import_external(
410 name = "simpleclient_common",
411 jar_sha256 = "41d881034a44639d5717d71c61d207b8580bc755e0c0a6f4a1ec7137a7274366",
412 licenses = ["notice"],
413 jar_urls = ["http://repo1.maven.org/maven2/io/prometheus/simpleclient_common/0.5.0/simpleclient_common-0.5.0.jar"], )
414 if "simpleclient_hotspot" not in native.existing_rules():
415 java_import_external(
416 name = "simpleclient_hotspot",
417 jar_sha256 = "93f4f9e43948599ce42e38b3899194a130989d967eba47233abe16177fef1d06",
418 licenses = ["notice"],
419 jar_urls = ["http://repo1.maven.org/maven2/io/prometheus/simpleclient_hotspot/0.5.0/simpleclient_hotspot-0.5.0.jar"], )
420 if "simpleclient_servlet" not in native.existing_rules():
421 java_import_external(
422 name = "simpleclient_servlet",
423 jar_sha256 = "f8c1d2879588475a4a2600f286347203ef71fdde68ebac0006498c821e6d0de3",
424 licenses = ["notice"],
425 jar_urls = ["http://repo1.maven.org/maven2/io/prometheus/simpleclient_servlet/0.5.0/simpleclient_servlet-0.5.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700426 if "retrofit" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700427 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700428 name = "retrofit",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700429 jar_sha256 = "c0295f38b3c1a48bb71a8ed2ea69ddeb2e49a830b11862385a403355c6a94643",
430 licenses = ["notice"],
431 jar_urls = ["http://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit/2.3.0/retrofit-2.3.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700432 if "converter_moshi" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700433 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700434 name = "converter_moshi",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700435 jar_sha256 = "9623b53c71e7305ab1eb8b9e68a4ea57152420de9e2646e3676fbe851fc0371a",
436 licenses = ["notice"],
437 jar_urls = ["http://repo1.maven.org/maven2/com/squareup/retrofit2/converter-moshi/2.3.0/converter-moshi-2.3.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700438 if "okhttp" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700439 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700440 name = "okhttp",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700441 jar_sha256 = "a0d01017a42bba26e507fc6d448bb36e536f4b6e612f7c42de30bbdac2b7785e",
442 licenses = ["notice"],
443 jar_urls = ["http://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700444 if "logging_interceptor" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700445 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700446 name = "logging_interceptor",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700447 jar_sha256 = "990d2936ff0cb8964ff0e1680424cab713e8ff932ff5a747eaf972e1bc43908f",
448 licenses = ["notice"],
449 jar_urls = ["http://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.9.1/logging-interceptor-3.9.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700450 if "moshi" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700451 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700452 name = "moshi",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700453 jar_sha256 = "d8ef4da48b59790d587904c4ef2245ee6f64dedec780f1250d00ab136160dcce",
454 licenses = ["notice"],
455 jar_urls = ["http://repo1.maven.org/maven2/com/squareup/moshi/moshi/1.4.0/moshi-1.4.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700456 if "okio" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700457 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700458 name = "okio",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700459 jar_sha256 = "4633c331f50642ebe795dc089d6a5928aff43071c9d17e7840a009eea2fe95a3",
460 licenses = ["notice"],
461 jar_urls = ["http://repo1.maven.org/maven2/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700462 if "jackson_annotations" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700463 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700464 name = "jackson_annotations",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700465 jar_sha256 = "38a0e450049f643570adac99888aa3480ec2de385790a7096908bf43bfc085d6",
466 licenses = ["notice"],
467 jar_urls = ["http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.5/jackson-annotations-2.9.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700468 if "jackson_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700469 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700470 name = "jackson_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700471 jar_sha256 = "a2bebaa325ad25455b02149c67e6052367a7d7fc1ce77de000eed284a5214eac",
472 licenses = ["notice"],
473 jar_urls = ["http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700474 if "jackson_databind" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700475 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700476 name = "jackson_databind",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700477 jar_sha256 = "0fb4e079c118e752cc94c15ad22e6782b0dfc5dc09145f4813fb39d82e686047",
478 licenses = ["notice"],
479 jar_urls = ["http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700480 if "javax_annotation_api_mvn" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700481 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700482 name = "javax_annotation_api_mvn",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700483 jar_sha256 = "5909b396ca3a2be10d0eea32c74ef78d816e1b4ead21de1d78de1f890d033e04",
484 licenses = ["notice"],
485 jar_urls = ["http://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700486 if "javax_inject" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700487 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700488 name = "javax_inject",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700489 jar_sha256 = "3bcf096beb918c9586be829190903090a21ac40513c1401e1b986e6030addc98",
490 licenses = ["notice"],
491 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700492 if "javax_ws_rs_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700493 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700494 name = "javax_ws_rs_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700495 jar_sha256 = "1a4295889416c6972addcd425dfeeee6e6ede110e8b2dc8b49044e9b400ad5db",
496 licenses = ["notice"],
497 jar_urls = ["http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700498 if "jersey_client" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700499 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700500 name = "jersey_client",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700501 jar_sha256 = "3e44b7db8691eb0b2a6751eda888150b9ba1092a5805f11e4727fd4904407a41",
502 licenses = ["notice"],
503 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700504 if "jersey_security" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700505 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700506 name = "jersey_security",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700507 jar_sha256 = "aa6ff06b29b6c1811ae3c7eb957ec3858976aad579990d8c2d10ee4a74c73ffa",
508 licenses = ["notice"],
509 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/security/oauth2-client/2.26/oauth2-client-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700510 if "jersey_common" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700511 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700512 name = "jersey_common",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700513 jar_sha256 = "bc0e95153bef81c44439d25a662168226b9adee94db27c1198f9777e382b1b17",
514 licenses = ["notice"],
515 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-common/2.26/jersey-common-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700516 if "jersey_container_jetty_http" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700517 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700518 name = "jersey_container_jetty_http",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700519 jar_sha256 = "ee17b37a60e9125cdddaed29256ddac4089cecc2ffb8e5e625a923cddf55bb8e",
520 licenses = ["notice"],
521 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-jetty-http/2.26/jersey-container-jetty-http-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700522 if "jersey_container_servlet" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700523 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700524 name = "jersey_container_servlet",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700525 jar_sha256 = "915731c814d3c13e8599e6c0d834f6a2521940764eb02023e902ecf34444c7c4",
526 licenses = ["notice"],
527 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.26/jersey-container-servlet-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700528 if "jersey_container_servlet_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700529 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700530 name = "jersey_container_servlet_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700531 jar_sha256 = "1daee2b8aaa7379a0d65856e87c74135062c54e3d4afc58760f88396612385fa",
532 licenses = ["notice"],
533 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.26/jersey-container-servlet-core-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700534 if "jersey_media_multipart" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700535 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700536 name = "jersey_media_multipart",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700537 jar_sha256 = "ef18cfa1426773af3e4425fc4283dcec3a2c2ea942754028b48df6e61057c907",
538 licenses = ["notice"],
539 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/media/jersey-media-multipart/2.26/jersey-media-multipart-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700540 if "jersey_media_sse" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700541 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700542 name = "jersey_media_sse",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700543 jar_sha256 = "aee0d8f03ec8b873da1bee960743e7749342c50f022f9744d657fa0600453f05",
544 licenses = ["notice"],
545 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/media/jersey-media-sse/2.26/jersey-media-sse-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700546 if "jersey_server" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700547 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700548 name = "jersey_server",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700549 jar_sha256 = "d9f7a1e0d39267eb02c87046d205f2a90e38f2d2a3be885a619263f732a47935",
550 licenses = ["notice"],
551 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.26/jersey-server-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700552 if "jersey_hk2" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700553 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700554 name = "jersey_hk2",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700555 jar_sha256 = "4e9ab17a051eaacae0829a45cbdb5c603876006fdc86b5d9c5005be10266dcf7",
556 licenses = ["notice"],
557 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.26/jersey-hk2-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700558 if "jersey_test_framework_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700559 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700560 name = "jersey_test_framework_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700561 jar_sha256 = "1f1bc56f18fc4ef5bf5ee6575376995af5ddf980fb8d3c27b31789ef748a3500",
562 licenses = ["notice"],
563 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.26/jersey-test-framework-core-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700564 if "jersey_test_framework_jetty" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700565 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700566 name = "jersey_test_framework_jetty",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700567 jar_sha256 = "3e38fcd82a58f74e88c68dda7ff604c34a077c35debc5b67a74541d9a5047811",
568 licenses = ["notice"],
569 jar_urls = ["http://repo1.maven.org/maven2/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.26/jersey-test-framework-provider-jetty-2.26.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700570 if "jetty_util" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700571 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700572 name = "jetty_util",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700573 jar_sha256 = "142328025e98dbe91e89b1f0cbd747277d4121dfb0519d946b1a1d0f7fc564a9",
574 licenses = ["notice"],
575 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/9.2.21.v20170120/jetty-util-9.2.21.v20170120.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700576 if "jetty_websocket" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700577 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700578 name = "jetty_websocket",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700579 jar_sha256 = "c8c07c9200cc8e3353efa6d9505e8ae4405107c84c282fd595ad83738570a5b8",
580 licenses = ["notice"],
581 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-websocket/8.1.19.v20160209/jetty-websocket-8.1.19.v20160209.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700582 if "jetty_server" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700583 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700584 name = "jetty_server",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700585 jar_sha256 = "b47f7bdf72133e7dfd30fc8ae6f08080f2a808026102bd194b70bba98fd5fa7e",
586 licenses = ["notice"],
587 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.2.21.v20170120/jetty-server-9.2.21.v20170120.jar"], )
boyoung21c5f5f42018-09-27 20:29:41 +0900588 if "jetty_servlet" not in native.existing_rules():
589 java_import_external(
590 name = "jetty_servlet",
591 jar_sha256 = "84843dd91905a6e12242f41efe4b58d7009f5714b602b380d2c8e3b0513f0eb8",
592 licenses = ["notice"],
593 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/9.2.26.v20180806/jetty-servlet-9.2.26.v20180806.jar"], )
594 if "jetty_security" not in native.existing_rules():
595 java_import_external(
596 name = "jetty_security",
597 jar_sha256 = "397d7bb721e51060cb62f01814b9cabbe6700080f2e39143544cc78fddc23f3f",
598 licenses = ["notice"],
599 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/9.2.21.v20170120/jetty-security-9.2.21.v20170120.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700600 if "jetty_continuation" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700601 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700602 name = "jetty_continuation",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700603 jar_sha256 = "fb20fe3c416d1f1e24652ab47d2447e2b7a5660c9eb7df558d2d94fa57f01808",
604 licenses = ["notice"],
605 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/9.2.21.v20170120/jetty-continuation-9.2.21.v20170120.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700606 if "jetty_http" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700607 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700608 name = "jetty_http",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700609 jar_sha256 = "aa6d9a264789f7f81da2267bc6472ec5ba3e42295fcab2d3e4df31ecd0afb608",
610 licenses = ["notice"],
611 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/9.2.21.v20170120/jetty-http-9.2.21.v20170120.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700612 if "jetty_io" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700613 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700614 name = "jetty_io",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700615 jar_sha256 = "8876d060969e0ea6d761cca5fdab9be703c85b2c9310ea638e5188ab540ebaea",
616 licenses = ["notice"],
617 jar_urls = ["http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.2.21.v20170120/jetty-io-9.2.21.v20170120.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700618 if "javax_servlet_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700619 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700620 name = "javax_servlet_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700621 jar_sha256 = "af456b2dd41c4e82cf54f3e743bc678973d9fe35bd4d3071fa05c7e5333b8482",
622 licenses = ["notice"],
623 jar_urls = ["http://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700624 if "joda_time" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700625 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700626 name = "joda_time",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700627 jar_sha256 = "a05f5b8b021802a71919b18702aebdf286148188b3ee9d26e6ec40e8d0071487",
628 licenses = ["notice"],
629 jar_urls = ["http://repo1.maven.org/maven2/joda-time/joda-time/2.9.3/joda-time-2.9.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700630 if "jsch" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700631 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700632 name = "jsch",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700633 jar_sha256 = "f00d5cb29d70a98ef6bf2000edc89b415ae6f59d25e33caf5578b20d0d400932",
634 licenses = ["notice"],
635 jar_urls = ["http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700636 if "com_google_code_findbugs_jsr305" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700637 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700638 name = "com_google_code_findbugs_jsr305",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700639 jar_sha256 = "c885ce34249682bc0236b4a7d56efcc12048e6135a5baf7a9cde8ad8cda13fcd",
640 licenses = ["notice"],
641 jar_urls = ["http://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700642 if "junit" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700643 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700644 name = "junit",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700645 jar_sha256 = "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a",
646 licenses = ["notice"],
647 jar_urls = ["http://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700648 if "junit_dep" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700649 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700650 name = "junit_dep",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700651 jar_sha256 = "36a747ca1e0b86f6ea88055b8723bb87030d627766da6288bf077afdeeb0f75a",
652 licenses = ["notice"],
653 jar_urls = ["http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700654 if "kryo" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700655 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700656 name = "kryo",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700657 jar_sha256 = "05da64250f6e6488cd79a2609887fd3b9db46c37cdc6daaba88a178632bf48f9",
658 licenses = ["notice"],
659 jar_urls = ["http://repo1.maven.org/maven2/com/esotericsoftware/kryo/4.0.1/kryo-4.0.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700660 if "mapdb" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700661 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700662 name = "mapdb",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700663 jar_sha256 = "fac1afd9bfd1be9f2f480fb0c1253cdb9947f334f61a07ec9a855eb2a9d6aedd",
664 licenses = ["notice"],
665 jar_urls = ["http://repo1.maven.org/maven2/org/mapdb/mapdb/1.0.9/mapdb-1.0.9.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700666 if "metrics_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700667 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700668 name = "metrics_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700669 jar_sha256 = "5c6f685e41664d10c70c65837cba9e58d39ff3896811e3b5707a934b11c85ad0",
670 licenses = ["notice"],
671 jar_urls = ["http://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/3.2.2/metrics-core-3.2.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700672 if "metrics_ganglia" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700673 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700674 name = "metrics_ganglia",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700675 jar_sha256 = "fdae87ba15898e1754c885afab1594962b0bb24e2049ad35b853521b458f7351",
676 licenses = ["notice"],
677 jar_urls = ["http://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-ganglia/3.2.2/metrics-ganglia-3.2.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700678 if "metrics_graphite" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700679 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700680 name = "metrics_graphite",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700681 jar_sha256 = "cb967ecf5d6d88fe08322b8fe64b885ef2ce0e74ed8fc9bfea286e7aad2e6d47",
682 licenses = ["notice"],
683 jar_urls = ["http://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-graphite/3.2.2/metrics-graphite-3.2.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700684 if "metrics_influxdb" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700685 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700686 name = "metrics_influxdb",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700687 jar_sha256 = "ad5b498597f66b245ecff13396fecfc7b8a2b2616c2e3f7773050596c09fd77f",
688 licenses = ["notice"],
689 jar_urls = ["http://repo1.maven.org/maven2/com/izettle/metrics-influxdb/1.1.1/metrics-influxdb-1.1.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700690 if "metrics_json" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700691 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700692 name = "metrics_json",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700693 jar_sha256 = "38f50ac1f211518279031919bbcc0e02f6d6659d02dcd6f4e47e90b16851c821",
694 licenses = ["notice"],
695 jar_urls = ["http://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-json/3.2.2/metrics-json-3.2.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700696 if "minimal_json" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700697 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700698 name = "minimal_json",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700699 jar_sha256 = "e1d280900c78f18ae2e00c14e7410a77ba19cf084154b386532846aa6dc81721",
700 licenses = ["notice"],
701 jar_urls = ["http://repo1.maven.org/maven2/com/eclipsesource/minimal-json/minimal-json/0.9.4/minimal-json-0.9.4.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700702 if "minlog" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700703 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700704 name = "minlog",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700705 jar_sha256 = "f7b399d3a5478a4f3e0d98bd1c9f47766119c66414bc33aa0f6cde0066f24cc2",
706 licenses = ["notice"],
707 jar_urls = ["http://repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.0/minlog-1.3.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700708 if "io_netty_netty" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700709 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700710 name = "io_netty_netty",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700711 jar_sha256 = "eb031acf8a00733481bcd60807925ecfc9ce3840f13823d4b96cdcb1132db1da",
712 licenses = ["notice"],
713 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty/3.10.5.Final/netty-3.10.5.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700714 if "io_netty_netty_buffer" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700715 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700716 name = "io_netty_netty_buffer",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700717 jar_sha256 = "bd086ac6143dc5a8d8c515af2bd0d4cbc5170dd82bf8f6687f85b9be1e0c5522",
718 licenses = ["notice"],
719 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.27.Final/netty-buffer-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700720 if "io_netty_netty_codec" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700721 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700722 name = "io_netty_netty_codec",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700723 jar_sha256 = "5b23aef8f56d10f6b4a25fd9fb0ac45a2b284ee0e1a709db167298c945e1d1fa",
724 licenses = ["notice"],
725 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-codec/4.1.27.Final/netty-codec-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700726 if "io_netty_netty_common" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700727 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700728 name = "io_netty_netty_common",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700729 jar_sha256 = "18353e652194f5e715a851a6081795b656b8a9643f30964b14fb24cd812e3408",
730 licenses = ["notice"],
731 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-common/4.1.27.Final/netty-common-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700732 if "io_netty_netty_handler" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700733 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700734 name = "io_netty_netty_handler",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700735 jar_sha256 = "4de8af2a851735d09fd8e7a67146241df10b1547cfa8767e98405f7fa9ddc237",
736 licenses = ["notice"],
737 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-handler/4.1.27.Final/netty-handler-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700738 if "io_netty_netty_handler_proxy" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700739 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700740 name = "io_netty_netty_handler_proxy",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700741 jar_sha256 = "84b00dd1cd25a99b88bd598577825b4be9ad592e2d78b08bd703e7e999fe3498",
742 licenses = ["notice"],
743 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-handler-proxy/4.1.27.Final/netty-handler-proxy-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700744 if "io_netty_netty_transport" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700745 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700746 name = "io_netty_netty_transport",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700747 jar_sha256 = "f5bbd26773f5a9b0a1947e6688a4e13566ee04bb33715904f17e9b99e567221b",
748 licenses = ["notice"],
749 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-transport/4.1.27.Final/netty-transport-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700750 if "io_netty_netty_transport_native_unix_common" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700751 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700752 name = "io_netty_netty_transport_native_unix_common",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700753 jar_sha256 = "b4ba0079e5bee0a71120ac1311951a39901bcf2bdb37b7b38313dbd5cc0066ae",
754 licenses = ["notice"],
755 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.27.Final/netty-transport-native-unix-common-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700756 if "io_netty_netty_transport_native_epoll" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700757 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700758 name = "io_netty_netty_transport_native_epoll",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700759 jar_sha256 = "14d9319cc3906cf274896a9df385fa433a2ac34cbf841183b8756ad9690fa820",
760 licenses = ["notice"],
761 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.27.Final/netty-transport-native-epoll-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700762 if "io_netty_netty_resolver" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700763 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700764 name = "io_netty_netty_resolver",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700765 jar_sha256 = "db45223f3b21b48cf27ae34b6fcf70428bf28b14350825c8ef226737ca8f682a",
766 licenses = ["notice"],
767 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.27.Final/netty-resolver-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700768 if "io_netty_netty_codec_http2" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700769 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700770 name = "io_netty_netty_codec_http2",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700771 jar_sha256 = "7d10b4a6d11e277f2797812f2025159bf035a9b258c9446cf8f1658b08373dbe",
772 licenses = ["notice"],
773 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-codec-http2/4.1.27.Final/netty-codec-http2-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700774 if "io_netty_netty_codec_http" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700775 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700776 name = "io_netty_netty_codec_http",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700777 jar_sha256 = "83b843684f96386f4c881067cb3489639d0969c0e770b41b16866aa56707244a",
778 licenses = ["notice"],
779 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-codec-http/4.1.27.Final/netty-codec-http-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700780 if "io_netty_netty_codec_socks" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700781 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700782 name = "io_netty_netty_codec_socks",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700783 jar_sha256 = "c11264b32b5298e13461327499dca26e2b2aa75159d3be3017bd4eb125b58c05",
784 licenses = ["notice"],
785 jar_urls = ["http://repo1.maven.org/maven2/io/netty/netty-codec-socks/4.1.27.Final/netty-codec-socks-4.1.27.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700786 if "objenesis" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700787 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700788 name = "objenesis",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700789 jar_sha256 = "5e168368fbc250af3c79aa5fef0c3467a2d64e5a7bd74005f25d8399aeb0708d",
790 licenses = ["notice"],
791 jar_urls = ["http://repo1.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700792 if "openflowj" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700793 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700794 name = "openflowj",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700795 jar_sha256 = "b5bd490435fd6910ac9d2e0f1b2d71c68d9ff7261bfd0e70c4a0f8ea970c2785",
796 licenses = ["notice"],
797 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/openflowj/3.2.1.onos/openflowj-3.2.1.onos.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700798 if "org_apache_felix_framework_security" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700799 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700800 name = "org_apache_felix_framework_security",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700801 jar_sha256 = "53e1333f563b8b00dfb953802ebbc1b91e4bfe2278b79ebdc0e561d46ccb50db",
802 licenses = ["notice"],
803 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/org.apache.felix.framework.security/2.2.0.onos/org.apache.felix.framework.security-2.2.0.onos.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700804 if "org_apache_felix_scr" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700805 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700806 name = "org_apache_felix_scr",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700807 jar_sha256 = "19d395d8800d5546397211edc209e2e42d0ee500c93aca9d04ce69e4288f41d9",
808 licenses = ["notice"],
809 jar_urls = ["http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr/1.8.2/org.apache.felix.scr-1.8.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700810 if "org_apache_felix_scr_annotations" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700811 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700812 name = "org_apache_felix_scr_annotations",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700813 jar_sha256 = "c1d6895b5f45351dfbc4290698aeab00ad013339067abfbe73c047b795e72c47",
814 licenses = ["notice"],
815 jar_urls = ["http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.scr.annotations/1.9.12/org.apache.felix.scr.annotations-1.9.12.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700816 if "org_apache_karaf_features_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700817 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700818 name = "org_apache_karaf_features_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700819 jar_sha256 = "d958d6bdf747576d5a8a878196aabf75dff00d47ccd8eaaa083685ba4394e86d",
820 licenses = ["notice"],
821 jar_urls = ["http://repo1.maven.org/maven2/org/apache/karaf/features/org.apache.karaf.features.core/3.0.8/org.apache.karaf.features.core-3.0.8.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700822 if "org_apache_karaf_shell_console" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700823 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700824 name = "org_apache_karaf_shell_console",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700825 jar_sha256 = "fbaf38c8dcc5a86116c01c863f0360cab025fbc6b40a08e6823c969c959da716",
826 licenses = ["notice"],
827 jar_urls = ["http://repo1.maven.org/maven2/org/apache/karaf/shell/org.apache.karaf.shell.console/3.0.8/org.apache.karaf.shell.console-3.0.8.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700828 if "org_apache_httpcomponents_httpasyncclient_osgi" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700829 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700830 name = "org_apache_httpcomponents_httpasyncclient_osgi",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700831 jar_sha256 = "243ed2ef640565dbe6abdaec7ff8469d3a983424ae80170a3b0db246be40ddb3",
832 licenses = ["notice"],
833 jar_urls = ["http://repo1.maven.org/maven2/org/apache/httpcomponents/httpasyncclient-osgi/4.1.2/httpasyncclient-osgi-4.1.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700834 if "org_apache_httpcomponents_httpcore_nio" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700835 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700836 name = "org_apache_httpcomponents_httpcore_nio",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700837 jar_sha256 = "f21be11ed00a7c655204c03d3ff38c2e8ac88db0913da3598ce5f9ffd686ae1f",
838 licenses = ["notice"],
839 jar_urls = ["http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700840 if "org_apache_karaf_jaas" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700841 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700842 name = "org_apache_karaf_jaas",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700843 jar_sha256 = "c9a0ceba8661947b4f16b3b5d2e9582d75678b315aabd91956d5fdfc3d83b021",
844 licenses = ["notice"],
845 jar_urls = ["http://repo1.maven.org/maven2/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/3.0.8/org.apache.karaf.jaas.modules-3.0.8.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700846 if "org_apache_karaf_system_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700847 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700848 name = "org_apache_karaf_system_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700849 jar_sha256 = "3e1397c8b09a90ddb591e0815371ffd962d244747c3ddd2dc475f312610cc21b",
850 licenses = ["notice"],
851 jar_urls = ["http://repo1.maven.org/maven2/org/apache/karaf/system/org.apache.karaf.system.core/3.0.8/org.apache.karaf.system.core-3.0.8.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700852 if "org_apache_servicemix_bundles_snmp4j" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700853 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700854 name = "org_apache_servicemix_bundles_snmp4j",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700855 jar_sha256 = "68c5b7885fa9157813e01482ddbdfa1c63bb6743d98fd5dba8ce83904bfcf7f8",
856 licenses = ["notice"],
857 jar_urls = ["http://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"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700858 if "org_osgi_compendium" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700859 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700860 name = "org_osgi_compendium",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700861 jar_sha256 = "f1ef32cc1530f4e66aac606c24363b627ace4780a7737b045bfb3b908d801bcd",
862 licenses = ["notice"],
863 jar_urls = ["http://repo1.maven.org/maven2/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700864 if "osgi_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700865 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700866 name = "osgi_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700867 jar_sha256 = "b440c6bff286332afcf5cae067b606962e761c0df00e5fd8a746f0b31265619b",
868 licenses = ["notice"],
869 jar_urls = ["http://repo1.maven.org/maven2/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700870 if "reflectasm" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700871 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700872 name = "reflectasm",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700873 jar_sha256 = "eef46e43a6861cdbb3356295644341a48d9a4c1cf753eb5f03cf7bff3a07d180",
874 licenses = ["notice"],
875 jar_urls = ["http://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/1.11.0/reflectasm-1.11.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700876 if "remotetea_oncrpc" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700877 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700878 name = "remotetea_oncrpc",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700879 jar_sha256 = "68d014e83e41a958ce8c73e9b7fd0108372d9f76af7d6d5217d181cf80e2a2bf",
880 licenses = ["notice"],
881 jar_urls = ["http://repo1.maven.org/maven2/org/acplt/remotetea/remotetea-oncrpc/1.1.3/remotetea-oncrpc-1.1.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700882 if "rrd4j" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700883 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700884 name = "rrd4j",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700885 jar_sha256 = "90748680f887412d905ee43d09da5e5167a6dec3dfa4145832652eea1ad8171e",
886 licenses = ["notice"],
887 jar_urls = ["http://repo1.maven.org/maven2/org/rrd4j/rrd4j/3.1/rrd4j-3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700888 if "javassist" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700889 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700890 name = "javassist",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700891 jar_sha256 = "59531c00f3e3aa1ff48b3a8cf4ead47d203ab0e2fd9e0ad401f764e05947e252",
892 licenses = ["notice"],
893 jar_urls = ["http://repo1.maven.org/maven2/org/javassist/javassist/3.22.0-GA/javassist-3.22.0-GA.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700894 if "mimepull" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700895 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700896 name = "mimepull",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700897 jar_sha256 = "2d1ee56aa89837ba9ea55431542e7939fa9d425552c2e6c8ddfb3b77877721b7",
898 licenses = ["notice"],
899 jar_urls = ["http://repo1.maven.org/maven2/org/jvnet/mimepull/mimepull/1.9.6/mimepull-1.9.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700900 if "servlet_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700901 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700902 name = "servlet_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700903 jar_sha256 = "c658ea360a70faeeadb66fb3c90a702e4142a0ab7768f9ae9828678e0d9ad4dc",
904 licenses = ["notice"],
905 jar_urls = ["http://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700906 if "slf4j_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700907 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700908 name = "slf4j_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700909 jar_sha256 = "18c4a0095d5c1da6b817592e767bb23d29dd2f560ad74df75ff3961dbde25b79",
910 licenses = ["notice"],
911 jar_urls = ["http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700912 if "slf4j_jdk14" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700913 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700914 name = "slf4j_jdk14",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700915 jar_sha256 = "9b8b9b8279959b17e71432d40b8cf4175c761c3bc6ebc2c7ec0f2ae8ff223feb",
916 licenses = ["notice"],
917 jar_urls = ["http://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.7.25/slf4j-jdk14-1.7.25.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700918 if "slf4j_nop" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700919 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700920 name = "slf4j_nop",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700921 jar_sha256 = "6cb127138f41b5a869f9ecdd061ad17799a0e3fe7204600797154eb0432eeb12",
922 licenses = ["notice"],
923 jar_urls = ["http://repo1.maven.org/maven2/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700924 if "typesafe_config" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700925 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700926 name = "typesafe_config",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700927 jar_sha256 = "6563d1723f3300bf596f41e40bc03e54986108b5c45d0ac34ebc66d48c2e25a3",
928 licenses = ["notice"],
929 jar_urls = ["http://repo1.maven.org/maven2/com/typesafe/config/1.3.2/config-1.3.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700930 if "validation_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700931 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700932 name = "validation_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700933 jar_sha256 = "f39d7ba7253e35f5ac48081ec1bc28c5df9b32ac4b7db20853e5a8e76bf7b0ed",
934 licenses = ["notice"],
935 jar_urls = ["http://repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700936 if "checkstyle" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700937 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700938 name = "checkstyle",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700939 jar_sha256 = "dad140fc7e79179deb48653ad86517a3c4df69f9e957c72b5c6476c484042a14",
940 licenses = ["notice"],
941 jar_urls = ["http://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/8.10/checkstyle-8.10.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700942 if "apache_karaf" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700943 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700944 name = "apache_karaf",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700945 jar_sha256 = "2f20bb25ded39f1e9e4148bb840473c89249bbb592106f5451b5a829a5ec8603",
946 licenses = ["notice"],
947 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/apache-karaf-offline/3.0.8/apache-karaf-offline-3.0.8.tar.gz"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700948 if "apache_karaf_patches" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700949 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700950 name = "apache_karaf_patches",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700951 jar_sha256 = "1f9e3e8a53a462f776a931fe851819a43dfe7728b31fbde339b98d04908e702b",
952 licenses = ["notice"],
953 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-apache-karaf-patches/3.0.8/onos-apache-karaf-patches-3.0.8.tar.gz"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700954 if "bndlib" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700955 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700956 name = "bndlib",
Ray Milkey51bee8d2018-09-10 10:01:35 -0700957 jar_sha256 = "d1a328c8f63aea4f7ce6028a49255137664a7138fadc4af9d25461192b71e098",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700958 licenses = ["notice"],
Ray Milkey51bee8d2018-09-10 10:01:35 -0700959 jar_urls = ["http://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.0.0/biz.aQute.bndlib-4.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700960 if "bndexe" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700961 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700962 name = "bndexe",
Ray Milkey51bee8d2018-09-10 10:01:35 -0700963 jar_sha256 = "b18d88ae15db4bf7af53c396feb45a64f27403d7e7d7cd50a68bf8915ca7b6c0",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700964 licenses = ["notice"],
Ray Milkey51bee8d2018-09-10 10:01:35 -0700965 jar_urls = ["http://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd/4.0.0/biz.aQute.bnd-4.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700966 if "libthrift" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700967 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700968 name = "libthrift",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700969 jar_sha256 = "bca5e8cdee1e0fbf563de7d41c452385e7bed69723fa28225a9ce718a8ee3419",
970 licenses = ["notice"],
971 jar_urls = ["http://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.9.3/libthrift-0.9.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700972 if "qdox" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700973 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700974 name = "qdox",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700975 jar_sha256 = "5753628390f7ac1665f813bf610b708cc489f3347b9813389e6c052346527cca",
976 licenses = ["notice"],
977 jar_urls = ["http://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/2.0-M3/qdox-2.0-M3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700978 if "org_apache_felix_scr_bnd" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700979 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700980 name = "org_apache_felix_scr_bnd",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700981 jar_sha256 = "acd4ffafbeb517774b7445c6d38a46af982bb81ae631156ce5817979950a24a6",
982 licenses = ["notice"],
983 jar_urls = ["https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/org.apache.felix.scr.bnd/1.4.1-SNAPSHOT/org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700984 if "snmp_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700985 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700986 name = "snmp_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700987 jar_sha256 = "4367a5a3e32d4f53394cd2585d7a086e20e6d8fb4317cadbacae918df7a4cd9e",
988 licenses = ["notice"],
989 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/snmp-core/1.3-20161021.1/snmp-core-1.3-20161021.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700990 if "mibs_net_snmp" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700991 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700992 name = "mibs_net_snmp",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700993 jar_sha256 = "6ac3750d3555d2cbe6ef15550856be080db562aa4a9b9519959d3f1fc19f1ae3",
994 licenses = ["notice"],
995 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/mibbler-mibs-net-snmp/1.0-20151221.1/mibbler-mibs-net-snmp-1.0-20151221.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700996 if "mibs_rfc" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700997 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -0700998 name = "mibs_rfc",
Ray Milkeya8ac7e32018-09-04 15:52:14 -0700999 jar_sha256 = "8f58bde90b7b24ac42b02196ce69ab6e1fa3bd009c38d8f972b24d5a1eb40f52",
1000 licenses = ["notice"],
1001 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/mibbler-mibs-rfc/1.0-20151221.1/mibbler-mibs-rfc-1.0-20151221.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001002 if "io_socket_client" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001003 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001004 name = "io_socket_client",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001005 jar_sha256 = "b5ccc73724f0d188ada06aff41c8bf60e0e5d4462e7980af203a20ea87bfa583",
1006 licenses = ["notice"],
1007 jar_urls = ["http://repo1.maven.org/maven2/io/socket/socket.io-client/0.8.3/socket.io-client-0.8.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001008 if "json" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001009 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001010 name = "json",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001011 jar_sha256 = "055be110a570f9cda3eba8d70a006ff46c77a048bc67868524879211c48b330a",
1012 licenses = ["notice"],
1013 jar_urls = ["http://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001014 if "engine_io_client" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001015 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001016 name = "engine_io_client",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001017 jar_sha256 = "c421ace40f0170d9c7f0155850076a68f091afa9a60fc055f703277ce92bc214",
1018 licenses = ["notice"],
1019 jar_urls = ["http://repo1.maven.org/maven2/io/socket/engine.io-client/0.8.3/engine.io-client-0.8.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001020 if "com_google_api_grpc_proto_google_common_protos" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001021 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001022 name = "com_google_api_grpc_proto_google_common_protos",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001023 jar_sha256 = "cfe1da4c0e82820c32a83c4bf25b42f4d3b7113177321c437a9fff3c42e1f4c9",
1024 licenses = ["notice"],
1025 jar_urls = ["http://repo1.maven.org/maven2/com/google/api/grpc/proto-google-common-protos/1.0.0/proto-google-common-protos-1.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001026 if "com_google_errorprone_error_prone_annotations" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001027 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001028 name = "com_google_errorprone_error_prone_annotations",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001029 jar_sha256 = "de3c873b5dc06060f7a2a4d9b872a3f4dc1955c18095ef9702d13477e437782a",
1030 licenses = ["notice"],
1031 jar_urls = ["http://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001032 if "com_google_auth_google_auth_library_credentials" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001033 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001034 name = "com_google_auth_google_auth_library_credentials",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001035 jar_sha256 = "ac9efdd6a930e4df906fa278576fa825d979f74315f2faf5c91fe7e6aabb2788",
1036 licenses = ["notice"],
1037 jar_urls = ["http://repo1.maven.org/maven2/com/google/auth/google-auth-library-credentials/0.9.0/google-auth-library-credentials-0.9.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001038 if "io_opencensus_opencensus_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001039 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001040 name = "io_opencensus_opencensus_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001041 jar_sha256 = "8c1de62cbdaf74b01b969d1ed46c110bca1a5dd147c50a8ab8c5112f42ced802",
1042 licenses = ["notice"],
1043 jar_urls = ["http://repo1.maven.org/maven2/io/opencensus/opencensus-api/0.12.3/opencensus-api-0.12.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001044 if "io_opencensus_opencensus_contrib_grpc_metrics" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001045 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001046 name = "io_opencensus_opencensus_contrib_grpc_metrics",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001047 jar_sha256 = "632c1e1463db471b580d35bc4be868facbfbf0a19aa6db4057215d4a68471746",
1048 licenses = ["notice"],
1049 jar_urls = ["http://repo1.maven.org/maven2/io/opencensus/opencensus-contrib-grpc-metrics/0.12.3/opencensus-contrib-grpc-metrics-0.12.3.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001050 if "openstack4j_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001051 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001052 name = "openstack4j_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001053 jar_sha256 = "4f01b34bb74beaed691c97e69b62fa3cbbb99d85b3b1d2a56e4e143c58de9b5c",
1054 licenses = ["notice"],
1055 jar_urls = ["http://repo1.maven.org/maven2/org/pacesys/openstack4j-core/3.1.0/openstack4j-core-3.1.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001056 if "openstack4j_http_connector" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001057 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001058 name = "openstack4j_http_connector",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001059 jar_sha256 = "52b4bc0de07038e62335a2b9f44f6cf5b289c064a944946fb7a309c38a991045",
1060 licenses = ["notice"],
1061 jar_urls = ["http://repo1.maven.org/maven2/org/pacesys/openstack4j/connectors/openstack4j-http-connector/3.1.0/openstack4j-http-connector-3.1.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001062 if "openstack4j_httpclient" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001063 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001064 name = "openstack4j_httpclient",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001065 jar_sha256 = "4ca3887f7281c9cda53f47e1a1accb34cdc5cd3a682a441c7d18e9a08b5e9870",
1066 licenses = ["notice"],
1067 jar_urls = ["http://repo1.maven.org/maven2/org/pacesys/openstack4j/connectors/openstack4j-httpclient/3.1.0/openstack4j-httpclient-3.1.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001068 if "json_patch" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001069 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001070 name = "json_patch",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001071 jar_sha256 = "2d6acbda3675e6f25b7b4ab338317006865a8416a69c2b5e1cfa8b8209fc10a1",
1072 licenses = ["notice"],
1073 jar_urls = ["http://repo1.maven.org/maven2/com/github/fge/json-patch/1.9/json-patch-1.9.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001074 if "jackson_coreutils" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001075 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001076 name = "jackson_coreutils",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001077 jar_sha256 = "d84b416924fb061a26c48a5c90e98cf4d4e718179eb1df702aa8f1021163eed6",
1078 licenses = ["notice"],
1079 jar_urls = ["http://repo1.maven.org/maven2/com/github/fge/jackson-coreutils/1.6/jackson-coreutils-1.6.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001080 if "btf" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001081 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001082 name = "btf",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001083 jar_sha256 = "38a380577a186718cb97ee8af58d4f40f7fbfdc23ff68b5f4b3c2c68a1d5c05d",
1084 licenses = ["notice"],
1085 jar_urls = ["http://repo1.maven.org/maven2/com/github/fge/btf/1.2/btf-1.2.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001086 if "msg_simple" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001087 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001088 name = "msg_simple",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001089 jar_sha256 = "c3c5add3971a9a7f1868beb7607780d73f36bb611c7505de01f1baf49ab4ff75",
1090 licenses = ["notice"],
1091 jar_urls = ["http://repo1.maven.org/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001092 if "snakeyaml" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001093 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001094 name = "snakeyaml",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001095 jar_sha256 = "79ea8aac6590f49ee8390c2f17ed9343079e85b44158a097b301dfee42af86ec",
1096 licenses = ["notice"],
1097 jar_urls = ["http://repo1.maven.org/maven2/org/yaml/snakeyaml/1.15/snakeyaml-1.15.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001098 if "onos_yang_model" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001099 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001100 name = "onos_yang_model",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001101 jar_sha256 = "4143c55d4eb06505d417c951304c37516777e5999efa30ca2196298d7d1dddb2",
1102 licenses = ["notice"],
1103 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-yang-model/2.5/onos-yang-model-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001104 if "onos_yang_compiler_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001105 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001106 name = "onos_yang_compiler_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001107 jar_sha256 = "c84e98c65f661b309fdd5ce60b410b57ebc66c339132429cdd60fdd02062a639",
1108 licenses = ["notice"],
1109 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-yang-compiler-api/2.5/onos-yang-compiler-api-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001110 if "onos_yang_compiler_main" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001111 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001112 name = "onos_yang_compiler_main",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001113 jar_sha256 = "dcab2b674f4f9013554d14ede26a0a780326a71dbdd8cbf54833db00fe3d424c",
1114 licenses = ["notice"],
1115 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-yang-compiler-main/2.5/onos-yang-compiler-main-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001116 if "onos_yang_runtime" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001117 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001118 name = "onos_yang_runtime",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001119 jar_sha256 = "caf63822276c8b4e20f749121c014428d29b9a50b8b077b23c1728b6c8fa360d",
1120 licenses = ["notice"],
1121 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-yang-runtime/2.5/onos-yang-runtime-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001122 if "onos_yang_serializers_json" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001123 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001124 name = "onos_yang_serializers_json",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001125 jar_sha256 = "eb3d449d6ed2f5d7db48a15ce3bb8777e5c0cfcb5a7b2de45a5a49602f627ab0",
1126 licenses = ["notice"],
1127 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-yang-serializers-json/2.5/onos-yang-serializers-json-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001128 if "onos_yang_serializers_xml" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001129 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001130 name = "onos_yang_serializers_xml",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001131 jar_sha256 = "220437816161d4acbacdced72253e4b39a8c23e1ce30611a4080c9b808e1a653",
1132 licenses = ["notice"],
1133 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-yang-serializers-xml/2.5/onos-yang-serializers-xml-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001134 if "onos_yang_serializers_utils" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001135 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001136 name = "onos_yang_serializers_utils",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001137 jar_sha256 = "05c78df7b4dcc75181e05a1b4a051d0bc2cd89a4ec8b1b9abdcf7298191ebc08",
1138 licenses = ["notice"],
1139 jar_urls = ["http://repo1.maven.org/maven2/org/onosproject/onos-yang-serializers-utils/2.5/onos-yang-serializers-utils-2.5.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001140 if "org_apache_servicemix_bundles_dom4j" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001141 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001142 name = "org_apache_servicemix_bundles_dom4j",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001143 jar_sha256 = "15abe1ccad24f4fd71a926959f1acd64d84878348deee12dcf4928ee4f1db3d5",
1144 licenses = ["notice"],
1145 jar_urls = ["http://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 Vachuska647a99c2018-08-20 16:41:32 -07001146 if "plexus_utils" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001147 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001148 name = "plexus_utils",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001149 jar_sha256 = "83ee748b12d06afb0ad4050a591132b3e8025fbb1990f1ed002e8b73293e69b4",
1150 licenses = ["notice"],
1151 jar_urls = ["http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001152 if "sshd_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001153 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001154 name = "sshd_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001155 jar_sha256 = "1b5a5e95cd50448cfe3b8262837facf220e29f3aee7cfa62d2529932de45c02a",
1156 licenses = ["notice"],
1157 jar_urls = ["http://repo1.maven.org/maven2/org/apache/sshd/sshd-core/1.4.0/sshd-core-1.4.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001158 if "bcpkix_jdk15on" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001159 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001160 name = "bcpkix_jdk15on",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001161 jar_sha256 = "601d85cfbcef76a1cb77cbf755a6234a4ba1d4c02a98d9a81028d471f388694f",
1162 licenses = ["notice"],
1163 jar_urls = ["http://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001164 if "bcprov_jdk15on" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001165 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001166 name = "bcprov_jdk15on",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001167 jar_sha256 = "1c31e44e331d25e46d293b3e8ee2d07028a67db011e74cb2443285aed1d59c85",
1168 licenses = ["notice"],
1169 jar_urls = ["http://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001170 if "hamcrest_optional" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001171 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001172 name = "hamcrest_optional",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001173 jar_sha256 = "003448296855b665d7c41c23096dbd7d880a1c58880c13c7a6aed1a0cb641eb6",
1174 licenses = ["notice"],
1175 jar_urls = ["http://repo1.maven.org/maven2/com/spotify/hamcrest-optional/1.1.0/hamcrest-optional-1.1.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001176 if "swagger_annotations" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001177 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001178 name = "swagger_annotations",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001179 jar_sha256 = "bd9a46c296bacb2a135330a2518fed1ea12a7be33dbf57f148d6c766e1aa0940",
1180 licenses = ["notice"],
1181 jar_urls = ["http://repo1.maven.org/maven2/io/swagger/swagger-annotations/1.5.16/swagger-annotations-1.5.16.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001182 if "kafka_clients" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001183 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001184 name = "kafka_clients",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001185 jar_sha256 = "c991a0db2416a065aaa52cbd2a8dad4812ddd6055dbee7b2c09e8a781e21ca6c",
1186 licenses = ["notice"],
1187 jar_urls = ["http://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.kafka-clients/0.8.2.2_1/org.apache.servicemix.bundles.kafka-clients-0.8.2.2_1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001188 if "tinder_xmpp" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001189 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001190 name = "tinder_xmpp",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001191 jar_sha256 = "8eb803e80bf621fa22b421d1c7eadfc48c78e583353e13bed3b2ddbcf1ee6769",
1192 licenses = ["notice"],
1193 jar_urls = ["http://repo1.maven.org/maven2/org/igniterealtime/tinder/1.3.0/tinder-1.3.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001194 if "aalto_xml" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001195 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001196 name = "aalto_xml",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001197 jar_sha256 = "7de8f7b2c640e36155b29565e68fd96f7c363c553bf65c4b5280115223820396",
1198 licenses = ["notice"],
1199 jar_urls = ["http://repo1.maven.org/maven2/com/fasterxml/aalto-xml/1.0.0/aalto-xml-1.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001200 if "stax2_api" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001201 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001202 name = "stax2_api",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001203 jar_sha256 = "605b25fb3fa710c3ce28e46e385ba17b4f1081361ae465fefb3c9241ae4de2a6",
1204 licenses = ["notice"],
1205 jar_urls = ["http://repo1.maven.org/maven2/org/codehaus/woodstox/stax2-api/4.0.0/stax2-api-4.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001206 if "concurrent_hashmap" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001207 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001208 name = "concurrent_hashmap",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001209 jar_sha256 = "dd624af33566e7077547862129520ab89103b1f2a8eb3db18dc72ea8de2fdd97",
1210 licenses = ["notice"],
1211 jar_urls = ["http://repo1.maven.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.0/concurrentlinkedhashmap-lru-1.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001212 if "gnu_idn" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001213 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001214 name = "gnu_idn",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001215 jar_sha256 = "ba491f1dff9b4fb211fe495fe6c52a38f76dcd861dadfcd2c93bea0f9fd18f03",
1216 licenses = ["notice"],
1217 jar_urls = ["http://repo1.maven.org/maven2/org/gnu/inet/libidn/1.15/libidn-1.15.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001218 if "sigar" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001219 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001220 name = "sigar",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001221 jar_sha256 = "5107e6b19b1d0ff2cfcd3baf0c25f0d444330273b1f2bec710e127c733f11455",
1222 licenses = ["notice"],
1223 jar_urls = ["http://repo1.maven.org/maven2/org/knowhowlab/osgi/sigar/1.6.5_01/sigar-1.6.5_01.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001224 if "runtime_grpc_core" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001225 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001226 name = "runtime_grpc_core",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001227 jar_sha256 = "3b44ca22df91034dc8d2e3fc404a623e6cc662287b82d5f32d4e1cae1f30cefb",
1228 licenses = ["notice"],
1229 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-core/1.14.0/grpc-core-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001230 if "runtime_grpc_context" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001231 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001232 name = "runtime_grpc_context",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001233 jar_sha256 = "d70c10bdd12cd62ba4563d0b060c6db8d9d8e6593a87791a122633b0c4fd70cc",
1234 licenses = ["notice"],
1235 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-context/1.14.0/grpc-context-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001236 if "runtime_grpc_stub" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001237 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001238 name = "runtime_grpc_stub",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001239 jar_sha256 = "96629499c47340a16e6ddfac705b68aa90129c10dfa659a0750adf4b5f958fad",
1240 licenses = ["notice"],
1241 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-stub/1.14.0/grpc-stub-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001242 if "runtime_grpc_netty" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001243 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001244 name = "runtime_grpc_netty",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001245 jar_sha256 = "44fb5890b32d30079e33654d14719363e5c86ae762f8c00ae3d68ef52618291a",
1246 licenses = ["notice"],
1247 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-netty/1.14.0/grpc-netty-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001248 if "runtime_grpc_auth" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001249 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001250 name = "runtime_grpc_auth",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001251 jar_sha256 = "854e4069110c770c483d863fc62eb3c17d776c4b9d4b1f38494b6a39ae186aaa",
1252 licenses = ["notice"],
1253 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-auth/1.14.0/grpc-auth-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001254 if "runtime_grpc_protobuf" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001255 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001256 name = "runtime_grpc_protobuf",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001257 jar_sha256 = "58cfe955238e854caeba371093f70252eaf151a7c82c2849970f682b3e460f4f",
1258 licenses = ["notice"],
1259 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.14.0/grpc-protobuf-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001260 if "runtime_grpc_protobuf_lite" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001261 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001262 name = "runtime_grpc_protobuf_lite",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001263 jar_sha256 = "083b4c678192461cdb1f46199de2ee5a6dd6c691fd8b1ae28c263de8aa219dd4",
1264 licenses = ["notice"],
1265 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.14.0/grpc-protobuf-lite-1.14.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001266 if "runtime_protobuf" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001267 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001268 name = "runtime_protobuf",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001269 jar_sha256 = "fb66d913ff0578553b2e28a3338cbbbe2657e6cfe0e98d939f23aea219daf508",
1270 licenses = ["notice"],
1271 jar_urls = ["http://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001272 if "grpc_core_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001273 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001274 name = "grpc_core_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001275 jar_sha256 = "5f5988c616a56b25bf413fdf01fd63c107257fdbc4b23367a073e17552907821",
1276 licenses = ["notice"],
1277 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-core/1.3.1/grpc-core-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001278 if "grpc_protobuf_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001279 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001280 name = "grpc_protobuf_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001281 jar_sha256 = "36dc04e5d31ab6d6405a21eb5110f178bfa1ae481aaef8b8cb2fe8675a7344f0",
1282 licenses = ["notice"],
1283 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-protobuf/1.3.1/grpc-protobuf-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001284 if "grpc_protobuf_lite_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001285 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001286 name = "grpc_protobuf_lite_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001287 jar_sha256 = "300229b1cef817a44221471c8e171b56f167226acbf74fc7776c7a421ec13792",
1288 licenses = ["notice"],
1289 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-protobuf-lite/1.3.1/grpc-protobuf-lite-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001290 if "grpc_stub_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001291 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001292 name = "grpc_stub_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001293 jar_sha256 = "ca3b1b8e68d31d3b12b2d2b7a989e7f74653de07a9465957f4840dbb55b777a7",
1294 licenses = ["notice"],
1295 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-stub/1.3.1/grpc-stub-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001296 if "grpc_netty_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001297 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001298 name = "grpc_netty_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001299 jar_sha256 = "6c72f0a2db9d4a10bfd24588f3c36180535f46000217addd34280fdefdf290d2",
1300 licenses = ["notice"],
1301 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-netty/1.3.1/grpc-netty-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001302 if "grpc_auth_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001303 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001304 name = "grpc_auth_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001305 jar_sha256 = "432360b6d5d6cb998bf1e051f1f5e12e5c70b3e633c1579ccced2f0478e528f5",
1306 licenses = ["notice"],
1307 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-auth/1.3.1/grpc-auth-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001308 if "protobuf_java_3_3_0" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001309 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001310 name = "protobuf_java_3_3_0",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001311 jar_sha256 = "f3411ade77523d5f0d013d4f25c36879e66f0c5e1e4310f7096d54d0d2553554",
1312 licenses = ["notice"],
1313 jar_urls = ["http://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001314 if "protobuf_java_3_2_0" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001315 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001316 name = "protobuf_java_3_2_0",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001317 jar_sha256 = "b1c2d420d2833429d11e405a58251e13bd7e3f22c266b49227c41e4d21361286",
1318 licenses = ["notice"],
1319 jar_urls = ["http://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.2.0/protobuf-java-3.2.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001320 if "grpc_testing_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001321 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001322 name = "grpc_testing_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001323 jar_sha256 = "d6c5a7ee5bb4d67608d7a8a01f7b8a95ab3f7d3df5d84e5aa5f61f90545f2dcd",
1324 licenses = ["notice"],
1325 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-testing/1.3.1/grpc-testing-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001326 if "grpc_testing_proto_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001327 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001328 name = "grpc_testing_proto_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001329 jar_sha256 = "5b52005cccdbdbf63c29e28aab13ab796509345cf306d819cd4118131dadc254",
1330 licenses = ["notice"],
1331 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-testing-proto/1.3.1/grpc-testing-proto-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001332 if "grpc_context_1_3_1" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001333 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001334 name = "grpc_context_1_3_1",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001335 jar_sha256 = "a644cb308edd21ebce57876052785f171735e0d04905e5ff20741d4642981e74",
1336 licenses = ["notice"],
1337 jar_urls = ["http://repo1.maven.org/maven2/io/grpc/grpc-context/1.3.1/grpc-context-1.3.1.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001338 if "google_truth_0_28" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001339 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001340 name = "google_truth_0_28",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001341 jar_sha256 = "1037ded3a681c74ce020e306f136b24a51c09c95667d8eda9ffc8f8136294f71",
1342 licenses = ["notice"],
1343 jar_urls = ["http://repo1.maven.org/maven2/com/google/truth/truth/0.28/truth-0.28.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001344 if "google_code_findbugs_3_0_0" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001345 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001346 name = "google_code_findbugs_3_0_0",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001347 jar_sha256 = "bec0b24dcb23f9670172724826584802b80ae6cbdaba03bdebdef9327b962f6a",
1348 licenses = ["notice"],
1349 jar_urls = ["http://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001350 if "google_errorprone_2_0_19" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001351 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001352 name = "google_errorprone_2_0_19",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001353 jar_sha256 = "cde78ace21e46398299d0d9c6be9f47b7f971c7f045d40c78f95be9a638cbf7e",
1354 licenses = ["notice"],
1355 jar_urls = ["http://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.0.19/error_prone_annotations-2.0.19.jar"], )
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001356 if "google_instrumentation_0_3_0" not in native.existing_rules():
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001357 java_import_external(
Thomas Vachuska647a99c2018-08-20 16:41:32 -07001358 name = "google_instrumentation_0_3_0",
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001359 jar_sha256 = "671f7147487877f606af2c7e39399c8d178c492982827305d3b1c7f5b04f1145",
1360 licenses = ["notice"],
1361 jar_urls = ["http://repo1.maven.org/maven2/com/google/instrumentation/instrumentation-api/0.3.0/instrumentation-api-0.3.0.jar"], )
Ray Milkey170d7fb2018-06-06 09:37:20 -07001362artifact_map = {}
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001363artifact_map["@aopalliance_repackaged//:aopalliance_repackaged"] = "mvn:org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b42"
1364artifact_map["@amqp_client//:amqp_client"] = "mvn:com.rabbitmq:amqp-client:jar:3.6.1"
1365artifact_map["@asm//:asm"] = "mvn:org.ow2.asm:asm:jar:5.0.4"
1366artifact_map["@atomix//:atomix"] = "mvn:io.atomix:atomix:jar:3.0.5"
1367artifact_map["@atomix_cluster//:atomix_cluster"] = "mvn:io.atomix:atomix-cluster:jar:3.0.5"
1368artifact_map["@atomix_gossip//:atomix_gossip"] = "mvn:io.atomix:atomix-gossip:jar:3.0.5"
1369artifact_map["@atomix_primary_backup//:atomix_primary_backup"] = "mvn:io.atomix:atomix-primary-backup:jar:3.0.5"
1370artifact_map["@atomix_primitive//:atomix_primitive"] = "mvn:io.atomix:atomix-primitive:jar:3.0.5"
1371artifact_map["@atomix_raft//:atomix_raft"] = "mvn:io.atomix:atomix-raft:jar:3.0.5"
1372artifact_map["@atomix_storage//:atomix_storage"] = "mvn:io.atomix:atomix-storage:jar:3.0.5"
1373artifact_map["@atomix_utils//:atomix_utils"] = "mvn:io.atomix:atomix-utils:jar:3.0.5"
1374artifact_map["@classgraph//:classgraph"] = "mvn:io.github.classgraph:classgraph:jar:4.0.6"
1375artifact_map["@commons_codec//:commons_codec"] = "mvn:commons-codec:commons-codec:jar:1.10"
1376artifact_map["@commons_cli//:commons_cli"] = "mvn:commons-cli:commons-cli:jar:1.3"
1377artifact_map["@commons_collections//:commons_collections"] = "mvn:commons-collections:commons-collections:jar:3.2.2"
1378artifact_map["@commons_configuration//:commons_configuration"] = "mvn:commons-configuration:commons-configuration:jar:1.10"
1379artifact_map["@commons_io//:commons_io"] = "mvn:commons-io:commons-io:jar:2.6"
1380artifact_map["@commons_jxpath//:commons_jxpath"] = "mvn:commons-jxpath:commons-jxpath:jar:1.3"
1381artifact_map["@commons_beanutils//:commons_beanutils"] = "mvn:commons-beanutils:commons-beanutils:jar:1.9.3"
1382artifact_map["@fast_classpath_scanner//:fast_classpath_scanner"] = "mvn:io.github.lukehutch:fast-classpath-scanner:jar:2.21"
1383artifact_map["@jdom//:jdom"] = "mvn:jdom:jdom:jar:NON-OSGI:1.0"
1384artifact_map["@commons_lang//:commons_lang"] = "mvn:commons-lang:commons-lang:jar:2.6"
1385artifact_map["@commons_lang3//:commons_lang3"] = "mvn:org.apache.commons:commons-lang3:jar:3.7"
1386artifact_map["@commons_logging//:commons_logging"] = "mvn:commons-logging:commons-logging:jar:1.2"
1387artifact_map["@commons_math3//:commons_math3"] = "mvn:org.apache.commons:commons-math3:jar:3.6.1"
1388artifact_map["@commons_net//:commons_net"] = "mvn:commons-net:commons-net:jar:3.5"
1389artifact_map["@commons_pool//:commons_pool"] = "mvn:commons-pool:commons-pool:jar:1.6"
1390artifact_map["@commons_text//:commons_text"] = "mvn:org.apache.commons:commons-text:jar:1.3"
1391artifact_map["@concurrent_trees//:concurrent_trees"] = "mvn:com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1"
1392artifact_map["@easymock//:easymock"] = "mvn:org.easymock:easymock:jar:3.6"
1393artifact_map["@antlr//:antlr"] = "mvn:antlr:antlr:jar:NON-OSGI:2.7.7"
1394artifact_map["@ganymed_ssh2//:ganymed_ssh2"] = "mvn:ch.ethz.ganymed:ganymed-ssh2:jar:NON-OSGI:262"
1395artifact_map["@gmetric4j//:gmetric4j"] = "mvn:info.ganglia.gmetric4j:gmetric4j:jar:1.0.10"
1396artifact_map["@com_google_code_gson_gson//:com_google_code_gson_gson"] = "mvn:com.google.code.gson:gson:jar:2.7"
1397artifact_map["@com_google_guava_guava//:com_google_guava_guava"] = "mvn:com.google.guava:guava:jar:22.0"
1398artifact_map["@com_google_guava_guava_testlib//:com_google_guava_guava_testlib"] = "mvn:com.google.guava:guava-testlib:jar:NON-OSGI:22.0"
1399artifact_map["@hamcrest_all//:hamcrest_all"] = "mvn:org.hamcrest:hamcrest-all:jar:NON-OSGI:1.3"
1400artifact_map["@hk2_api//:hk2_api"] = "mvn:org.glassfish.hk2:hk2-api:jar:2.5.0-b42"
1401artifact_map["@hk2_locator//:hk2_locator"] = "mvn:org.glassfish.hk2:hk2-locator:jar:2.5.0-b42"
1402artifact_map["@hk2_osgi_resource_locator//:hk2_osgi_resource_locator"] = "mvn:org.glassfish.hk2:osgi-resource-locator:jar:1.0.1"
1403artifact_map["@hk2_utils//:hk2_utils"] = "mvn:org.glassfish.hk2:hk2-utils:jar:2.5.0-b42"
1404artifact_map["@httpclient_osgi//:httpclient_osgi"] = "mvn:org.apache.httpcomponents:httpclient-osgi:jar:4.5.1"
1405artifact_map["@httpcore_osgi//:httpcore_osgi"] = "mvn:org.apache.httpcomponents:httpcore-osgi:jar:4.4.4"
1406artifact_map["@influxdb_java//:influxdb_java"] = "mvn:org.influxdb:influxdb-java:jar:NON-OSGI:2.9"
boyoung21c5f5f42018-09-27 20:29:41 +09001407artifact_map["@simpleclient//:simpleclient"] = "mvn:io.prometheus:simpleclient:jar:0.5.0"
1408artifact_map["@simpleclient_common//:simpleclient_common"] = "mvn:io.prometheus:simpleclient_common:jar:0.5.0"
1409artifact_map["@simpleclient_hotspot//:simpleclient_hotspot"] = "mvn:io.prometheus:simpleclient_hotspot:jar:0.5.0"
1410artifact_map["@simpleclient_servlet//:simpleclient_servlet"] = "mvn:io.prometheus:simpleclient_servlet:jar:0.5.0"
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001411artifact_map["@retrofit//:retrofit"] = "mvn:com.squareup.retrofit2:retrofit:jar:NON-OSGI:2.3.0"
1412artifact_map["@converter_moshi//:converter_moshi"] = "mvn:com.squareup.retrofit2:converter-moshi:jar:NON-OSGI:2.3.0"
1413artifact_map["@okhttp//:okhttp"] = "mvn:com.squareup.okhttp3:okhttp:jar:NON-OSGI:3.9.1"
1414artifact_map["@logging_interceptor//:logging_interceptor"] = "mvn:com.squareup.okhttp3:logging-interceptor:jar:NON-OSGI:3.9.1"
1415artifact_map["@moshi//:moshi"] = "mvn:com.squareup.moshi:moshi:jar:NON-OSGI:1.4.0"
1416artifact_map["@okio//:okio"] = "mvn:com.squareup.okio:okio:jar:NON-OSGI:1.14.0"
1417artifact_map["@jackson_annotations//:jackson_annotations"] = "mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.9.5"
1418artifact_map["@jackson_core//:jackson_core"] = "mvn:com.fasterxml.jackson.core:jackson-core:jar:2.9.5"
1419artifact_map["@jackson_databind//:jackson_databind"] = "mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.9.5"
1420artifact_map["@javax_annotation_api_mvn//:javax_annotation_api_mvn"] = "mvn:javax.annotation:javax.annotation-api:jar:1.2"
1421artifact_map["@javax_inject//:javax_inject"] = "mvn:org.glassfish.hk2.external:javax.inject:jar:2.5.0-b42"
1422artifact_map["@javax_ws_rs_api//:javax_ws_rs_api"] = "mvn:javax.ws.rs:javax.ws.rs-api:jar:2.1"
1423artifact_map["@jersey_client//:jersey_client"] = "mvn:org.glassfish.jersey.core:jersey-client:jar:2.26"
1424artifact_map["@jersey_security//:jersey_security"] = "mvn:org.glassfish.jersey.security:oauth2-client:jar:NON-OSGI:2.26"
1425artifact_map["@jersey_common//:jersey_common"] = "mvn:org.glassfish.jersey.core:jersey-common:jar:2.26"
1426artifact_map["@jersey_container_jetty_http//:jersey_container_jetty_http"] = "mvn:org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.26"
1427artifact_map["@jersey_container_servlet//:jersey_container_servlet"] = "mvn:org.glassfish.jersey.containers:jersey-container-servlet:jar:2.26"
1428artifact_map["@jersey_container_servlet_core//:jersey_container_servlet_core"] = "mvn:org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.26"
1429artifact_map["@jersey_media_multipart//:jersey_media_multipart"] = "mvn:org.glassfish.jersey.media:jersey-media-multipart:jar:2.26"
1430artifact_map["@jersey_media_sse//:jersey_media_sse"] = "mvn:org.glassfish.jersey.media:jersey-media-sse:jar:2.26"
1431artifact_map["@jersey_server//:jersey_server"] = "mvn:org.glassfish.jersey.core:jersey-server:jar:2.26"
1432artifact_map["@jersey_hk2//:jersey_hk2"] = "mvn:org.glassfish.jersey.inject:jersey-hk2:jar:2.26"
1433artifact_map["@jersey_test_framework_core//:jersey_test_framework_core"] = "mvn:org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:NON-OSGI:2.26"
1434artifact_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.26"
1435artifact_map["@jetty_util//:jetty_util"] = "mvn:org.eclipse.jetty:jetty-util:jar:9.2.21.v20170120"
1436artifact_map["@jetty_websocket//:jetty_websocket"] = "mvn:org.eclipse.jetty:jetty-websocket:jar:8.1.19.v20160209"
1437artifact_map["@jetty_server//:jetty_server"] = "mvn:org.eclipse.jetty:jetty-server:jar:9.2.21.v20170120"
boyoung21c5f5f42018-09-27 20:29:41 +09001438artifact_map["@jetty_servlet//:jetty_servlet"] = "mvn:org.eclipse.jetty:jetty-servlet:jar:9.2.26.v20180806"
1439artifact_map["@jetty_security//:jetty_security"] = "mvn:org.eclipse.jetty:jetty-security:jar:9.2.21.v20170120"
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001440artifact_map["@jetty_continuation//:jetty_continuation"] = "mvn:org.eclipse.jetty:jetty-continuation:jar:9.2.21.v20170120"
1441artifact_map["@jetty_http//:jetty_http"] = "mvn:org.eclipse.jetty:jetty-http:jar:9.2.21.v20170120"
1442artifact_map["@jetty_io//:jetty_io"] = "mvn:org.eclipse.jetty:jetty-io:jar:9.2.21.v20170120"
1443artifact_map["@javax_servlet_api//:javax_servlet_api"] = "mvn:javax.servlet:javax.servlet-api:jar:3.1.0"
1444artifact_map["@joda_time//:joda_time"] = "mvn:joda-time:joda-time:jar:2.9.3"
1445artifact_map["@jsch//:jsch"] = "mvn:com.jcraft:jsch:jar:NON-OSGI:0.1.53"
1446artifact_map["@com_google_code_findbugs_jsr305//:com_google_code_findbugs_jsr305"] = "mvn:com.google.code.findbugs:jsr305:jar:3.0.1"
1447artifact_map["@junit//:junit"] = "mvn:junit:junit:jar:NON-OSGI:4.12"
1448artifact_map["@junit_dep//:junit_dep"] = "mvn:junit:junit:jar:NON-OSGI:4.10"
1449artifact_map["@kryo//:kryo"] = "mvn:com.esotericsoftware:kryo:jar:4.0.1"
1450artifact_map["@mapdb//:mapdb"] = "mvn:org.mapdb:mapdb:jar:1.0.9"
1451artifact_map["@metrics_core//:metrics_core"] = "mvn:io.dropwizard.metrics:metrics-core:jar:3.2.2"
1452artifact_map["@metrics_ganglia//:metrics_ganglia"] = "mvn:io.dropwizard.metrics:metrics-ganglia:jar:3.2.2"
1453artifact_map["@metrics_graphite//:metrics_graphite"] = "mvn:io.dropwizard.metrics:metrics-graphite:jar:3.2.2"
1454artifact_map["@metrics_influxdb//:metrics_influxdb"] = "mvn:com.izettle:metrics-influxdb:jar:NON-OSGI:1.1.1"
1455artifact_map["@metrics_json//:metrics_json"] = "mvn:io.dropwizard.metrics:metrics-json:jar:3.2.2"
1456artifact_map["@minimal_json//:minimal_json"] = "mvn:com.eclipsesource.minimal-json:minimal-json:jar:0.9.4"
1457artifact_map["@minlog//:minlog"] = "mvn:com.esotericsoftware:minlog:jar:1.3.0"
1458artifact_map["@io_netty_netty//:io_netty_netty"] = "mvn:io.netty:netty:jar:3.10.5.Final"
1459artifact_map["@io_netty_netty_buffer//:io_netty_netty_buffer"] = "mvn:io.netty:netty-buffer:jar:4.1.27.Final"
1460artifact_map["@io_netty_netty_codec//:io_netty_netty_codec"] = "mvn:io.netty:netty-codec:jar:4.1.27.Final"
1461artifact_map["@io_netty_netty_common//:io_netty_netty_common"] = "mvn:io.netty:netty-common:jar:4.1.27.Final"
1462artifact_map["@io_netty_netty_handler//:io_netty_netty_handler"] = "mvn:io.netty:netty-handler:jar:4.1.27.Final"
1463artifact_map["@io_netty_netty_handler_proxy//:io_netty_netty_handler_proxy"] = "mvn:io.netty:netty-handler-proxy:jar:4.1.27.Final"
1464artifact_map["@io_netty_netty_transport//:io_netty_netty_transport"] = "mvn:io.netty:netty-transport:jar:4.1.27.Final"
1465artifact_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.27.Final"
1466artifact_map["@io_netty_netty_transport_native_epoll//:io_netty_netty_transport_native_epoll"] = "mvn:io.netty:netty-transport-native-epoll:jar:4.1.27.Final"
1467artifact_map["@io_netty_netty_resolver//:io_netty_netty_resolver"] = "mvn:io.netty:netty-resolver:jar:4.1.27.Final"
1468artifact_map["@io_netty_netty_codec_http2//:io_netty_netty_codec_http2"] = "mvn:io.netty:netty-codec-http2:jar:4.1.27.Final"
1469artifact_map["@io_netty_netty_codec_http//:io_netty_netty_codec_http"] = "mvn:io.netty:netty-codec-http:jar:4.1.27.Final"
1470artifact_map["@io_netty_netty_codec_socks//:io_netty_netty_codec_socks"] = "mvn:io.netty:netty-codec-socks:jar:4.1.27.Final"
1471artifact_map["@objenesis//:objenesis"] = "mvn:org.objenesis:objenesis:jar:2.6"
1472artifact_map["@openflowj//:openflowj"] = "mvn:org.onosproject:openflowj:jar:3.2.1.onos"
1473artifact_map["@org_apache_felix_framework_security//:org_apache_felix_framework_security"] = "mvn:org.onosproject:org.apache.felix.framework.security:jar:2.2.0.onos"
1474artifact_map["@org_apache_felix_scr//:org_apache_felix_scr"] = "mvn:org.apache.felix:org.apache.felix.scr:jar:1.8.2"
1475artifact_map["@org_apache_felix_scr_annotations//:org_apache_felix_scr_annotations"] = "mvn:org.apache.felix:org.apache.felix.scr.annotations:jar:NON-OSGI:1.9.12"
1476artifact_map["@org_apache_karaf_features_core//:org_apache_karaf_features_core"] = "mvn:org.apache.karaf.features:org.apache.karaf.features.core:jar:3.0.8"
1477artifact_map["@org_apache_karaf_shell_console//:org_apache_karaf_shell_console"] = "mvn:org.apache.karaf.shell:org.apache.karaf.shell.console:jar:3.0.8"
1478artifact_map["@org_apache_httpcomponents_httpasyncclient_osgi//:org_apache_httpcomponents_httpasyncclient_osgi"] = "mvn:org.apache.httpcomponents:httpasyncclient-osgi:jar:4.1.2"
1479artifact_map["@org_apache_httpcomponents_httpcore_nio//:org_apache_httpcomponents_httpcore_nio"] = "mvn:org.apache.httpcomponents:httpcore-nio:jar:NON-OSGI:4.4.4"
1480artifact_map["@org_apache_karaf_jaas//:org_apache_karaf_jaas"] = "mvn:org.apache.karaf.jaas:org.apache.karaf.jaas.modules:jar:3.0.8"
1481artifact_map["@org_apache_karaf_system_core//:org_apache_karaf_system_core"] = "mvn:org.apache.karaf.system:org.apache.karaf.system.core:jar:3.0.8"
1482artifact_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"
1483artifact_map["@org_osgi_compendium//:org_osgi_compendium"] = "mvn:org.osgi:org.osgi.compendium:jar:5.0.0"
1484artifact_map["@osgi_core//:osgi_core"] = "mvn:org.osgi:org.osgi.core:jar:5.0.0"
1485artifact_map["@reflectasm//:reflectasm"] = "mvn:com.esotericsoftware:reflectasm:jar:1.11.0"
1486artifact_map["@remotetea_oncrpc//:remotetea_oncrpc"] = "mvn:org.acplt.remotetea:remotetea-oncrpc:jar:1.1.3"
1487artifact_map["@rrd4j//:rrd4j"] = "mvn:org.rrd4j:rrd4j:jar:NON-OSGI:3.1"
1488artifact_map["@javassist//:javassist"] = "mvn:org.javassist:javassist:jar:3.22.0-GA"
1489artifact_map["@mimepull//:mimepull"] = "mvn:org.jvnet.mimepull:mimepull:jar:1.9.6"
1490artifact_map["@servlet_api//:servlet_api"] = "mvn:javax.servlet:servlet-api:jar:NON-OSGI:2.5"
1491artifact_map["@slf4j_api//:slf4j_api"] = "mvn:org.slf4j:slf4j-api:jar:1.7.25"
1492artifact_map["@slf4j_jdk14//:slf4j_jdk14"] = "mvn:org.slf4j:slf4j-jdk14:jar:1.7.25"
1493artifact_map["@slf4j_nop//:slf4j_nop"] = "mvn:org.slf4j:slf4j-nop:jar:1.7.25"
1494artifact_map["@typesafe_config//:typesafe_config"] = "mvn:com.typesafe:config:jar:1.3.2"
1495artifact_map["@validation_api//:validation_api"] = "mvn:javax.validation:validation-api:jar:1.1.0.Final"
1496artifact_map["@checkstyle//:checkstyle"] = "mvn:com.puppycrawl.tools:checkstyle:jar:NON-OSGI:8.10"
1497artifact_map["@apache_karaf//:apache_karaf"] = "http://repo1.maven.org/maven2/org/onosproject/apache-karaf-offline/3.0.8/apache-karaf-offline-3.0.8.tar.gz"
1498artifact_map["@apache_karaf_patches//:apache_karaf_patches"] = "http://repo1.maven.org/maven2/org/onosproject/onos-apache-karaf-patches/3.0.8/onos-apache-karaf-patches-3.0.8.tar.gz"
Ray Milkey51bee8d2018-09-10 10:01:35 -07001499artifact_map["@bndlib//:bndlib"] = "mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:4.0.0"
1500artifact_map["@bndexe//:bndexe"] = "mvn:biz.aQute.bnd:biz.aQute.bnd:jar:4.0.0"
Ray Milkeya8ac7e32018-09-04 15:52:14 -07001501artifact_map["@libthrift//:libthrift"] = "mvn:org.apache.thrift:libthrift:jar:0.9.3"
1502artifact_map["@qdox//:qdox"] = "mvn:com.thoughtworks.qdox:qdox:jar:NON-OSGI:2.0-M3"
1503artifact_map["@org_apache_felix_scr_bnd//:org_apache_felix_scr_bnd"] = "https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/org.apache.felix.scr.bnd/1.4.1-SNAPSHOT/org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar"
1504artifact_map["@snmp_core//:snmp_core"] = "mvn:org.onosproject:snmp-core:jar:1.3-20161021.1"
1505artifact_map["@mibs_net_snmp//:mibs_net_snmp"] = "mvn:org.onosproject:mibbler-mibs-net-snmp:jar:1.0-20151221.1"
1506artifact_map["@mibs_rfc//:mibs_rfc"] = "mvn:org.onosproject:mibbler-mibs-rfc:jar:1.0-20151221.1"
1507artifact_map["@io_socket_client//:io_socket_client"] = "mvn:io.socket:socket.io-client:jar:NON-OSGI:0.8.3"
1508artifact_map["@json//:json"] = "mvn:org.json:json:jar:NON-OSGI:20090211"
1509artifact_map["@engine_io_client//:engine_io_client"] = "mvn:io.socket:engine.io-client:jar:NON-OSGI:0.8.3"
1510artifact_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.0.0"
1511artifact_map["@com_google_errorprone_error_prone_annotations//:com_google_errorprone_error_prone_annotations"] = "mvn:com.google.errorprone:error_prone_annotations:jar:NON-OSGI:2.1.2"
1512artifact_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.9.0"
1513artifact_map["@io_opencensus_opencensus_api//:io_opencensus_opencensus_api"] = "mvn:io.opencensus:opencensus-api:jar:NON-OSGI:0.12.3"
1514artifact_map["@io_opencensus_opencensus_contrib_grpc_metrics//:io_opencensus_opencensus_contrib_grpc_metrics"] = "mvn:io.opencensus:opencensus-contrib-grpc-metrics:jar:NON-OSGI:0.12.3"
1515artifact_map["@openstack4j_core//:openstack4j_core"] = "mvn:org.pacesys:openstack4j-core:jar:3.1.0"
1516artifact_map["@openstack4j_http_connector//:openstack4j_http_connector"] = "mvn:org.pacesys.openstack4j.connectors:openstack4j-http-connector:jar:3.1.0"
1517artifact_map["@openstack4j_httpclient//:openstack4j_httpclient"] = "mvn:org.pacesys.openstack4j.connectors:openstack4j-httpclient:jar:3.1.0"
1518artifact_map["@json_patch//:json_patch"] = "mvn:com.github.fge:json-patch:jar:1.9"
1519artifact_map["@jackson_coreutils//:jackson_coreutils"] = "mvn:com.github.fge:jackson-coreutils:jar:1.6"
1520artifact_map["@btf//:btf"] = "mvn:com.github.fge:btf:jar:1.2"
1521artifact_map["@msg_simple//:msg_simple"] = "mvn:com.github.fge:msg-simple:jar:1.1"
1522artifact_map["@snakeyaml//:snakeyaml"] = "mvn:org.yaml:snakeyaml:jar:1.15"
1523artifact_map["@onos_yang_model//:onos_yang_model"] = "mvn:org.onosproject:onos-yang-model:jar:2.5"
1524artifact_map["@onos_yang_compiler_api//:onos_yang_compiler_api"] = "mvn:org.onosproject:onos-yang-compiler-api:jar:2.5"
1525artifact_map["@onos_yang_compiler_main//:onos_yang_compiler_main"] = "mvn:org.onosproject:onos-yang-compiler-main:jar:2.5"
1526artifact_map["@onos_yang_runtime//:onos_yang_runtime"] = "mvn:org.onosproject:onos-yang-runtime:jar:2.5"
1527artifact_map["@onos_yang_serializers_json//:onos_yang_serializers_json"] = "mvn:org.onosproject:onos-yang-serializers-json:jar:2.5"
1528artifact_map["@onos_yang_serializers_xml//:onos_yang_serializers_xml"] = "mvn:org.onosproject:onos-yang-serializers-xml:jar:2.5"
1529artifact_map["@onos_yang_serializers_utils//:onos_yang_serializers_utils"] = "mvn:org.onosproject:onos-yang-serializers-utils:jar:2.5"
1530artifact_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"
1531artifact_map["@plexus_utils//:plexus_utils"] = "mvn:org.codehaus.plexus:plexus-utils:jar:NON-OSGI:3.0.24"
1532artifact_map["@sshd_core//:sshd_core"] = "mvn:org.apache.sshd:sshd-core:jar:1.4.0"
1533artifact_map["@bcpkix_jdk15on//:bcpkix_jdk15on"] = "mvn:org.bouncycastle:bcpkix-jdk15on:jar:1.59"
1534artifact_map["@bcprov_jdk15on//:bcprov_jdk15on"] = "mvn:org.bouncycastle:bcprov-jdk15on:jar:1.59"
1535artifact_map["@hamcrest_optional//:hamcrest_optional"] = "mvn:com.spotify:hamcrest-optional:jar:NON-OSGI:1.1.0"
1536artifact_map["@swagger_annotations//:swagger_annotations"] = "mvn:io.swagger:swagger-annotations:jar:1.5.16"
1537artifact_map["@kafka_clients//:kafka_clients"] = "mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.kafka-clients:jar:0.8.2.2_1"
1538artifact_map["@tinder_xmpp//:tinder_xmpp"] = "mvn:org.igniterealtime:tinder:jar:NON-OSGI:1.3.0"
1539artifact_map["@aalto_xml//:aalto_xml"] = "mvn:com.fasterxml:aalto-xml:jar:1.0.0"
1540artifact_map["@stax2_api//:stax2_api"] = "mvn:org.codehaus.woodstox:stax2-api:jar:4.0.0"
1541artifact_map["@concurrent_hashmap//:concurrent_hashmap"] = "mvn:com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:NON-OSGI:1.0"
1542artifact_map["@gnu_idn//:gnu_idn"] = "mvn:org.gnu.inet:libidn:jar:NON-OSGI:1.15"
1543artifact_map["@sigar//:sigar"] = "mvn:org.knowhowlab.osgi:sigar:jar:1.6.5_01"
1544artifact_map["@runtime_grpc_core//:runtime_grpc_core"] = "mvn:io.grpc:grpc-core:jar:NON-OSGI:1.14.0"
1545artifact_map["@runtime_grpc_context//:runtime_grpc_context"] = "mvn:io.grpc:grpc-context:jar:NON-OSGI:1.14.0"
1546artifact_map["@runtime_grpc_stub//:runtime_grpc_stub"] = "mvn:io.grpc:grpc-stub:jar:NON-OSGI:1.14.0"
1547artifact_map["@runtime_grpc_netty//:runtime_grpc_netty"] = "mvn:io.grpc:grpc-netty:jar:NON-OSGI:1.14.0"
1548artifact_map["@runtime_grpc_auth//:runtime_grpc_auth"] = "mvn:io.grpc:grpc-auth:jar:NON-OSGI:1.14.0"
1549artifact_map["@runtime_grpc_protobuf//:runtime_grpc_protobuf"] = "mvn:io.grpc:grpc-protobuf:jar:NON-OSGI:1.14.0"
1550artifact_map["@runtime_grpc_protobuf_lite//:runtime_grpc_protobuf_lite"] = "mvn:io.grpc:grpc-protobuf-lite:jar:NON-OSGI:1.14.0"
1551artifact_map["@runtime_protobuf//:runtime_protobuf"] = "mvn:com.google.protobuf:protobuf-java:jar:3.6.1"
1552artifact_map["@grpc_core_1_3_1//:grpc_core_1_3_1"] = "mvn:io.grpc:grpc-core:jar:NON-OSGI:1.3.1"
1553artifact_map["@grpc_protobuf_1_3_1//:grpc_protobuf_1_3_1"] = "mvn:io.grpc:grpc-protobuf:jar:NON-OSGI:1.3.1"
1554artifact_map["@grpc_protobuf_lite_1_3_1//:grpc_protobuf_lite_1_3_1"] = "mvn:io.grpc:grpc-protobuf-lite:jar:NON-OSGI:1.3.1"
1555artifact_map["@grpc_stub_1_3_1//:grpc_stub_1_3_1"] = "mvn:io.grpc:grpc-stub:jar:NON-OSGI:1.3.1"
1556artifact_map["@grpc_netty_1_3_1//:grpc_netty_1_3_1"] = "mvn:io.grpc:grpc-netty:jar:NON-OSGI:1.3.1"
1557artifact_map["@grpc_auth_1_3_1//:grpc_auth_1_3_1"] = "mvn:io.grpc:grpc-auth:jar:NON-OSGI:1.3.1"
1558artifact_map["@protobuf_java_3_3_0//:protobuf_java_3_3_0"] = "mvn:com.google.protobuf:protobuf-java:jar:3.3.0"
1559artifact_map["@protobuf_java_3_2_0//:protobuf_java_3_2_0"] = "mvn:com.google.protobuf:protobuf-java:jar:3.2.0"
1560artifact_map["@grpc_testing_1_3_1//:grpc_testing_1_3_1"] = "mvn:io.grpc:grpc-testing:jar:NON-OSGI:1.3.1"
1561artifact_map["@grpc_testing_proto_1_3_1//:grpc_testing_proto_1_3_1"] = "mvn:io.grpc:grpc-testing-proto:jar:NON-OSGI:1.3.1"
1562artifact_map["@grpc_context_1_3_1//:grpc_context_1_3_1"] = "mvn:io.grpc:grpc-context:jar:NON-OSGI:1.3.1"
1563artifact_map["@google_truth_0_28//:google_truth_0_28"] = "mvn:com.google.truth:truth:jar:NON-OSGI:0.28"
1564artifact_map["@google_code_findbugs_3_0_0//:google_code_findbugs_3_0_0"] = "mvn:com.google.code.findbugs:jsr305:jar:NON-OSGI:3.0.0"
1565artifact_map["@google_errorprone_2_0_19//:google_errorprone_2_0_19"] = "mvn:com.google.errorprone:error_prone_annotations:jar:NON-OSGI:2.0.19"
1566artifact_map["@google_instrumentation_0_3_0//:google_instrumentation_0_3_0"] = "mvn:com.google.instrumentation:instrumentation-api:jar:NON-OSGI:0.3.0"
Ray Milkey170d7fb2018-06-06 09:37:20 -07001567
1568def maven_coordinates(label):
1569 label_string = str(label)
1570 if label_string in artifact_map:
1571 return artifact_map[label_string]
Thomas Vachuskaac9e5242018-07-19 16:15:39 -07001572 if (label_string.endswith(":jar")):
1573 label_string = label_string.replace(":jar", "")
1574 if label_string in artifact_map:
1575 return artifact_map[label_string]
1576 if type(label) == "string":
1577 return "mvn:%s:%s:%s" % (ONOS_GROUP_ID, label_string, ONOS_VERSION)
1578 return "mvn:%s:%s:%s" % (ONOS_GROUP_ID, label.name, ONOS_VERSION)