Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 1 | # ***** This file was auto-generated at Mon Apr 25 15:01:03 PDT 2016. Do not edit this file manually. ***** |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 2 | java_library( |
| 3 | name = 'COMPILE', |
| 4 | visibility = ['PUBLIC'], |
| 5 | exported_deps = [ |
| 6 | ':joda-time', |
| 7 | ':commons-configuration', |
| 8 | ':commons-logging', |
| 9 | ':commons-collections', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 10 | ':commons-lang', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | ':commons-lang3', |
| 12 | ':commons-io', |
| 13 | ':commons-pool', |
| 14 | ':objenesis', |
| 15 | ':guava', |
| 16 | ':netty', |
| 17 | ':netty-common', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 18 | ':minimal-json', |
| 19 | ':kryo', |
| 20 | ':reflectasm', |
| 21 | ':asm', |
| 22 | ':minlog', |
| 23 | ':metrics-core', |
| 24 | ':metrics-json', |
| 25 | ':slf4j-api', |
| 26 | ':osgi-core', |
| 27 | ':org.osgi.compendium', |
| 28 | ':org.apache.felix.scr.annotations', |
| 29 | ':org.apache.felix.scr', |
| 30 | ':jackson-annotations', |
| 31 | ':jackson-core', |
| 32 | ':jackson-databind', |
| 33 | ':org.apache.karaf.features.core', |
| 34 | ':org.apache.karaf.system.core', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 35 | ':jsr305', |
| 36 | ], |
| 37 | ) |
| 38 | |
| 39 | java_library( |
| 40 | name = 'CORE_DEPS', |
| 41 | visibility = ['PUBLIC'], |
| 42 | exported_deps = [ |
| 43 | ':COMPILE', |
| 44 | '//core/api:onos-api', |
| 45 | '//utils/misc:onlab-misc', |
| 46 | '//utils/osgi:onlab-osgi', |
| 47 | ], |
| 48 | ) |
| 49 | |
| 50 | java_library( |
| 51 | name = 'TEST', |
| 52 | visibility = ['PUBLIC'], |
| 53 | exported_deps = [ |
| 54 | ':junit', |
| 55 | ':easymock', |
| 56 | ':hamcrest-core', |
| 57 | ':hamcrest-library', |
| 58 | ':hamcrest-all', |
| 59 | ':guava-testlib', |
| 60 | '//utils/junit:onlab-junit', |
| 61 | ], |
| 62 | ) |
| 63 | |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 64 | java_library( |
| 65 | name = 'TEST_ADAPTERS', |
| 66 | visibility = ['PUBLIC'], |
| 67 | exported_deps = [ |
| 68 | ':TEST', |
| 69 | '//core/common:onos-core-common', |
| 70 | '//core/api:onos-api-tests', |
| 71 | '//core/common:onos-core-common-tests', |
| 72 | ], |
| 73 | ) |
| 74 | |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 75 | java_library( |
| 76 | name = 'TEST_REST', |
| 77 | visibility = ['PUBLIC'], |
| 78 | exported_deps = [ |
| 79 | ':TEST_ADAPTERS', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 80 | ':jersey-client', |
| 81 | ':jersey-server', |
| 82 | ':jersey-common', |
| 83 | ':jersey-test-framework-core', |
Jian Li | 4fb7177 | 2016-04-20 09:41:56 -0700 | [diff] [blame] | 84 | ':jersey-test-framework-jetty', |
| 85 | ':jersey-container-jetty-http', |
| 86 | ':jetty-continuation', |
| 87 | ':jetty-http', |
Jian Li | 4fb7177 | 2016-04-20 09:41:56 -0700 | [diff] [blame] | 88 | ':jetty-server', |
| 89 | ':jetty-io', |
| 90 | ':jetty-util', |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 91 | ':javax.servlet-api', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 92 | ':jersey-guava', |
| 93 | ':hk2-api', |
| 94 | ':hk2-locator', |
| 95 | ':hk2-utils', |
| 96 | ':javax.inject', |
| 97 | ':hk2-osgi-resource-locator', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 98 | ':javax.annotation-api', |
| 99 | ':validation-api', |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 100 | '//core/common:onos-core-common', |
| 101 | '//core/api:onos-api-tests', |
| 102 | '//core/common:onos-core-common-tests', |
| 103 | '//utils/osgi:onlab-osgi-tests', |
| 104 | ], |
| 105 | ) |
| 106 | |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 107 | prebuilt_jar( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 108 | name = 'gmetric4j', |
| 109 | binary_jar = ':gmetric4j-1.0.10.jar', |
| 110 | maven_coords = 'info.ganglia.gmetric4j:gmetric4j:1.0.10', |
| 111 | visibility = [ 'PUBLIC' ], |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 112 | ) |
| 113 | |
| 114 | remote_file( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 115 | name = 'gmetric4j-1.0.10.jar', |
| 116 | out = 'gmetric4j-1.0.10.jar', |
| 117 | url = 'mvn:info.ganglia.gmetric4j:gmetric4j:jar:1.0.10', |
| 118 | sha1 = '3d62003123b586adb86cb028cc0f8a8c3a701d81', |
| 119 | ) |
| 120 | |
| 121 | prebuilt_jar( |
| 122 | name = 'aopalliance-repackaged', |
| 123 | binary_jar = ':aopalliance-repackaged-2.4.0-b34.jar', |
| 124 | maven_coords = 'org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34', |
| 125 | visibility = [ 'PUBLIC' ], |
| 126 | ) |
| 127 | |
| 128 | remote_file( |
| 129 | name = 'aopalliance-repackaged-2.4.0-b34.jar', |
| 130 | out = 'aopalliance-repackaged-2.4.0-b34.jar', |
| 131 | url = 'mvn:org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34', |
| 132 | sha1 = '3d5e856dbc91a3a2b0bcb3a3424f8b62421ae4cf', |
| 133 | ) |
| 134 | |
| 135 | prebuilt_jar( |
| 136 | name = 'asm', |
| 137 | binary_jar = ':asm-4.2.jar', |
| 138 | maven_coords = 'org.ow2.asm:asm:4.2', |
| 139 | visibility = [ 'PUBLIC' ], |
| 140 | ) |
| 141 | |
| 142 | remote_file( |
| 143 | name = 'asm-4.2.jar', |
| 144 | out = 'asm-4.2.jar', |
| 145 | url = 'mvn:org.ow2.asm:asm:jar:4.2', |
| 146 | sha1 = '4b2c12b92dd045aeabf5b2aeeb3220bf010da9d4', |
| 147 | ) |
| 148 | |
| 149 | prebuilt_jar( |
| 150 | name = 'atomix', |
| 151 | binary_jar = ':atomix-1.0.0-rc3.jar', |
| 152 | maven_coords = 'io.atomix:atomix:1.0.0-rc3', |
| 153 | visibility = [ 'PUBLIC' ], |
| 154 | ) |
| 155 | |
| 156 | remote_file( |
| 157 | name = 'atomix-1.0.0-rc3.jar', |
| 158 | out = 'atomix-1.0.0-rc3.jar', |
| 159 | url = 'mvn:io.atomix:atomix:jar:1.0.0-rc3', |
| 160 | sha1 = 'a572aa9cd069b2d43481901dc901429d0b43332f', |
| 161 | ) |
| 162 | |
| 163 | prebuilt_jar( |
| 164 | name = 'atomix-collections', |
| 165 | binary_jar = ':atomix-collections-1.0.0-rc3.jar', |
| 166 | maven_coords = 'io.atomix:atomix-collections:1.0.0-rc3', |
| 167 | visibility = [ 'PUBLIC' ], |
| 168 | ) |
| 169 | |
| 170 | remote_file( |
| 171 | name = 'atomix-collections-1.0.0-rc3.jar', |
| 172 | out = 'atomix-collections-1.0.0-rc3.jar', |
| 173 | url = 'mvn:io.atomix:atomix-collections:jar:1.0.0-rc3', |
| 174 | sha1 = '161dbfd046cefabe7e6c972e70823c11f7abe65e', |
| 175 | ) |
| 176 | |
| 177 | prebuilt_jar( |
| 178 | name = 'atomix-messaging', |
| 179 | binary_jar = ':atomix-messaging-1.0.0-rc3.jar', |
| 180 | maven_coords = 'io.atomix:atomix-messaging:1.0.0-rc3', |
| 181 | visibility = [ 'PUBLIC' ], |
| 182 | ) |
| 183 | |
| 184 | remote_file( |
| 185 | name = 'atomix-messaging-1.0.0-rc3.jar', |
| 186 | out = 'atomix-messaging-1.0.0-rc3.jar', |
| 187 | url = 'mvn:io.atomix:atomix-messaging:jar:1.0.0-rc3', |
| 188 | sha1 = '58b570d8e3e76a0d0c649b97f3ee0a6e3885958a', |
| 189 | ) |
| 190 | |
| 191 | prebuilt_jar( |
| 192 | name = 'atomix-resource', |
| 193 | binary_jar = ':atomix-resource-1.0.0-rc3.jar', |
| 194 | maven_coords = 'io.atomix:atomix-resource:1.0.0-rc3', |
| 195 | visibility = [ 'PUBLIC' ], |
| 196 | ) |
| 197 | |
| 198 | remote_file( |
| 199 | name = 'atomix-resource-1.0.0-rc3.jar', |
| 200 | out = 'atomix-resource-1.0.0-rc3.jar', |
| 201 | url = 'mvn:io.atomix:atomix-resource:jar:1.0.0-rc3', |
| 202 | sha1 = 'e47a40d38e6241544ec75df0e6906c209190aebf', |
| 203 | ) |
| 204 | |
| 205 | prebuilt_jar( |
| 206 | name = 'atomix-resource-manager', |
| 207 | binary_jar = ':atomix-resource-manager-1.0.0-rc3.jar', |
| 208 | maven_coords = 'io.atomix:atomix-resource-manager:1.0.0-rc3', |
| 209 | visibility = [ 'PUBLIC' ], |
| 210 | ) |
| 211 | |
| 212 | remote_file( |
| 213 | name = 'atomix-resource-manager-1.0.0-rc3.jar', |
| 214 | out = 'atomix-resource-manager-1.0.0-rc3.jar', |
| 215 | url = 'mvn:io.atomix:atomix-resource-manager:jar:1.0.0-rc3', |
| 216 | sha1 = '41a4cf53c27df12efb04832e1314a81c09c857cb', |
| 217 | ) |
| 218 | |
| 219 | prebuilt_jar( |
| 220 | name = 'atomix-variables', |
| 221 | binary_jar = ':atomix-variables-1.0.0-rc3.jar', |
| 222 | maven_coords = 'io.atomix:atomix-variables:1.0.0-rc3', |
| 223 | visibility = [ 'PUBLIC' ], |
| 224 | ) |
| 225 | |
| 226 | remote_file( |
| 227 | name = 'atomix-variables-1.0.0-rc3.jar', |
| 228 | out = 'atomix-variables-1.0.0-rc3.jar', |
| 229 | url = 'mvn:io.atomix:atomix-variables:jar:1.0.0-rc3', |
| 230 | sha1 = 'dd0ca3c0d211b17b291877e21f0ef10f2aa4a9bd', |
| 231 | ) |
| 232 | |
| 233 | prebuilt_jar( |
| 234 | name = 'catalyst-buffer', |
| 235 | binary_jar = ':catalyst-buffer-1.0.4.jar', |
| 236 | maven_coords = 'io.atomix.catalyst:catalyst-buffer:1.0.4', |
| 237 | visibility = [ 'PUBLIC' ], |
| 238 | ) |
| 239 | |
| 240 | remote_file( |
| 241 | name = 'catalyst-buffer-1.0.4.jar', |
| 242 | out = 'catalyst-buffer-1.0.4.jar', |
| 243 | url = 'mvn:io.atomix.catalyst:catalyst-buffer:jar:1.0.4', |
| 244 | sha1 = '00fb023ebd860d44385750790328aa26a529c75f', |
| 245 | ) |
| 246 | |
| 247 | prebuilt_jar( |
| 248 | name = 'catalyst-common', |
| 249 | binary_jar = ':catalyst-common-1.0.4.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 250 | maven_coords = 'io.atomix.catalyst:catalyst-common:jar:NON-OSGI:1.0.4', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 251 | visibility = [ 'PUBLIC' ], |
| 252 | ) |
| 253 | |
| 254 | remote_file( |
| 255 | name = 'catalyst-common-1.0.4.jar', |
| 256 | out = 'catalyst-common-1.0.4.jar', |
| 257 | url = 'mvn:io.atomix.catalyst:catalyst-common:jar:1.0.4', |
| 258 | sha1 = '69d50a64ecf9f63de430aead9dc4b743d29f0195', |
| 259 | ) |
| 260 | |
| 261 | prebuilt_jar( |
| 262 | name = 'catalyst-local', |
| 263 | binary_jar = ':catalyst-local-1.0.4.jar', |
| 264 | maven_coords = 'io.atomix.catalyst:catalyst-local:1.0.4', |
| 265 | visibility = [ 'PUBLIC' ], |
| 266 | ) |
| 267 | |
| 268 | remote_file( |
| 269 | name = 'catalyst-local-1.0.4.jar', |
| 270 | out = 'catalyst-local-1.0.4.jar', |
| 271 | url = 'mvn:io.atomix.catalyst:catalyst-local:jar:1.0.4', |
| 272 | sha1 = 'cbee759c63ce9127c979f4f399d327551644270f', |
| 273 | ) |
| 274 | |
| 275 | prebuilt_jar( |
| 276 | name = 'catalyst-serializer', |
| 277 | binary_jar = ':catalyst-serializer-1.0.4.jar', |
| 278 | maven_coords = 'io.atomix.catalyst:catalyst-serializer:1.0.4', |
| 279 | visibility = [ 'PUBLIC' ], |
| 280 | ) |
| 281 | |
| 282 | remote_file( |
| 283 | name = 'catalyst-serializer-1.0.4.jar', |
| 284 | out = 'catalyst-serializer-1.0.4.jar', |
| 285 | url = 'mvn:io.atomix.catalyst:catalyst-serializer:jar:1.0.4', |
| 286 | sha1 = 'e86352776cf4fa17eabf4e1d90fe0587ced4f788', |
| 287 | ) |
| 288 | |
| 289 | prebuilt_jar( |
| 290 | name = 'catalyst-transport', |
| 291 | binary_jar = ':catalyst-transport-1.0.4.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 292 | maven_coords = 'io.atomix.catalyst:catalyst-transport:jar:NON-OSGI:1.0.4', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 293 | visibility = [ 'PUBLIC' ], |
| 294 | ) |
| 295 | |
| 296 | remote_file( |
| 297 | name = 'catalyst-transport-1.0.4.jar', |
| 298 | out = 'catalyst-transport-1.0.4.jar', |
| 299 | url = 'mvn:io.atomix.catalyst:catalyst-transport:jar:1.0.4', |
| 300 | sha1 = 'f36600add086a8848290cad9d6d117634b5bf069', |
| 301 | ) |
| 302 | |
| 303 | prebuilt_jar( |
| 304 | name = 'commons-collections', |
| 305 | binary_jar = ':commons-collections-3.2.2.jar', |
| 306 | maven_coords = 'commons-collections:commons-collections:3.2.2', |
| 307 | visibility = [ 'PUBLIC' ], |
| 308 | ) |
| 309 | |
| 310 | remote_file( |
| 311 | name = 'commons-collections-3.2.2.jar', |
| 312 | out = 'commons-collections-3.2.2.jar', |
| 313 | url = 'mvn:commons-collections:commons-collections:jar:3.2.2', |
| 314 | sha1 = '8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5', |
| 315 | ) |
| 316 | |
| 317 | prebuilt_jar( |
| 318 | name = 'commons-configuration', |
| 319 | binary_jar = ':commons-configuration-1.10.jar', |
| 320 | maven_coords = 'commons-configuration:commons-configuration:1.10', |
| 321 | visibility = [ 'PUBLIC' ], |
| 322 | ) |
| 323 | |
| 324 | remote_file( |
| 325 | name = 'commons-configuration-1.10.jar', |
| 326 | out = 'commons-configuration-1.10.jar', |
| 327 | url = 'mvn:commons-configuration:commons-configuration:jar:1.10', |
| 328 | sha1 = '2b36e4adfb66d966c5aef2d73deb6be716389dc9', |
| 329 | ) |
| 330 | |
| 331 | prebuilt_jar( |
| 332 | name = 'commons-io', |
| 333 | binary_jar = ':commons-io-2.4.jar', |
| 334 | maven_coords = 'commons-io:commons-io:2.4', |
| 335 | visibility = [ 'PUBLIC' ], |
| 336 | ) |
| 337 | |
| 338 | remote_file( |
| 339 | name = 'commons-io-2.4.jar', |
| 340 | out = 'commons-io-2.4.jar', |
| 341 | url = 'mvn:commons-io:commons-io:jar:2.4', |
| 342 | sha1 = 'b1b6ea3b7e4aa4f492509a4952029cd8e48019ad', |
| 343 | ) |
| 344 | |
| 345 | prebuilt_jar( |
| 346 | name = 'commons-lang', |
| 347 | binary_jar = ':commons-lang-2.6.jar', |
| 348 | maven_coords = 'commons-lang:commons-lang:2.6', |
| 349 | visibility = [ 'PUBLIC' ], |
| 350 | ) |
| 351 | |
| 352 | remote_file( |
| 353 | name = 'commons-lang-2.6.jar', |
| 354 | out = 'commons-lang-2.6.jar', |
| 355 | url = 'mvn:commons-lang:commons-lang:jar:2.6', |
| 356 | sha1 = '0ce1edb914c94ebc388f086c6827e8bdeec71ac2', |
| 357 | ) |
| 358 | |
| 359 | prebuilt_jar( |
| 360 | name = 'commons-lang3', |
| 361 | binary_jar = ':commons-lang3-3.4.jar', |
| 362 | maven_coords = 'org.apache.commons:commons-lang3:3.4', |
| 363 | visibility = [ 'PUBLIC' ], |
| 364 | ) |
| 365 | |
| 366 | remote_file( |
| 367 | name = 'commons-lang3-3.4.jar', |
| 368 | out = 'commons-lang3-3.4.jar', |
| 369 | url = 'mvn:org.apache.commons:commons-lang3:jar:3.4', |
| 370 | sha1 = '5fe28b9518e58819180a43a850fbc0dd24b7c050', |
| 371 | ) |
| 372 | |
| 373 | prebuilt_jar( |
| 374 | name = 'commons-logging', |
| 375 | binary_jar = ':commons-logging-1.1.1.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 376 | maven_coords = 'commons-logging:commons-logging:jar:NON-OSGI:1.1.1', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 377 | visibility = [ 'PUBLIC' ], |
| 378 | ) |
| 379 | |
| 380 | remote_file( |
| 381 | name = 'commons-logging-1.1.1.jar', |
| 382 | out = 'commons-logging-1.1.1.jar', |
| 383 | url = 'mvn:commons-logging:commons-logging:jar:1.1.1', |
| 384 | sha1 = '5043bfebc3db072ed80fbd362e7caf00e885d8ae', |
| 385 | ) |
| 386 | |
| 387 | prebuilt_jar( |
| 388 | name = 'commons-math3', |
| 389 | binary_jar = ':commons-math3-3.2.jar', |
| 390 | maven_coords = 'org.apache.commons:commons-math3:3.2', |
| 391 | visibility = [ 'PUBLIC' ], |
| 392 | ) |
| 393 | |
| 394 | remote_file( |
| 395 | name = 'commons-math3-3.2.jar', |
| 396 | out = 'commons-math3-3.2.jar', |
| 397 | url = 'mvn:org.apache.commons:commons-math3:jar:3.2', |
| 398 | sha1 = 'ec2544ab27e110d2d431bdad7d538ed509b21e62', |
| 399 | ) |
| 400 | |
| 401 | prebuilt_jar( |
| 402 | name = 'commons-pool', |
| 403 | binary_jar = ':commons-pool-1.6.jar', |
| 404 | maven_coords = 'commons-pool:commons-pool:1.6', |
| 405 | visibility = [ 'PUBLIC' ], |
| 406 | ) |
| 407 | |
| 408 | remote_file( |
| 409 | name = 'commons-pool-1.6.jar', |
| 410 | out = 'commons-pool-1.6.jar', |
| 411 | url = 'mvn:commons-pool:commons-pool:jar:1.6', |
| 412 | sha1 = '4572d589699f09d866a226a14b7f4323c6d8f040', |
| 413 | ) |
| 414 | |
| 415 | prebuilt_jar( |
| 416 | name = 'concurrent-trees', |
| 417 | binary_jar = ':concurrent-trees-2.4.0.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 418 | maven_coords = 'com.googlecode.concurrent-trees:concurrent-trees:jar:NON-OSGI:2.4.0', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 419 | visibility = [ 'PUBLIC' ], |
| 420 | ) |
| 421 | |
| 422 | remote_file( |
| 423 | name = 'concurrent-trees-2.4.0.jar', |
| 424 | out = 'concurrent-trees-2.4.0.jar', |
| 425 | url = 'mvn:com.googlecode.concurrent-trees:concurrent-trees:jar:2.4.0', |
| 426 | sha1 = '2e505b78f9216abebbbdf1c3254bf9f4c565ae43', |
| 427 | ) |
| 428 | |
| 429 | prebuilt_jar( |
| 430 | name = 'copycat-api', |
| 431 | binary_jar = ':copycat-api-0.5.1.onos.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 432 | maven_coords = 'org.onosproject:copycat-api:jar:NON-OSGI:0.5.1.onos', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 433 | visibility = [ 'PUBLIC' ], |
| 434 | ) |
| 435 | |
| 436 | remote_file( |
| 437 | name = 'copycat-api-0.5.1.onos.jar', |
| 438 | out = 'copycat-api-0.5.1.onos.jar', |
| 439 | url = 'mvn:org.onosproject:copycat-api:jar:0.5.1.onos', |
| 440 | sha1 = 'b947348875485814e2a175a0435cdae4138452fc', |
| 441 | ) |
| 442 | |
| 443 | prebuilt_jar( |
| 444 | name = 'copycat-client', |
| 445 | binary_jar = ':copycat-client-1.0.0-rc4.jar', |
| 446 | maven_coords = 'io.atomix.copycat:copycat-client:1.0.0-rc4', |
| 447 | visibility = [ 'PUBLIC' ], |
| 448 | ) |
| 449 | |
| 450 | remote_file( |
| 451 | name = 'copycat-client-1.0.0-rc4.jar', |
| 452 | out = 'copycat-client-1.0.0-rc4.jar', |
| 453 | url = 'mvn:io.atomix.copycat:copycat-client:jar:1.0.0-rc4', |
| 454 | sha1 = '9373c8920a57356b78896d791296a74a2eb868b4', |
| 455 | ) |
| 456 | |
| 457 | prebuilt_jar( |
| 458 | name = 'copycat-core', |
| 459 | binary_jar = ':copycat-core-0.5.1.onos.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 460 | maven_coords = 'org.onosproject:copycat-core:jar:NON-OSGI:0.5.1.onos', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 461 | visibility = [ 'PUBLIC' ], |
| 462 | ) |
| 463 | |
| 464 | remote_file( |
| 465 | name = 'copycat-core-0.5.1.onos.jar', |
| 466 | out = 'copycat-core-0.5.1.onos.jar', |
| 467 | url = 'mvn:org.onosproject:copycat-core:jar:0.5.1.onos', |
| 468 | sha1 = 'b268f3cbdd57f28244b21b2b8fc08116f63d736d', |
| 469 | ) |
| 470 | |
| 471 | prebuilt_jar( |
| 472 | name = 'copycat-event-log', |
| 473 | binary_jar = ':copycat-event-log-0.5.1.onos.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 474 | maven_coords = 'org.onosproject:copycat-event-log:jar:NON-OSGI:0.5.1.onos', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 475 | visibility = [ 'PUBLIC' ], |
| 476 | ) |
| 477 | |
| 478 | remote_file( |
| 479 | name = 'copycat-event-log-0.5.1.onos.jar', |
| 480 | out = 'copycat-event-log-0.5.1.onos.jar', |
| 481 | url = 'mvn:org.onosproject:copycat-event-log:jar:0.5.1.onos', |
| 482 | sha1 = 'a9e32b13e6500c66113202e7d123e7184b726054', |
| 483 | ) |
| 484 | |
| 485 | prebuilt_jar( |
| 486 | name = 'copycat-leader-election', |
| 487 | binary_jar = ':copycat-leader-election-0.5.1.onos.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 488 | maven_coords = 'org.onosproject:copycat-leader-election:jar:NON-OSGI:0.5.1.onos', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 489 | visibility = [ 'PUBLIC' ], |
| 490 | ) |
| 491 | |
| 492 | remote_file( |
| 493 | name = 'copycat-leader-election-0.5.1.onos.jar', |
| 494 | out = 'copycat-leader-election-0.5.1.onos.jar', |
| 495 | url = 'mvn:org.onosproject:copycat-leader-election:jar:0.5.1.onos', |
| 496 | sha1 = 'a33617e98caf4e909d7ac744e1f6cdd1ba4b1698', |
| 497 | ) |
| 498 | |
| 499 | prebuilt_jar( |
| 500 | name = 'copycat-protocol', |
| 501 | binary_jar = ':copycat-protocol-1.0.0-rc4.jar', |
| 502 | maven_coords = 'io.atomix.copycat:copycat-protocol:1.0.0-rc4', |
| 503 | visibility = [ 'PUBLIC' ], |
| 504 | ) |
| 505 | |
| 506 | remote_file( |
| 507 | name = 'copycat-protocol-1.0.0-rc4.jar', |
| 508 | out = 'copycat-protocol-1.0.0-rc4.jar', |
| 509 | url = 'mvn:io.atomix.copycat:copycat-protocol:jar:1.0.0-rc4', |
| 510 | sha1 = 'cea774c2e4ce7021a6bfca64fd885e875f01f4dc', |
| 511 | ) |
| 512 | |
| 513 | prebuilt_jar( |
| 514 | name = 'copycat-server', |
| 515 | binary_jar = ':copycat-server-1.0.0-rc4.jar', |
| 516 | maven_coords = 'io.atomix.copycat:copycat-server:1.0.0-rc4', |
| 517 | visibility = [ 'PUBLIC' ], |
| 518 | ) |
| 519 | |
| 520 | remote_file( |
| 521 | name = 'copycat-server-1.0.0-rc4.jar', |
| 522 | out = 'copycat-server-1.0.0-rc4.jar', |
| 523 | url = 'mvn:io.atomix.copycat:copycat-server:jar:1.0.0-rc4', |
| 524 | sha1 = 'e2b6603dbd299d7b21685211df509dd4fbd2f0e9', |
| 525 | ) |
| 526 | |
| 527 | prebuilt_jar( |
| 528 | name = 'copycat-state-log', |
| 529 | binary_jar = ':copycat-state-log-0.5.1.onos.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 530 | maven_coords = 'org.onosproject:copycat-state-log:jar:NON-OSGI:0.5.1.onos', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 531 | visibility = [ 'PUBLIC' ], |
| 532 | ) |
| 533 | |
| 534 | remote_file( |
| 535 | name = 'copycat-state-log-0.5.1.onos.jar', |
| 536 | out = 'copycat-state-log-0.5.1.onos.jar', |
| 537 | url = 'mvn:org.onosproject:copycat-state-log:jar:0.5.1.onos', |
| 538 | sha1 = '1dfa2b4c6da1cdc453fd3740cd506b9570f118ea', |
| 539 | ) |
| 540 | |
| 541 | prebuilt_jar( |
| 542 | name = 'copycat-state-machine', |
| 543 | binary_jar = ':copycat-state-machine-0.5.1.onos.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 544 | maven_coords = 'org.onosproject:copycat-state-machine:jar:NON-OSGI:0.5.1.onos', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 545 | visibility = [ 'PUBLIC' ], |
| 546 | ) |
| 547 | |
| 548 | remote_file( |
| 549 | name = 'copycat-state-machine-0.5.1.onos.jar', |
| 550 | out = 'copycat-state-machine-0.5.1.onos.jar', |
| 551 | url = 'mvn:org.onosproject:copycat-state-machine:jar:0.5.1.onos', |
| 552 | sha1 = '03f924b5c818c0684bdfa6c502e5fff8e07d6b77', |
| 553 | ) |
| 554 | |
| 555 | prebuilt_jar( |
| 556 | name = 'easymock', |
| 557 | binary_jar = ':easymock-3.4.jar', |
| 558 | maven_coords = 'org.easymock:easymock:3.4', |
| 559 | visibility = [ 'PUBLIC' ], |
| 560 | ) |
| 561 | |
| 562 | remote_file( |
| 563 | name = 'easymock-3.4.jar', |
| 564 | out = 'easymock-3.4.jar', |
| 565 | url = 'mvn:org.easymock:easymock:jar:3.4', |
| 566 | sha1 = '9fdeea183a399f25c2469497612cad131e920fa3', |
| 567 | ) |
| 568 | |
| 569 | prebuilt_jar( |
| 570 | name = 'error_prone_annotations', |
| 571 | binary_jar = ':error_prone_annotations-2.0.2.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 572 | maven_coords = 'com.google.errorprone:error_prone_annotations:jar:NON-OSGI:2.0.2', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 573 | visibility = [ 'PUBLIC' ], |
| 574 | ) |
| 575 | |
| 576 | remote_file( |
| 577 | name = 'error_prone_annotations-2.0.2.jar', |
| 578 | out = 'error_prone_annotations-2.0.2.jar', |
| 579 | url = 'mvn:com.google.errorprone:error_prone_annotations:jar:2.0.2', |
| 580 | sha1 = '8382c6cdc18c8c8ad7840024fa340509cf16be11', |
| 581 | ) |
| 582 | |
| 583 | prebuilt_jar( |
| 584 | name = 'ganymed-ssh2', |
| 585 | binary_jar = ':ganymed-ssh2-262.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 586 | maven_coords = 'ch.ethz.ganymed:ganymed-ssh2:jar:NON-OSGI:262', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 587 | visibility = [ 'PUBLIC' ], |
| 588 | ) |
| 589 | |
| 590 | remote_file( |
| 591 | name = 'ganymed-ssh2-262.jar', |
| 592 | out = 'ganymed-ssh2-262.jar', |
| 593 | url = 'mvn:ch.ethz.ganymed:ganymed-ssh2:jar:262', |
| 594 | sha1 = '7761dc665d0f6993dc846d914214fb93291e2bdf', |
| 595 | ) |
| 596 | |
| 597 | prebuilt_jar( |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 598 | name = 'jersey-container-jetty-http', |
| 599 | binary_jar = ':jersey-container-jetty-http-2.22.2.jar', |
| 600 | maven_coords = 'org.glassfish.jersey.containers:jersey-container-jetty-http:2.22.2', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 601 | visibility = [ 'PUBLIC' ], |
| 602 | ) |
| 603 | |
| 604 | remote_file( |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 605 | name = 'jersey-container-jetty-http-2.22.2.jar', |
| 606 | out = 'jersey-container-jetty-http-2.22.2.jar', |
| 607 | url = 'mvn:org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.22.2', |
| 608 | sha1 = '7421abf505bda989087745a458b5ccf2cd327297', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 609 | ) |
| 610 | |
| 611 | prebuilt_jar( |
| 612 | name = 'guava', |
| 613 | binary_jar = ':guava-19.0.jar', |
| 614 | maven_coords = 'com.google.guava:guava:19.0', |
| 615 | visibility = [ 'PUBLIC' ], |
| 616 | ) |
| 617 | |
| 618 | remote_file( |
| 619 | name = 'guava-19.0.jar', |
| 620 | out = 'guava-19.0.jar', |
| 621 | url = 'mvn:com.google.guava:guava:jar:19.0', |
| 622 | sha1 = '6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9', |
| 623 | ) |
| 624 | |
| 625 | prebuilt_jar( |
| 626 | name = 'guava-testlib', |
| 627 | binary_jar = ':guava-testlib-19.0.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 628 | maven_coords = 'com.google.guava:guava-testlib:jar:NON-OSGI:19.0', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 629 | visibility = [ 'PUBLIC' ], |
| 630 | ) |
| 631 | |
| 632 | remote_file( |
| 633 | name = 'guava-testlib-19.0.jar', |
| 634 | out = 'guava-testlib-19.0.jar', |
| 635 | url = 'mvn:com.google.guava:guava-testlib:jar:19.0', |
| 636 | sha1 = 'ce5b880b206de3f76d364988a6308c68c726f74a', |
| 637 | ) |
| 638 | |
| 639 | prebuilt_jar( |
| 640 | name = 'hamcrest-all', |
| 641 | binary_jar = ':hamcrest-all-1.3.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 642 | maven_coords = 'org.hamcrest:hamcrest-all:jar:NON-OSGI:1.3', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 643 | visibility = [ 'PUBLIC' ], |
| 644 | ) |
| 645 | |
| 646 | remote_file( |
| 647 | name = 'hamcrest-all-1.3.jar', |
| 648 | out = 'hamcrest-all-1.3.jar', |
| 649 | url = 'mvn:org.hamcrest:hamcrest-all:jar:1.3', |
| 650 | sha1 = '63a21ebc981131004ad02e0434e799fd7f3a8d5a', |
| 651 | ) |
| 652 | |
| 653 | prebuilt_jar( |
| 654 | name = 'hamcrest-core', |
| 655 | binary_jar = ':hamcrest-core-1.3.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 656 | maven_coords = 'org.hamcrest:hamcrest-core:jar:NON-OSGI:1.3', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 657 | visibility = [ 'PUBLIC' ], |
| 658 | ) |
| 659 | |
| 660 | remote_file( |
| 661 | name = 'hamcrest-core-1.3.jar', |
| 662 | out = 'hamcrest-core-1.3.jar', |
| 663 | url = 'mvn:org.hamcrest:hamcrest-core:jar:1.3', |
| 664 | sha1 = '42a25dc3219429f0e5d060061f71acb49bf010a0', |
| 665 | ) |
| 666 | |
| 667 | prebuilt_jar( |
| 668 | name = 'hamcrest-library', |
| 669 | binary_jar = ':hamcrest-library-1.3.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 670 | maven_coords = 'org.hamcrest:hamcrest-library:jar:NON-OSGI:1.3', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 671 | visibility = [ 'PUBLIC' ], |
| 672 | ) |
| 673 | |
| 674 | remote_file( |
| 675 | name = 'hamcrest-library-1.3.jar', |
| 676 | out = 'hamcrest-library-1.3.jar', |
| 677 | url = 'mvn:org.hamcrest:hamcrest-library:jar:1.3', |
| 678 | sha1 = '4785a3c21320980282f9f33d0d1264a69040538f', |
| 679 | ) |
| 680 | |
| 681 | prebuilt_jar( |
| 682 | name = 'hk2-api', |
| 683 | binary_jar = ':hk2-api-2.4.0-b34.jar', |
| 684 | maven_coords = 'org.glassfish.hk2:hk2-api:2.4.0-b34', |
| 685 | visibility = [ 'PUBLIC' ], |
| 686 | ) |
| 687 | |
| 688 | remote_file( |
| 689 | name = 'hk2-api-2.4.0-b34.jar', |
| 690 | out = 'hk2-api-2.4.0-b34.jar', |
| 691 | url = 'mvn:org.glassfish.hk2:hk2-api:jar:2.4.0-b34', |
| 692 | sha1 = '1017432e219dbd1d4a1121b2d7e87c5b2f0bcfb9', |
| 693 | ) |
| 694 | |
| 695 | prebuilt_jar( |
| 696 | name = 'hk2-locator', |
| 697 | binary_jar = ':hk2-locator-2.4.0-b34.jar', |
| 698 | maven_coords = 'org.glassfish.hk2:hk2-locator:2.4.0-b34', |
| 699 | visibility = [ 'PUBLIC' ], |
| 700 | ) |
| 701 | |
| 702 | remote_file( |
| 703 | name = 'hk2-locator-2.4.0-b34.jar', |
| 704 | out = 'hk2-locator-2.4.0-b34.jar', |
| 705 | url = 'mvn:org.glassfish.hk2:hk2-locator:jar:2.4.0-b34', |
| 706 | sha1 = '1451fc3e5b7f00d7a5ca0feaff2c1bf68be5ac91', |
| 707 | ) |
| 708 | |
| 709 | prebuilt_jar( |
| 710 | name = 'hk2-osgi-resource-locator', |
| 711 | binary_jar = ':osgi-resource-locator-1.0.1.jar', |
| 712 | maven_coords = 'org.glassfish.hk2:osgi-resource-locator:1.0.1', |
| 713 | visibility = [ 'PUBLIC' ], |
| 714 | ) |
| 715 | |
| 716 | remote_file( |
| 717 | name = 'osgi-resource-locator-1.0.1.jar', |
| 718 | out = 'osgi-resource-locator-1.0.1.jar', |
| 719 | url = 'mvn:org.glassfish.hk2:osgi-resource-locator:jar:1.0.1', |
| 720 | sha1 = '4ed2b2d4738aed5786cfa64cba5a332779c4c708', |
| 721 | ) |
| 722 | |
| 723 | prebuilt_jar( |
| 724 | name = 'hk2-utils', |
| 725 | binary_jar = ':hk2-utils-2.4.0-b34.jar', |
| 726 | maven_coords = 'org.glassfish.hk2:hk2-utils:2.4.0-b34', |
| 727 | visibility = [ 'PUBLIC' ], |
| 728 | ) |
| 729 | |
| 730 | remote_file( |
| 731 | name = 'hk2-utils-2.4.0-b34.jar', |
| 732 | out = 'hk2-utils-2.4.0-b34.jar', |
| 733 | url = 'mvn:org.glassfish.hk2:hk2-utils:jar:2.4.0-b34', |
| 734 | sha1 = 'aacce18411fffef9621d8fc91464ca0477119c38', |
| 735 | ) |
| 736 | |
| 737 | prebuilt_jar( |
| 738 | name = 'httpclient-osgi', |
| 739 | binary_jar = ':httpclient-osgi-4.5.1.jar', |
| 740 | maven_coords = 'org.apache.httpcomponents:httpclient-osgi:4.5.1', |
| 741 | visibility = [ 'PUBLIC' ], |
| 742 | ) |
| 743 | |
| 744 | remote_file( |
| 745 | name = 'httpclient-osgi-4.5.1.jar', |
| 746 | out = 'httpclient-osgi-4.5.1.jar', |
| 747 | url = 'mvn:org.apache.httpcomponents:httpclient-osgi:jar:4.5.1', |
| 748 | sha1 = '0220a68ff36e5b0fa71b5dc0b1dc1d4ad2dcf524', |
| 749 | ) |
| 750 | |
| 751 | prebuilt_jar( |
| 752 | name = 'httpcore-osgi', |
| 753 | binary_jar = ':httpcore-osgi-4.4.4.jar', |
| 754 | maven_coords = 'org.apache.httpcomponents:httpcore-osgi:4.4.4', |
| 755 | visibility = [ 'PUBLIC' ], |
| 756 | ) |
| 757 | |
| 758 | remote_file( |
| 759 | name = 'httpcore-osgi-4.4.4.jar', |
| 760 | out = 'httpcore-osgi-4.4.4.jar', |
| 761 | url = 'mvn:org.apache.httpcomponents:httpcore-osgi:jar:4.4.4', |
| 762 | sha1 = 'd5c14055e569afca96f4603d6f9d467bc72ccba8', |
| 763 | ) |
| 764 | |
| 765 | prebuilt_jar( |
| 766 | name = 'influxdb-java', |
| 767 | binary_jar = ':influxdb-java-2.1.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 768 | maven_coords = 'org.influxdb:influxdb-java:jar:NON-OSGI:2.1', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 769 | visibility = [ 'PUBLIC' ], |
| 770 | ) |
| 771 | |
| 772 | remote_file( |
| 773 | name = 'influxdb-java-2.1.jar', |
| 774 | out = 'influxdb-java-2.1.jar', |
| 775 | url = 'mvn:org.influxdb:influxdb-java:jar:2.1', |
| 776 | sha1 = 'd2fe39fb8db1d823e64fc7ea54b779e1cab917c7', |
| 777 | ) |
| 778 | |
| 779 | prebuilt_jar( |
| 780 | name = 'jackson-annotations', |
| 781 | binary_jar = ':jackson-annotations-2.7.0.jar', |
| 782 | maven_coords = 'com.fasterxml.jackson.core:jackson-annotations:2.7.0', |
| 783 | visibility = [ 'PUBLIC' ], |
| 784 | ) |
| 785 | |
| 786 | remote_file( |
| 787 | name = 'jackson-annotations-2.7.0.jar', |
| 788 | out = 'jackson-annotations-2.7.0.jar', |
| 789 | url = 'mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0', |
| 790 | sha1 = '19f42c154ffc689f40a77613bc32caeb17d744e3', |
| 791 | ) |
| 792 | |
| 793 | prebuilt_jar( |
| 794 | name = 'jackson-core', |
| 795 | binary_jar = ':jackson-core-2.7.0.jar', |
| 796 | maven_coords = 'com.fasterxml.jackson.core:jackson-core:2.7.0', |
| 797 | visibility = [ 'PUBLIC' ], |
| 798 | ) |
| 799 | |
| 800 | remote_file( |
| 801 | name = 'jackson-core-2.7.0.jar', |
| 802 | out = 'jackson-core-2.7.0.jar', |
| 803 | url = 'mvn:com.fasterxml.jackson.core:jackson-core:jar:2.7.0', |
| 804 | sha1 = '05f2bfd0866bcacbcc7c25ce25f80b5aeed0f72f', |
| 805 | ) |
| 806 | |
| 807 | prebuilt_jar( |
| 808 | name = 'jackson-databind', |
| 809 | binary_jar = ':jackson-databind-2.7.0.jar', |
| 810 | maven_coords = 'com.fasterxml.jackson.core:jackson-databind:2.7.0', |
| 811 | visibility = [ 'PUBLIC' ], |
| 812 | ) |
| 813 | |
| 814 | remote_file( |
| 815 | name = 'jackson-databind-2.7.0.jar', |
| 816 | out = 'jackson-databind-2.7.0.jar', |
| 817 | url = 'mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.7.0', |
| 818 | sha1 = '7d3430de9f2b600b074ba3bc007edcfbc4bbf4fb', |
| 819 | ) |
| 820 | |
| 821 | prebuilt_jar( |
| 822 | name = 'javax.annotation-api', |
| 823 | binary_jar = ':javax.annotation-api-1.2.jar', |
| 824 | maven_coords = 'javax.annotation:javax.annotation-api:1.2', |
| 825 | visibility = [ 'PUBLIC' ], |
| 826 | ) |
| 827 | |
| 828 | remote_file( |
| 829 | name = 'javax.annotation-api-1.2.jar', |
| 830 | out = 'javax.annotation-api-1.2.jar', |
| 831 | url = 'mvn:javax.annotation:javax.annotation-api:jar:1.2', |
| 832 | sha1 = '479c1e06db31c432330183f5cae684163f186146', |
| 833 | ) |
| 834 | |
| 835 | prebuilt_jar( |
| 836 | name = 'javax.inject', |
| 837 | binary_jar = ':javax.inject-2.4.0-b34.jar', |
| 838 | maven_coords = 'org.glassfish.hk2.external:javax.inject:2.4.0-b34', |
| 839 | visibility = [ 'PUBLIC' ], |
| 840 | ) |
| 841 | |
| 842 | remote_file( |
| 843 | name = 'javax.inject-2.4.0-b34.jar', |
| 844 | out = 'javax.inject-2.4.0-b34.jar', |
| 845 | url = 'mvn:org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34', |
| 846 | sha1 = 'a6a3d4935af7b03e44126b5aac2c2a0ce98fe6e9', |
| 847 | ) |
| 848 | |
| 849 | prebuilt_jar( |
| 850 | name = 'javax.ws.rs-api', |
| 851 | binary_jar = ':javax.ws.rs-api-2.0.1.jar', |
| 852 | maven_coords = 'javax.ws.rs:javax.ws.rs-api:2.0.1', |
| 853 | visibility = [ 'PUBLIC' ], |
| 854 | ) |
| 855 | |
| 856 | remote_file( |
| 857 | name = 'javax.ws.rs-api-2.0.1.jar', |
| 858 | out = 'javax.ws.rs-api-2.0.1.jar', |
| 859 | url = 'mvn:javax.ws.rs:javax.ws.rs-api:jar:2.0.1', |
| 860 | sha1 = '104e9c2b5583cfcfeac0402316221648d6d8ea6b', |
| 861 | ) |
| 862 | |
| 863 | prebuilt_jar( |
| 864 | name = 'jersey-client', |
| 865 | binary_jar = ':jersey-client-2.22.2.jar', |
| 866 | maven_coords = 'org.glassfish.jersey.core:jersey-client:2.22.2', |
| 867 | visibility = [ 'PUBLIC' ], |
| 868 | ) |
| 869 | |
| 870 | remote_file( |
| 871 | name = 'jersey-client-2.22.2.jar', |
| 872 | out = 'jersey-client-2.22.2.jar', |
| 873 | url = 'mvn:org.glassfish.jersey.core:jersey-client:jar:2.22.2', |
| 874 | sha1 = '1712fff037ce5a59e3d67f90fff29222989799ee', |
| 875 | ) |
| 876 | |
| 877 | prebuilt_jar( |
| 878 | name = 'jersey-common', |
| 879 | binary_jar = ':jersey-common-2.22.2.jar', |
| 880 | maven_coords = 'org.glassfish.jersey.core:jersey-common:2.22.2', |
| 881 | visibility = [ 'PUBLIC' ], |
| 882 | ) |
| 883 | |
| 884 | remote_file( |
| 885 | name = 'jersey-common-2.22.2.jar', |
| 886 | out = 'jersey-common-2.22.2.jar', |
| 887 | url = 'mvn:org.glassfish.jersey.core:jersey-common:jar:2.22.2', |
| 888 | sha1 = '1209b89878b60ce7d49afadeff7522d2fde0e217', |
| 889 | ) |
| 890 | |
| 891 | prebuilt_jar( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 892 | name = 'jersey-guava', |
| 893 | binary_jar = ':jersey-guava-2.22.2.jar', |
| 894 | maven_coords = 'org.glassfish.jersey.bundles.repackaged:jersey-guava:2.22.2', |
| 895 | visibility = [ 'PUBLIC' ], |
| 896 | ) |
| 897 | |
| 898 | remote_file( |
| 899 | name = 'jersey-guava-2.22.2.jar', |
| 900 | out = 'jersey-guava-2.22.2.jar', |
| 901 | url = 'mvn:org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2', |
| 902 | sha1 = '7422c693c89640c9685dfa99dbef2da745aa4617', |
| 903 | ) |
| 904 | |
| 905 | prebuilt_jar( |
| 906 | name = 'jersey-media-multipart', |
| 907 | binary_jar = ':jersey-media-multipart-2.22.2.jar', |
| 908 | maven_coords = 'org.glassfish.jersey.media:jersey-media-multipart:2.22.2', |
| 909 | visibility = [ 'PUBLIC' ], |
| 910 | ) |
| 911 | |
| 912 | remote_file( |
| 913 | name = 'jersey-media-multipart-2.22.2.jar', |
| 914 | out = 'jersey-media-multipart-2.22.2.jar', |
| 915 | url = 'mvn:org.glassfish.jersey.media:jersey-media-multipart:jar:2.22.2', |
| 916 | sha1 = '304107e42563307acd337c20734148cca41cda91', |
| 917 | ) |
| 918 | |
| 919 | prebuilt_jar( |
| 920 | name = 'jersey-server', |
| 921 | binary_jar = ':jersey-server-2.22.2.jar', |
| 922 | maven_coords = 'org.glassfish.jersey.core:jersey-server:2.22.2', |
| 923 | visibility = [ 'PUBLIC' ], |
| 924 | ) |
| 925 | |
| 926 | remote_file( |
| 927 | name = 'jersey-server-2.22.2.jar', |
| 928 | out = 'jersey-server-2.22.2.jar', |
| 929 | url = 'mvn:org.glassfish.jersey.core:jersey-server:jar:2.22.2', |
| 930 | sha1 = '5ede3e5f98f8b14d31d1d0fffe9908df2bd41c0f', |
| 931 | ) |
| 932 | |
| 933 | prebuilt_jar( |
| 934 | name = 'jersey-test-framework-core', |
| 935 | binary_jar = ':jersey-test-framework-core-2.22.2.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 936 | maven_coords = 'org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:NON-OSGI:2.22.2', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 937 | visibility = [ 'PUBLIC' ], |
| 938 | ) |
| 939 | |
| 940 | remote_file( |
| 941 | name = 'jersey-test-framework-core-2.22.2.jar', |
| 942 | out = 'jersey-test-framework-core-2.22.2.jar', |
| 943 | url = 'mvn:org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:2.22.2', |
| 944 | sha1 = '0abc7ab1ac424392d8761798318f706de40fef4d', |
| 945 | ) |
| 946 | |
| 947 | prebuilt_jar( |
Jian Li | 4fb7177 | 2016-04-20 09:41:56 -0700 | [diff] [blame] | 948 | name = 'jersey-test-framework-jetty', |
| 949 | binary_jar = ':jersey-test-framework-provider-jetty-2.22.2.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 950 | maven_coords = 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar:NON-OSGI:2.22.2', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 951 | visibility = [ 'PUBLIC' ], |
| 952 | ) |
| 953 | |
| 954 | remote_file( |
Jian Li | 4fb7177 | 2016-04-20 09:41:56 -0700 | [diff] [blame] | 955 | name = 'jersey-test-framework-provider-jetty-2.22.2.jar', |
| 956 | out = 'jersey-test-framework-provider-jetty-2.22.2.jar', |
| 957 | url = 'mvn:org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar:2.22.2', |
| 958 | sha1 = 'ab3b0418403f6a5cfc311f92b7cd589dc32f60ed', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 959 | ) |
| 960 | |
| 961 | prebuilt_jar( |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 962 | name = 'jetty-util', |
| 963 | binary_jar = ':jetty-util-9.1.6.v20160112.jar', |
| 964 | maven_coords = 'org.eclipse.jetty:jetty-util:9.1.6.v20160112', |
| 965 | visibility = [ 'PUBLIC' ], |
| 966 | ) |
| 967 | |
| 968 | remote_file( |
| 969 | name = 'jetty-util-9.1.6.v20160112.jar', |
| 970 | out = 'jetty-util-9.1.6.v20160112.jar', |
| 971 | url = 'mvn:org.eclipse.jetty:jetty-util:jar:9.1.6.v20160112', |
| 972 | sha1 = 'd4337bc023fe99b072abc56425b8a317ffd3f462', |
| 973 | ) |
| 974 | |
| 975 | prebuilt_jar( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 976 | name = 'jetty-websocket', |
| 977 | binary_jar = ':jetty-websocket-8.1.18.v20150929.jar', |
| 978 | maven_coords = 'org.eclipse.jetty:jetty-websocket:8.1.18.v20150929', |
| 979 | visibility = [ 'PUBLIC' ], |
| 980 | ) |
| 981 | |
| 982 | remote_file( |
| 983 | name = 'jetty-websocket-8.1.18.v20150929.jar', |
| 984 | out = 'jetty-websocket-8.1.18.v20150929.jar', |
| 985 | url = 'mvn:org.eclipse.jetty:jetty-websocket:jar:8.1.18.v20150929', |
| 986 | sha1 = '4a1610515aed4f02e7cb6ab0db564489d4d44d9f', |
| 987 | ) |
| 988 | |
| 989 | prebuilt_jar( |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 990 | name = 'jetty-server', |
| 991 | binary_jar = ':jetty-server-9.1.6.v20160112.jar', |
| 992 | maven_coords = 'org.eclipse.jetty:jetty-server:9.1.6.v20160112', |
| 993 | visibility = [ 'PUBLIC' ], |
| 994 | ) |
| 995 | |
| 996 | remote_file( |
| 997 | name = 'jetty-server-9.1.6.v20160112.jar', |
| 998 | out = 'jetty-server-9.1.6.v20160112.jar', |
| 999 | url = 'mvn:org.eclipse.jetty:jetty-server:jar:9.1.6.v20160112', |
| 1000 | sha1 = '15f8b12fe0e2105f46d7c3b372054adc85e941a9', |
| 1001 | ) |
| 1002 | |
| 1003 | prebuilt_jar( |
| 1004 | name = 'jetty-continuation', |
| 1005 | binary_jar = ':jetty-continuation-9.1.6.v20160112.jar', |
| 1006 | maven_coords = 'org.eclipse.jetty:jetty-continuation:9.1.6.v20160112', |
| 1007 | visibility = [ 'PUBLIC' ], |
| 1008 | ) |
| 1009 | |
| 1010 | remote_file( |
| 1011 | name = 'jetty-continuation-9.1.6.v20160112.jar', |
| 1012 | out = 'jetty-continuation-9.1.6.v20160112.jar', |
| 1013 | url = 'mvn:org.eclipse.jetty:jetty-continuation:jar:9.1.6.v20160112', |
| 1014 | sha1 = 'c8f35dfc6321cc15224404c9c4ede79988eeae34', |
| 1015 | ) |
| 1016 | |
| 1017 | prebuilt_jar( |
| 1018 | name = 'jetty-http', |
| 1019 | binary_jar = ':jetty-http-9.1.6.v20160112.jar', |
| 1020 | maven_coords = 'org.eclipse.jetty:jetty-http:9.1.6.v20160112', |
| 1021 | visibility = [ 'PUBLIC' ], |
| 1022 | ) |
| 1023 | |
| 1024 | remote_file( |
| 1025 | name = 'jetty-http-9.1.6.v20160112.jar', |
| 1026 | out = 'jetty-http-9.1.6.v20160112.jar', |
| 1027 | url = 'mvn:org.eclipse.jetty:jetty-http:jar:9.1.6.v20160112', |
| 1028 | sha1 = 'c3675e6ebc350aafbc9dd7686265af9f65165b36', |
| 1029 | ) |
| 1030 | |
| 1031 | prebuilt_jar( |
| 1032 | name = 'jetty-io', |
| 1033 | binary_jar = ':jetty-io-9.1.6.v20160112.jar', |
| 1034 | maven_coords = 'org.eclipse.jetty:jetty-io:9.1.6.v20160112', |
| 1035 | visibility = [ 'PUBLIC' ], |
| 1036 | ) |
| 1037 | |
| 1038 | remote_file( |
| 1039 | name = 'jetty-io-9.1.6.v20160112.jar', |
| 1040 | out = 'jetty-io-9.1.6.v20160112.jar', |
| 1041 | url = 'mvn:org.eclipse.jetty:jetty-io:jar:9.1.6.v20160112', |
| 1042 | sha1 = '717fc5a269becb2537849105de1547dc1a4476b0', |
| 1043 | ) |
| 1044 | |
| 1045 | prebuilt_jar( |
| 1046 | name = 'javax.servlet-api', |
| 1047 | binary_jar = ':javax.servlet-api-3.1.0.jar', |
| 1048 | maven_coords = 'javax.servlet:javax.servlet-api:3.1.0', |
| 1049 | visibility = [ 'PUBLIC' ], |
| 1050 | ) |
| 1051 | |
| 1052 | remote_file( |
| 1053 | name = 'javax.servlet-api-3.1.0.jar', |
| 1054 | out = 'javax.servlet-api-3.1.0.jar', |
| 1055 | url = 'mvn:javax.servlet:javax.servlet-api:jar:3.1.0', |
| 1056 | sha1 = '3cd63d075497751784b2fa84be59432f4905bf7c', |
| 1057 | ) |
| 1058 | |
| 1059 | prebuilt_jar( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1060 | name = 'joda-time', |
| 1061 | binary_jar = ':joda-time-2.9.jar', |
| 1062 | maven_coords = 'joda-time:joda-time:2.9', |
| 1063 | visibility = [ 'PUBLIC' ], |
| 1064 | ) |
| 1065 | |
| 1066 | remote_file( |
| 1067 | name = 'joda-time-2.9.jar', |
| 1068 | out = 'joda-time-2.9.jar', |
| 1069 | url = 'mvn:joda-time:joda-time:jar:2.9', |
| 1070 | sha1 = 'e8a58b7f5853b693b8c4795a714fe77c266c3acc', |
| 1071 | ) |
| 1072 | |
| 1073 | prebuilt_jar( |
| 1074 | name = 'jsch', |
| 1075 | binary_jar = ':jsch-0.1.53.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 1076 | maven_coords = 'com.jcraft:jsch:jar:NON-OSGI:0.1.53', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1077 | visibility = [ 'PUBLIC' ], |
| 1078 | ) |
| 1079 | |
| 1080 | remote_file( |
| 1081 | name = 'jsch-0.1.53.jar', |
| 1082 | out = 'jsch-0.1.53.jar', |
| 1083 | url = 'mvn:com.jcraft:jsch:jar:0.1.53', |
| 1084 | sha1 = '658b682d5c817b27ae795637dfec047c63d29935', |
| 1085 | ) |
| 1086 | |
| 1087 | prebuilt_jar( |
| 1088 | name = 'jsr305', |
| 1089 | binary_jar = ':jsr305-3.0.1.jar', |
| 1090 | maven_coords = 'com.google.code.findbugs:jsr305:3.0.1', |
| 1091 | visibility = [ 'PUBLIC' ], |
| 1092 | ) |
| 1093 | |
| 1094 | remote_file( |
| 1095 | name = 'jsr305-3.0.1.jar', |
| 1096 | out = 'jsr305-3.0.1.jar', |
| 1097 | url = 'mvn:com.google.code.findbugs:jsr305:jar:3.0.1', |
| 1098 | sha1 = 'f7be08ec23c21485b9b5a1cf1654c2ec8c58168d', |
| 1099 | ) |
| 1100 | |
| 1101 | prebuilt_jar( |
| 1102 | name = 'junit', |
| 1103 | binary_jar = ':junit-4.12.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 1104 | maven_coords = 'junit:junit:jar:NON-OSGI:4.12', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1105 | visibility = [ 'PUBLIC' ], |
| 1106 | ) |
| 1107 | |
| 1108 | remote_file( |
| 1109 | name = 'junit-4.12.jar', |
| 1110 | out = 'junit-4.12.jar', |
| 1111 | url = 'mvn:junit:junit:jar:4.12', |
| 1112 | sha1 = '2973d150c0dc1fefe998f834810d68f278ea58ec', |
| 1113 | ) |
| 1114 | |
| 1115 | prebuilt_jar( |
| 1116 | name = 'kryo', |
| 1117 | binary_jar = ':kryo-3.0.0.jar', |
| 1118 | maven_coords = 'com.esotericsoftware:kryo:3.0.0', |
| 1119 | visibility = [ 'PUBLIC' ], |
| 1120 | ) |
| 1121 | |
| 1122 | remote_file( |
| 1123 | name = 'kryo-3.0.0.jar', |
| 1124 | out = 'kryo-3.0.0.jar', |
| 1125 | url = 'mvn:com.esotericsoftware:kryo:jar:3.0.0', |
| 1126 | sha1 = '86f0de889ece7c30115d27d1c56246fd509201a8', |
| 1127 | ) |
| 1128 | |
| 1129 | prebuilt_jar( |
| 1130 | name = 'mapdb', |
| 1131 | binary_jar = ':mapdb-1.0.8.jar', |
| 1132 | maven_coords = 'org.mapdb:mapdb:1.0.8', |
| 1133 | visibility = [ 'PUBLIC' ], |
| 1134 | ) |
| 1135 | |
| 1136 | remote_file( |
| 1137 | name = 'mapdb-1.0.8.jar', |
| 1138 | out = 'mapdb-1.0.8.jar', |
| 1139 | url = 'mvn:org.mapdb:mapdb:jar:1.0.8', |
| 1140 | sha1 = '64485a221d9095fc7ab9b50cc34c6b4b58467e2e', |
| 1141 | ) |
| 1142 | |
| 1143 | prebuilt_jar( |
| 1144 | name = 'metrics-core', |
| 1145 | binary_jar = ':metrics-core-3.1.0.jar', |
| 1146 | maven_coords = 'io.dropwizard.metrics:metrics-core:3.1.0', |
| 1147 | visibility = [ 'PUBLIC' ], |
| 1148 | ) |
| 1149 | |
| 1150 | remote_file( |
| 1151 | name = 'metrics-core-3.1.0.jar', |
| 1152 | out = 'metrics-core-3.1.0.jar', |
| 1153 | url = 'mvn:io.dropwizard.metrics:metrics-core:jar:3.1.0', |
| 1154 | sha1 = '40e16d596ca49964a88bbce2261e387895b3499e', |
| 1155 | ) |
| 1156 | |
| 1157 | prebuilt_jar( |
| 1158 | name = 'metrics-ganglia', |
| 1159 | binary_jar = ':metrics-ganglia-3.1.2.jar', |
| 1160 | maven_coords = 'io.dropwizard.metrics:metrics-ganglia:3.1.2', |
| 1161 | visibility = [ 'PUBLIC' ], |
| 1162 | ) |
| 1163 | |
| 1164 | remote_file( |
| 1165 | name = 'metrics-ganglia-3.1.2.jar', |
| 1166 | out = 'metrics-ganglia-3.1.2.jar', |
| 1167 | url = 'mvn:io.dropwizard.metrics:metrics-ganglia:jar:3.1.2', |
| 1168 | sha1 = '2a4e2fcd6436f9b1771f0f9b6bab445dddcf704f', |
| 1169 | ) |
| 1170 | |
| 1171 | prebuilt_jar( |
| 1172 | name = 'metrics-graphite', |
| 1173 | binary_jar = ':metrics-graphite-3.1.2.jar', |
| 1174 | maven_coords = 'io.dropwizard.metrics:metrics-graphite:3.1.2', |
| 1175 | visibility = [ 'PUBLIC' ], |
| 1176 | ) |
| 1177 | |
| 1178 | remote_file( |
| 1179 | name = 'metrics-graphite-3.1.2.jar', |
| 1180 | out = 'metrics-graphite-3.1.2.jar', |
| 1181 | url = 'mvn:io.dropwizard.metrics:metrics-graphite:jar:3.1.2', |
| 1182 | sha1 = '15a68399652c6123fe6e4c82ac4f0749e2eb6583', |
| 1183 | ) |
| 1184 | |
| 1185 | prebuilt_jar( |
| 1186 | name = 'metrics-influxdb', |
| 1187 | binary_jar = ':metrics-influxdb-1.1.1.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 1188 | maven_coords = 'com.izettle:metrics-influxdb:jar:NON-OSGI:1.1.1', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1189 | visibility = [ 'PUBLIC' ], |
| 1190 | ) |
| 1191 | |
| 1192 | remote_file( |
| 1193 | name = 'metrics-influxdb-1.1.1.jar', |
| 1194 | out = 'metrics-influxdb-1.1.1.jar', |
| 1195 | url = 'mvn:com.izettle:metrics-influxdb:jar:1.1.1', |
| 1196 | sha1 = 'a911d778c2f8607dd4e7a4cdb9b0cd97adcd0343', |
| 1197 | ) |
| 1198 | |
| 1199 | prebuilt_jar( |
| 1200 | name = 'metrics-json', |
| 1201 | binary_jar = ':metrics-json-3.1.0.jar', |
| 1202 | maven_coords = 'io.dropwizard.metrics:metrics-json:3.1.0', |
| 1203 | visibility = [ 'PUBLIC' ], |
| 1204 | ) |
| 1205 | |
| 1206 | remote_file( |
| 1207 | name = 'metrics-json-3.1.0.jar', |
| 1208 | out = 'metrics-json-3.1.0.jar', |
| 1209 | url = 'mvn:io.dropwizard.metrics:metrics-json:jar:3.1.0', |
| 1210 | sha1 = '47b1c72af77ca81771422269b807ef6198392741', |
| 1211 | ) |
| 1212 | |
| 1213 | prebuilt_jar( |
| 1214 | name = 'minimal-json', |
| 1215 | binary_jar = ':minimal-json-0.9.4.jar', |
| 1216 | maven_coords = 'com.eclipsesource.minimal-json:minimal-json:0.9.4', |
| 1217 | visibility = [ 'PUBLIC' ], |
| 1218 | ) |
| 1219 | |
| 1220 | remote_file( |
| 1221 | name = 'minimal-json-0.9.4.jar', |
| 1222 | out = 'minimal-json-0.9.4.jar', |
| 1223 | url = 'mvn:com.eclipsesource.minimal-json:minimal-json:jar:0.9.4', |
| 1224 | sha1 = 'd6e7dd22569de97c2697a4af301a623f35028972', |
| 1225 | ) |
| 1226 | |
| 1227 | prebuilt_jar( |
| 1228 | name = 'minlog', |
| 1229 | binary_jar = ':minlog-1.3.0.jar', |
| 1230 | maven_coords = 'com.esotericsoftware:minlog:1.3.0', |
| 1231 | visibility = [ 'PUBLIC' ], |
| 1232 | ) |
| 1233 | |
| 1234 | remote_file( |
| 1235 | name = 'minlog-1.3.0.jar', |
| 1236 | out = 'minlog-1.3.0.jar', |
| 1237 | url = 'mvn:com.esotericsoftware:minlog:jar:1.3.0', |
| 1238 | sha1 = 'ff07b5f1b01d2f92bb00a337f9a94873712f0827', |
| 1239 | ) |
| 1240 | |
| 1241 | prebuilt_jar( |
| 1242 | name = 'netty', |
| 1243 | binary_jar = ':netty-3.10.5.Final.jar', |
| 1244 | maven_coords = 'io.netty:netty:3.10.5.Final', |
| 1245 | visibility = [ 'PUBLIC' ], |
| 1246 | ) |
| 1247 | |
| 1248 | remote_file( |
| 1249 | name = 'netty-3.10.5.Final.jar', |
| 1250 | out = 'netty-3.10.5.Final.jar', |
| 1251 | url = 'mvn:io.netty:netty:jar:3.10.5.Final', |
| 1252 | sha1 = '9ca7d55d246092bddd29b867706e2f6c7db701a0', |
| 1253 | ) |
| 1254 | |
| 1255 | prebuilt_jar( |
| 1256 | name = 'netty-buffer', |
| 1257 | binary_jar = ':netty-buffer-4.0.33.Final.jar', |
| 1258 | maven_coords = 'io.netty:netty-buffer:4.0.33.Final', |
| 1259 | visibility = [ 'PUBLIC' ], |
| 1260 | ) |
| 1261 | |
| 1262 | remote_file( |
| 1263 | name = 'netty-buffer-4.0.33.Final.jar', |
| 1264 | out = 'netty-buffer-4.0.33.Final.jar', |
| 1265 | url = 'mvn:io.netty:netty-buffer:jar:4.0.33.Final', |
| 1266 | sha1 = 'dd14c35b020af7aa1c6fed7ec5e67a2aa165619e', |
| 1267 | ) |
| 1268 | |
| 1269 | prebuilt_jar( |
| 1270 | name = 'netty-codec', |
| 1271 | binary_jar = ':netty-codec-4.0.33.Final.jar', |
| 1272 | maven_coords = 'io.netty:netty-codec:4.0.33.Final', |
| 1273 | visibility = [ 'PUBLIC' ], |
| 1274 | ) |
| 1275 | |
| 1276 | remote_file( |
| 1277 | name = 'netty-codec-4.0.33.Final.jar', |
| 1278 | out = 'netty-codec-4.0.33.Final.jar', |
| 1279 | url = 'mvn:io.netty:netty-codec:jar:4.0.33.Final', |
| 1280 | sha1 = '56c31f1e373a9374f56173383fe8b6e089ea0351', |
| 1281 | ) |
| 1282 | |
| 1283 | prebuilt_jar( |
| 1284 | name = 'netty-common', |
| 1285 | binary_jar = ':netty-common-4.0.33.Final.jar', |
| 1286 | maven_coords = 'io.netty:netty-common:4.0.33.Final', |
| 1287 | visibility = [ 'PUBLIC' ], |
| 1288 | ) |
| 1289 | |
| 1290 | remote_file( |
| 1291 | name = 'netty-common-4.0.33.Final.jar', |
| 1292 | out = 'netty-common-4.0.33.Final.jar', |
| 1293 | url = 'mvn:io.netty:netty-common:jar:4.0.33.Final', |
| 1294 | sha1 = '1a1fde71cb95a6e18754b0fd7ac6749f15a86543', |
| 1295 | ) |
| 1296 | |
| 1297 | prebuilt_jar( |
| 1298 | name = 'netty-handler', |
| 1299 | binary_jar = ':netty-handler-4.0.33.Final.jar', |
| 1300 | maven_coords = 'io.netty:netty-handler:4.0.33.Final', |
| 1301 | visibility = [ 'PUBLIC' ], |
| 1302 | ) |
| 1303 | |
| 1304 | remote_file( |
| 1305 | name = 'netty-handler-4.0.33.Final.jar', |
| 1306 | out = 'netty-handler-4.0.33.Final.jar', |
| 1307 | url = 'mvn:io.netty:netty-handler:jar:4.0.33.Final', |
| 1308 | sha1 = '88325df280c3ba83011cf442883f9f55dc83d5bb', |
| 1309 | ) |
| 1310 | |
| 1311 | prebuilt_jar( |
| 1312 | name = 'netty-transport', |
| 1313 | binary_jar = ':netty-transport-4.0.33.Final.jar', |
| 1314 | maven_coords = 'io.netty:netty-transport:4.0.33.Final', |
| 1315 | visibility = [ 'PUBLIC' ], |
| 1316 | ) |
| 1317 | |
| 1318 | remote_file( |
| 1319 | name = 'netty-transport-4.0.33.Final.jar', |
| 1320 | out = 'netty-transport-4.0.33.Final.jar', |
| 1321 | url = 'mvn:io.netty:netty-transport:jar:4.0.33.Final', |
| 1322 | sha1 = '287c2378318efc12d6bfe00835cd66317fc53dcd', |
| 1323 | ) |
| 1324 | |
| 1325 | prebuilt_jar( |
| 1326 | name = 'netty-transport-native-epoll', |
| 1327 | binary_jar = ':netty-transport-native-epoll-4.0.33.Final.jar', |
| 1328 | maven_coords = 'io.netty:netty-transport-native-epoll:4.0.33.Final', |
| 1329 | visibility = [ 'PUBLIC' ], |
| 1330 | ) |
| 1331 | |
| 1332 | remote_file( |
| 1333 | name = 'netty-transport-native-epoll-4.0.33.Final.jar', |
| 1334 | out = 'netty-transport-native-epoll-4.0.33.Final.jar', |
| 1335 | url = 'mvn:io.netty:netty-transport-native-epoll:jar:4.0.33.Final', |
| 1336 | sha1 = 'f17c2b172e28e9447e0ecf1a87bc4ce3d45647f0', |
| 1337 | ) |
| 1338 | |
| 1339 | prebuilt_jar( |
| 1340 | name = 'objenesis', |
| 1341 | binary_jar = ':objenesis-2.2.jar', |
| 1342 | maven_coords = 'org.objenesis:objenesis:2.2', |
| 1343 | visibility = [ 'PUBLIC' ], |
| 1344 | ) |
| 1345 | |
| 1346 | remote_file( |
| 1347 | name = 'objenesis-2.2.jar', |
| 1348 | out = 'objenesis-2.2.jar', |
| 1349 | url = 'mvn:org.objenesis:objenesis:jar:2.2', |
| 1350 | sha1 = '3fb533efdaa50a768c394aa4624144cf8df17845', |
| 1351 | ) |
| 1352 | |
| 1353 | prebuilt_jar( |
| 1354 | name = 'openflowj', |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 1355 | binary_jar = ':openflowj-0.9.3.onos-20160405.002022-1.jar', |
Brian O'Connor | c1fc0a8 | 2016-04-22 16:32:41 -0700 | [diff] [blame] | 1356 | maven_coords = 'org.onosproject:openflowj:0.9.3.onos-SNAPSHOT', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1357 | visibility = [ 'PUBLIC' ], |
| 1358 | ) |
| 1359 | |
| 1360 | remote_file( |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 1361 | name = 'openflowj-0.9.3.onos-20160405.002022-1.jar', |
| 1362 | out = 'openflowj-0.9.3.onos-20160405.002022-1.jar', |
| 1363 | url = 'https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/openflowj/0.9.3.onos-SNAPSHOT/openflowj-0.9.3.onos-20160405.002022-1.jar', |
| 1364 | sha1 = '2e64722ac68e6bfe6a1cbfbf79bbe023b99c6a2e', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1365 | ) |
| 1366 | |
| 1367 | prebuilt_jar( |
| 1368 | name = 'org.apache.felix.scr', |
| 1369 | binary_jar = ':org.apache.felix.scr-1.8.2.jar', |
| 1370 | maven_coords = 'org.apache.felix:org.apache.felix.scr:1.8.2', |
| 1371 | visibility = [ 'PUBLIC' ], |
| 1372 | ) |
| 1373 | |
| 1374 | remote_file( |
| 1375 | name = 'org.apache.felix.scr-1.8.2.jar', |
| 1376 | out = 'org.apache.felix.scr-1.8.2.jar', |
| 1377 | url = 'mvn:org.apache.felix:org.apache.felix.scr:jar:1.8.2', |
| 1378 | sha1 = 'c3047d56ee57de0752821fd9c3894dda664f2e37', |
| 1379 | ) |
| 1380 | |
| 1381 | prebuilt_jar( |
| 1382 | name = 'org.apache.felix.scr.annotations', |
| 1383 | binary_jar = ':org.apache.felix.scr.annotations-1.9.12.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 1384 | maven_coords = 'org.apache.felix:org.apache.felix.scr.annotations:jar:NON-OSGI:1.9.12', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1385 | visibility = [ 'PUBLIC' ], |
| 1386 | ) |
| 1387 | |
| 1388 | remote_file( |
| 1389 | name = 'org.apache.felix.scr.annotations-1.9.12.jar', |
| 1390 | out = 'org.apache.felix.scr.annotations-1.9.12.jar', |
| 1391 | url = 'mvn:org.apache.felix:org.apache.felix.scr.annotations:jar:1.9.12', |
| 1392 | sha1 = '5fdc34da641dda8b9165c2be93211479a186da9c', |
| 1393 | ) |
| 1394 | |
| 1395 | prebuilt_jar( |
| 1396 | name = 'org.apache.karaf.features.core', |
| 1397 | binary_jar = ':org.apache.karaf.features.core-3.0.5.jar', |
| 1398 | maven_coords = 'org.apache.karaf.features:org.apache.karaf.features.core:3.0.5', |
| 1399 | visibility = [ 'PUBLIC' ], |
| 1400 | ) |
| 1401 | |
| 1402 | remote_file( |
| 1403 | name = 'org.apache.karaf.features.core-3.0.5.jar', |
| 1404 | out = 'org.apache.karaf.features.core-3.0.5.jar', |
| 1405 | url = 'mvn:org.apache.karaf.features:org.apache.karaf.features.core:jar:3.0.5', |
| 1406 | sha1 = '595b5ddfc4eccad090cb2a1eb14e2ba3cebcb5de', |
| 1407 | ) |
| 1408 | |
| 1409 | prebuilt_jar( |
| 1410 | name = 'org.apache.karaf.shell.console', |
| 1411 | binary_jar = ':org.apache.karaf.shell.console-3.0.5.jar', |
| 1412 | maven_coords = 'org.apache.karaf.shell:org.apache.karaf.shell.console:3.0.5', |
| 1413 | visibility = [ 'PUBLIC' ], |
| 1414 | ) |
| 1415 | |
| 1416 | remote_file( |
| 1417 | name = 'org.apache.karaf.shell.console-3.0.5.jar', |
| 1418 | out = 'org.apache.karaf.shell.console-3.0.5.jar', |
| 1419 | url = 'mvn:org.apache.karaf.shell:org.apache.karaf.shell.console:jar:3.0.5', |
| 1420 | sha1 = 'bf60152b180919152f532ddbd96c7563c11bb048', |
| 1421 | ) |
| 1422 | |
| 1423 | prebuilt_jar( |
| 1424 | name = 'org.apache.karaf.system.core', |
| 1425 | binary_jar = ':org.apache.karaf.system.core-3.0.5.jar', |
| 1426 | maven_coords = 'org.apache.karaf.system:org.apache.karaf.system.core:3.0.5', |
| 1427 | visibility = [ 'PUBLIC' ], |
| 1428 | ) |
| 1429 | |
| 1430 | remote_file( |
| 1431 | name = 'org.apache.karaf.system.core-3.0.5.jar', |
| 1432 | out = 'org.apache.karaf.system.core-3.0.5.jar', |
| 1433 | url = 'mvn:org.apache.karaf.system:org.apache.karaf.system.core:jar:3.0.5', |
| 1434 | sha1 = '9740da22ad1c07b2651d837277f0e910a2fc2300', |
| 1435 | ) |
| 1436 | |
| 1437 | prebuilt_jar( |
| 1438 | name = 'org.apache.servicemix.bundles.snmp4j', |
| 1439 | binary_jar = ':org.apache.servicemix.bundles.snmp4j-2.3.4_1.jar', |
| 1440 | maven_coords = 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:2.3.4_1', |
| 1441 | visibility = [ 'PUBLIC' ], |
| 1442 | ) |
| 1443 | |
| 1444 | remote_file( |
| 1445 | name = 'org.apache.servicemix.bundles.snmp4j-2.3.4_1.jar', |
| 1446 | out = 'org.apache.servicemix.bundles.snmp4j-2.3.4_1.jar', |
| 1447 | url = 'mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:jar:2.3.4_1', |
| 1448 | sha1 = '5134e0b60a6d88b26fe4dec03488efe4f2463e65', |
| 1449 | ) |
| 1450 | |
| 1451 | prebuilt_jar( |
| 1452 | name = 'org.osgi.compendium', |
| 1453 | binary_jar = ':org.osgi.compendium-4.3.1.jar', |
| 1454 | maven_coords = 'org.osgi:org.osgi.compendium:4.3.1', |
| 1455 | visibility = [ 'PUBLIC' ], |
| 1456 | ) |
| 1457 | |
| 1458 | remote_file( |
| 1459 | name = 'org.osgi.compendium-4.3.1.jar', |
| 1460 | out = 'org.osgi.compendium-4.3.1.jar', |
| 1461 | url = 'mvn:org.osgi:org.osgi.compendium:jar:4.3.1', |
| 1462 | sha1 = 'd1c9d7819de47d938a96ac2a3813bfd914684cf4', |
| 1463 | ) |
| 1464 | |
| 1465 | prebuilt_jar( |
| 1466 | name = 'osgi-core', |
| 1467 | binary_jar = ':org.osgi.core-4.3.1.jar', |
| 1468 | maven_coords = 'org.osgi:org.osgi.core:4.3.1', |
| 1469 | visibility = [ 'PUBLIC' ], |
| 1470 | ) |
| 1471 | |
| 1472 | remote_file( |
| 1473 | name = 'org.osgi.core-4.3.1.jar', |
| 1474 | out = 'org.osgi.core-4.3.1.jar', |
| 1475 | url = 'mvn:org.osgi:org.osgi.core:jar:4.3.1', |
| 1476 | sha1 = '5458ffe2ba049e76c29f2df2dc3ffccddf8b839e', |
| 1477 | ) |
| 1478 | |
| 1479 | prebuilt_jar( |
| 1480 | name = 'reflectasm', |
| 1481 | binary_jar = ':reflectasm-1.11.0.jar', |
| 1482 | maven_coords = 'com.esotericsoftware:reflectasm:1.11.0', |
| 1483 | visibility = [ 'PUBLIC' ], |
| 1484 | ) |
| 1485 | |
| 1486 | remote_file( |
| 1487 | name = 'reflectasm-1.11.0.jar', |
| 1488 | out = 'reflectasm-1.11.0.jar', |
| 1489 | url = 'mvn:com.esotericsoftware:reflectasm:jar:1.11.0', |
| 1490 | sha1 = 'f747d8b017a26bac575f8da14e8c1df6aecd3154', |
| 1491 | ) |
| 1492 | |
| 1493 | prebuilt_jar( |
| 1494 | name = 'remotetea-oncrpc', |
| 1495 | binary_jar = ':remotetea-oncrpc-1.1.3.jar', |
| 1496 | maven_coords = 'org.acplt.remotetea:remotetea-oncrpc:1.1.3', |
| 1497 | visibility = [ 'PUBLIC' ], |
| 1498 | ) |
| 1499 | |
| 1500 | remote_file( |
| 1501 | name = 'remotetea-oncrpc-1.1.3.jar', |
| 1502 | out = 'remotetea-oncrpc-1.1.3.jar', |
| 1503 | url = 'mvn:org.acplt.remotetea:remotetea-oncrpc:jar:1.1.3', |
| 1504 | sha1 = '2f7d94c5179b0267a882259a03a83eaa320cbcce', |
| 1505 | ) |
| 1506 | |
| 1507 | prebuilt_jar( |
| 1508 | name = 'rrd4j', |
| 1509 | binary_jar = ':rrd4j-2.2.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 1510 | maven_coords = 'org.rrd4j:rrd4j:jar:NON-OSGI:2.2', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1511 | visibility = [ 'PUBLIC' ], |
| 1512 | ) |
| 1513 | |
| 1514 | remote_file( |
| 1515 | name = 'rrd4j-2.2.jar', |
| 1516 | out = 'rrd4j-2.2.jar', |
| 1517 | url = 'mvn:org.rrd4j:rrd4j:jar:2.2', |
| 1518 | sha1 = 'e5aee992ece8c82291b77bef96cd1d11c1e0a009', |
| 1519 | ) |
| 1520 | |
| 1521 | prebuilt_jar( |
| 1522 | name = 'servlet-api', |
| 1523 | binary_jar = ':servlet-api-2.5.jar', |
Brian O'Connor | bd6305a | 2016-04-25 14:28:12 -0700 | [diff] [blame] | 1524 | maven_coords = 'javax.servlet:servlet-api:jar:NON-OSGI:2.5', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1525 | visibility = [ 'PUBLIC' ], |
| 1526 | ) |
| 1527 | |
| 1528 | remote_file( |
| 1529 | name = 'servlet-api-2.5.jar', |
| 1530 | out = 'servlet-api-2.5.jar', |
| 1531 | url = 'mvn:javax.servlet:servlet-api:jar:2.5', |
| 1532 | sha1 = '5959582d97d8b61f4d154ca9e495aafd16726e34', |
| 1533 | ) |
| 1534 | |
| 1535 | prebuilt_jar( |
| 1536 | name = 'slf4j-api', |
| 1537 | binary_jar = ':slf4j-api-1.7.13.jar', |
| 1538 | maven_coords = 'org.slf4j:slf4j-api:1.7.13', |
| 1539 | visibility = [ 'PUBLIC' ], |
| 1540 | ) |
| 1541 | |
| 1542 | remote_file( |
| 1543 | name = 'slf4j-api-1.7.13.jar', |
| 1544 | out = 'slf4j-api-1.7.13.jar', |
| 1545 | url = 'mvn:org.slf4j:slf4j-api:jar:1.7.13', |
| 1546 | sha1 = '7fcf30c25b8f4a9379b9dad0d3f487b25272c026', |
| 1547 | ) |
| 1548 | |
| 1549 | prebuilt_jar( |
| 1550 | name = 'slf4j-jdk14', |
| 1551 | binary_jar = ':slf4j-jdk14-1.7.13.jar', |
| 1552 | maven_coords = 'org.slf4j:slf4j-jdk14:1.7.13', |
| 1553 | visibility = [ 'PUBLIC' ], |
| 1554 | ) |
| 1555 | |
| 1556 | remote_file( |
| 1557 | name = 'slf4j-jdk14-1.7.13.jar', |
| 1558 | out = 'slf4j-jdk14-1.7.13.jar', |
| 1559 | url = 'mvn:org.slf4j:slf4j-jdk14:jar:1.7.13', |
| 1560 | sha1 = 'bcc4dd3bffd6bce845164140bdf18ce14e76b423', |
| 1561 | ) |
| 1562 | |
| 1563 | prebuilt_jar( |
| 1564 | name = 'typesafe-config', |
| 1565 | binary_jar = ':config-1.2.1.jar', |
| 1566 | maven_coords = 'com.typesafe:config:1.2.1', |
| 1567 | visibility = [ 'PUBLIC' ], |
| 1568 | ) |
| 1569 | |
| 1570 | remote_file( |
| 1571 | name = 'config-1.2.1.jar', |
| 1572 | out = 'config-1.2.1.jar', |
| 1573 | url = 'mvn:com.typesafe:config:jar:1.2.1', |
| 1574 | sha1 = 'f771f71fdae3df231bcd54d5ca2d57f0bf93f467', |
| 1575 | ) |
| 1576 | |
| 1577 | prebuilt_jar( |
| 1578 | name = 'validation-api', |
| 1579 | binary_jar = ':validation-api-1.1.0.Final.jar', |
| 1580 | maven_coords = 'javax.validation:validation-api:1.1.0.Final', |
| 1581 | visibility = [ 'PUBLIC' ], |
| 1582 | ) |
| 1583 | |
| 1584 | remote_file( |
| 1585 | name = 'validation-api-1.1.0.Final.jar', |
| 1586 | out = 'validation-api-1.1.0.Final.jar', |
| 1587 | url = 'mvn:javax.validation:validation-api:jar:1.1.0.Final', |
| 1588 | sha1 = '8613ae82954779d518631e05daa73a6a954817d5', |
| 1589 | ) |
| 1590 | |
| 1591 | prebuilt_jar( |
| 1592 | name = 'checkstyle', |
| 1593 | binary_jar = ':checkstyle-6.11.2-all.jar', |
| 1594 | visibility = [ 'PUBLIC' ], |
| 1595 | ) |
| 1596 | |
| 1597 | remote_file( |
| 1598 | name = 'checkstyle-6.11.2-all.jar', |
| 1599 | out = 'checkstyle-6.11.2-all.jar', |
| 1600 | url = 'http://onlab.vicci.org/onos/third-party/checkstyle-6.11.2-all.jar', |
| 1601 | sha1 = 'f504187b1743e73ffe72c2eede0ff57d45536b7d', |
| 1602 | ) |
| 1603 | |
| 1604 | prebuilt_jar( |
| 1605 | name = 'bndlib', |
| 1606 | binary_jar = ':biz.aQute.bndlib-3.1.0.jar', |
| 1607 | maven_coords = 'biz.aQute.bnd:biz.aQute.bndlib:3.1.0', |
| 1608 | visibility = [ 'PUBLIC' ], |
| 1609 | ) |
| 1610 | |
| 1611 | remote_file( |
| 1612 | name = 'biz.aQute.bndlib-3.1.0.jar', |
| 1613 | out = 'biz.aQute.bndlib-3.1.0.jar', |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 1614 | url = 'mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0', |
| 1615 | sha1 = '8e45564ca80bf089276a35f916e8702e7b798cbb', |
| 1616 | ) |
| 1617 | |
| 1618 | prebuilt_jar( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1619 | name = 'org.apache.felix.scr.bnd', |
| 1620 | binary_jar = ':org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar', |
Brian O'Connor | c1fc0a8 | 2016-04-22 16:32:41 -0700 | [diff] [blame] | 1621 | maven_coords = 'org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1622 | visibility = [ 'PUBLIC' ], |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 1623 | ) |
| 1624 | |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 1625 | remote_file( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1626 | name = 'org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar', |
| 1627 | out = 'org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar', |
| 1628 | url = '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', |
| 1629 | sha1 = '607cac6eaba5b0eb0787a343b83fe535c42c09aa', |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 1630 | ) |
Ray Milkey | 820d633 | 2016-04-11 13:20:42 -0700 | [diff] [blame] | 1631 | |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1632 | prebuilt_jar( |
| 1633 | name = 'snmp-core', |
| 1634 | binary_jar = ':snmp-core-1.3-20160121.161050-3.jar', |
Brian O'Connor | c1fc0a8 | 2016-04-22 16:32:41 -0700 | [diff] [blame] | 1635 | maven_coords = 'com.btisystems:snmp-core:1.3-SNAPSHOT', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1636 | visibility = [ 'PUBLIC' ], |
Ray Milkey | 820d633 | 2016-04-11 13:20:42 -0700 | [diff] [blame] | 1637 | ) |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1638 | |
| 1639 | remote_file( |
| 1640 | name = 'snmp-core-1.3-20160121.161050-3.jar', |
| 1641 | out = 'snmp-core-1.3-20160121.161050-3.jar', |
| 1642 | url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/snmp-core/1.3-SNAPSHOT/snmp-core-1.3-20160121.161050-3.jar', |
| 1643 | sha1 = 'c2766c97b9c8c3a92070d1aa84740eff4ac23a1f', |
| 1644 | ) |
| 1645 | |
| 1646 | prebuilt_jar( |
| 1647 | name = 'bti7000', |
| 1648 | binary_jar = ':bti7000-1.0-20151221.113001-4.jar', |
Brian O'Connor | c1fc0a8 | 2016-04-22 16:32:41 -0700 | [diff] [blame] | 1649 | maven_coords = 'com.btisystems.mibbler.mibs:bti7000:1.0-SNAPSHOT', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1650 | visibility = [ 'PUBLIC' ], |
| 1651 | ) |
| 1652 | |
| 1653 | remote_file( |
| 1654 | name = 'bti7000-1.0-20151221.113001-4.jar', |
| 1655 | out = 'bti7000-1.0-20151221.113001-4.jar', |
| 1656 | url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/mibbler/mibs/bti7000/1.0-SNAPSHOT/bti7000-1.0-20151221.113001-4.jar', |
| 1657 | sha1 = '61de9a88dfb966d5dc825e0164d901992ad6c33b', |
| 1658 | ) |
| 1659 | |
| 1660 | prebuilt_jar( |
| 1661 | name = 'mibs-net-snmp', |
| 1662 | binary_jar = ':net-snmp-1.0-20151221.112958-4.jar', |
Brian O'Connor | c1fc0a8 | 2016-04-22 16:32:41 -0700 | [diff] [blame] | 1663 | maven_coords = 'com.btisystems.mibbler.mibs:net-snmp:1.0-SNAPSHOT', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1664 | visibility = [ 'PUBLIC' ], |
| 1665 | ) |
| 1666 | |
| 1667 | remote_file( |
| 1668 | name = 'net-snmp-1.0-20151221.112958-4.jar', |
| 1669 | out = 'net-snmp-1.0-20151221.112958-4.jar', |
| 1670 | url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/mibbler/mibs/net-snmp/1.0-SNAPSHOT/net-snmp-1.0-20151221.112958-4.jar', |
| 1671 | sha1 = 'efa58eeee87642dc800835f85dcbcc6be7eee4a1', |
| 1672 | ) |
| 1673 | |
| 1674 | prebuilt_jar( |
| 1675 | name = 'mibs-rfc', |
| 1676 | binary_jar = ':rfc-1.0-20151221.113000-6.jar', |
Brian O'Connor | c1fc0a8 | 2016-04-22 16:32:41 -0700 | [diff] [blame] | 1677 | maven_coords = 'com.btisystems.mibbler.mibs:rfc:1.0-SNAPSHOT', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 1678 | visibility = [ 'PUBLIC' ], |
| 1679 | ) |
| 1680 | |
| 1681 | remote_file( |
| 1682 | name = 'rfc-1.0-20151221.113000-6.jar', |
| 1683 | out = 'rfc-1.0-20151221.113000-6.jar', |
| 1684 | url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/mibbler/mibs/rfc/1.0-SNAPSHOT/rfc-1.0-20151221.113000-6.jar', |
| 1685 | sha1 = '54c6af6895084000ae75569d05df5d1866b926b7', |
| 1686 | ) |
| 1687 | |
| 1688 | prebuilt_jar( |
| 1689 | name = 'openstack4j-core', |
| 1690 | binary_jar = ':openstack4j-core-2.11.jar', |
| 1691 | maven_coords = 'org.pacesys:openstack4j-core:2.11', |
| 1692 | visibility = [ 'PUBLIC' ], |
| 1693 | ) |
| 1694 | |
| 1695 | remote_file( |
| 1696 | name = 'openstack4j-core-2.11.jar', |
| 1697 | out = 'openstack4j-core-2.11.jar', |
| 1698 | url = 'mvn:org.pacesys:openstack4j-core:jar:2.11', |
| 1699 | sha1 = '583f508c55f5dceb90504a4a8a0590afb8a8a03a', |
| 1700 | ) |
| 1701 | |
| 1702 | prebuilt_jar( |
| 1703 | name = 'openstack4j-http-connector', |
| 1704 | binary_jar = ':openstack4j-http-connector-2.11.jar', |
| 1705 | maven_coords = 'org.pacesys.openstack4j.connectors:openstack4j-http-connector:2.11', |
| 1706 | visibility = [ 'PUBLIC' ], |
| 1707 | ) |
| 1708 | |
| 1709 | remote_file( |
| 1710 | name = 'openstack4j-http-connector-2.11.jar', |
| 1711 | out = 'openstack4j-http-connector-2.11.jar', |
| 1712 | url = 'mvn:org.pacesys.openstack4j.connectors:openstack4j-http-connector:jar:2.11', |
| 1713 | sha1 = 'a153800e114916b4125de2cdb743497c0f99aef5', |
| 1714 | ) |
| 1715 | |
| 1716 | prebuilt_jar( |
| 1717 | name = 'openstack4j-httpclient', |
| 1718 | binary_jar = ':openstack4j-httpclient-2.11.jar', |
| 1719 | maven_coords = 'org.pacesys.openstack4j.connectors:openstack4j-httpclient:2.11', |
| 1720 | visibility = [ 'PUBLIC' ], |
| 1721 | ) |
| 1722 | |
| 1723 | remote_file( |
| 1724 | name = 'openstack4j-httpclient-2.11.jar', |
| 1725 | out = 'openstack4j-httpclient-2.11.jar', |
| 1726 | url = 'mvn:org.pacesys.openstack4j.connectors:openstack4j-httpclient:jar:2.11', |
| 1727 | sha1 = 'd050e21295959a4ce2c07ca193ccbe28d8bfa3c1', |
| 1728 | ) |
| 1729 | |