Yuta HIGUCHI | 86f142f | 2016-07-09 17:44:09 -0700 | [diff] [blame] | 1 | # ***** This file was auto-generated at Tue Aug 16 15:39:29 PDT 2016. Do not edit this file manually. ***** |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 2 | osgi_feature_group( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 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', |
ADARA Networks | 1fb1eb1 | 2016-09-01 12:04:07 -0700 | [diff] [blame] | 36 | ':amqp-client', |
| 37 | ':gson', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 38 | ], |
| 39 | ) |
| 40 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 41 | osgi_feature_group( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 42 | name = 'CORE_DEPS', |
| 43 | visibility = ['PUBLIC'], |
| 44 | exported_deps = [ |
| 45 | ':COMPILE', |
| 46 | '//core/api:onos-api', |
| 47 | '//utils/misc:onlab-misc', |
| 48 | '//utils/osgi:onlab-osgi', |
| 49 | ], |
| 50 | ) |
| 51 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 52 | osgi_feature_group( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 53 | name = 'TEST', |
| 54 | visibility = ['PUBLIC'], |
| 55 | exported_deps = [ |
| 56 | ':junit', |
| 57 | ':easymock', |
| 58 | ':hamcrest-core', |
| 59 | ':hamcrest-library', |
| 60 | ':hamcrest-all', |
| 61 | ':guava-testlib', |
| 62 | '//utils/junit:onlab-junit', |
| 63 | ], |
| 64 | ) |
| 65 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 66 | osgi_feature_group( |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 67 | name = 'TEST_ADAPTERS', |
| 68 | visibility = ['PUBLIC'], |
| 69 | exported_deps = [ |
| 70 | ':TEST', |
| 71 | '//core/common:onos-core-common', |
| 72 | '//core/api:onos-api-tests', |
| 73 | '//core/common:onos-core-common-tests', |
| 74 | ], |
| 75 | ) |
| 76 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 77 | osgi_feature_group( |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 78 | name = 'TEST_REST', |
| 79 | visibility = ['PUBLIC'], |
| 80 | exported_deps = [ |
| 81 | ':TEST_ADAPTERS', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 82 | ':jersey-client', |
| 83 | ':jersey-server', |
| 84 | ':jersey-common', |
| 85 | ':jersey-test-framework-core', |
Jian Li | 4fb7177 | 2016-04-20 09:41:56 -0700 | [diff] [blame] | 86 | ':jersey-test-framework-jetty', |
| 87 | ':jersey-container-jetty-http', |
| 88 | ':jetty-continuation', |
| 89 | ':jetty-http', |
Jian Li | 4fb7177 | 2016-04-20 09:41:56 -0700 | [diff] [blame] | 90 | ':jetty-server', |
| 91 | ':jetty-io', |
| 92 | ':jetty-util', |
Brian O'Connor | 244b6ff | 2016-04-22 15:21:05 -0700 | [diff] [blame] | 93 | ':javax.servlet-api', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 94 | ':jersey-guava', |
| 95 | ':hk2-api', |
| 96 | ':hk2-locator', |
| 97 | ':hk2-utils', |
| 98 | ':javax.inject', |
| 99 | ':hk2-osgi-resource-locator', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 100 | ':javax.annotation-api', |
| 101 | ':validation-api', |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 102 | '//core/common:onos-core-common', |
| 103 | '//core/api:onos-api-tests', |
| 104 | '//core/common:onos-core-common-tests', |
| 105 | '//utils/osgi:onlab-osgi-tests', |
| 106 | ], |
| 107 | ) |
| 108 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 109 | remote_jar ( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 110 | name = 'gmetric4j', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 111 | out = 'gmetric4j-1.0.10.jar', |
| 112 | url = 'mvn:info.ganglia.gmetric4j:gmetric4j:jar:1.0.10', |
| 113 | sha1 = '3d62003123b586adb86cb028cc0f8a8c3a701d81', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 114 | maven_coords = 'info.ganglia.gmetric4j:gmetric4j:1.0.10', |
| 115 | visibility = [ 'PUBLIC' ], |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 116 | ) |
| 117 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 118 | remote_jar ( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 119 | name = 'aopalliance-repackaged', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 120 | out = 'aopalliance-repackaged-2.4.0-b34.jar', |
| 121 | url = 'mvn:org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34', |
| 122 | sha1 = '3d5e856dbc91a3a2b0bcb3a3424f8b62421ae4cf', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 123 | maven_coords = 'org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34', |
| 124 | visibility = [ 'PUBLIC' ], |
| 125 | ) |
| 126 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 127 | remote_jar ( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 128 | name = 'asm', |
Yuta HIGUCHI | 86f142f | 2016-07-09 17:44:09 -0700 | [diff] [blame] | 129 | out = 'asm-5.0.4.jar', |
| 130 | url = 'mvn:org.ow2.asm:asm:jar:5.0.4', |
| 131 | sha1 = '0da08b8cce7bbf903602a25a3a163ae252435795', |
| 132 | maven_coords = 'org.ow2.asm:asm:5.0.4', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 133 | visibility = [ 'PUBLIC' ], |
| 134 | ) |
| 135 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 136 | remote_jar ( |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 137 | name = 'atomix', |
Madan Jampani | eea133a | 2016-06-23 15:59:08 -0700 | [diff] [blame] | 138 | out = 'atomix-all-1.0.0-rc9.jar', |
| 139 | url = 'mvn:io.atomix:atomix-all:jar:1.0.0-rc9', |
| 140 | sha1 = '05a5ff76bba888856416b3132e1c45626f0fcaaf', |
| 141 | maven_coords = 'io.atomix:atomix-all:1.0.0-rc9', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 142 | visibility = [ 'PUBLIC' ], |
| 143 | ) |
| 144 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 145 | remote_jar ( |
Ray Milkey | 4e5139b | 2016-04-27 15:50:43 -0700 | [diff] [blame] | 146 | name = 'commons-codec', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 147 | out = 'commons-codec-1.10.jar', |
| 148 | url = 'mvn:commons-codec:commons-codec:jar:1.10', |
| 149 | sha1 = '4b95f4897fa13f2cd904aee711aeafc0c5295cd8', |
Ray Milkey | 4e5139b | 2016-04-27 15:50:43 -0700 | [diff] [blame] | 150 | maven_coords = 'commons-codec:commons-codec:1.10', |
| 151 | visibility = [ 'PUBLIC' ], |
| 152 | ) |
| 153 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 154 | remote_jar ( |
| 155 | name = 'commons-collections', |
| 156 | out = 'commons-collections-3.2.2.jar', |
| 157 | url = 'mvn:commons-collections:commons-collections:jar:3.2.2', |
| 158 | sha1 = '8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5', |
| 159 | maven_coords = 'commons-collections:commons-collections:3.2.2', |
| 160 | visibility = [ 'PUBLIC' ], |
Ray Milkey | 4e5139b | 2016-04-27 15:50:43 -0700 | [diff] [blame] | 161 | ) |
| 162 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 163 | remote_jar ( |
| 164 | name = 'commons-configuration', |
| 165 | out = 'commons-configuration-1.10.jar', |
| 166 | url = 'mvn:commons-configuration:commons-configuration:jar:1.10', |
| 167 | sha1 = '2b36e4adfb66d966c5aef2d73deb6be716389dc9', |
| 168 | maven_coords = 'commons-configuration:commons-configuration:1.10', |
| 169 | visibility = [ 'PUBLIC' ], |
| 170 | ) |
Ray Milkey | 4e5139b | 2016-04-27 15:50:43 -0700 | [diff] [blame] | 171 | |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 172 | remote_jar ( |
| 173 | name = 'commons-io', |
| 174 | out = 'commons-io-2.4.jar', |
| 175 | url = 'mvn:commons-io:commons-io:jar:2.4', |
| 176 | sha1 = 'b1b6ea3b7e4aa4f492509a4952029cd8e48019ad', |
| 177 | maven_coords = 'commons-io:commons-io:2.4', |
| 178 | visibility = [ 'PUBLIC' ], |
| 179 | ) |
| 180 | |
| 181 | remote_jar ( |
| 182 | name = 'commons-lang', |
| 183 | out = 'commons-lang-2.6.jar', |
| 184 | url = 'mvn:commons-lang:commons-lang:jar:2.6', |
| 185 | sha1 = '0ce1edb914c94ebc388f086c6827e8bdeec71ac2', |
| 186 | maven_coords = 'commons-lang:commons-lang:2.6', |
| 187 | visibility = [ 'PUBLIC' ], |
| 188 | ) |
| 189 | |
| 190 | remote_jar ( |
| 191 | name = 'commons-lang3', |
| 192 | out = 'commons-lang3-3.4.jar', |
| 193 | url = 'mvn:org.apache.commons:commons-lang3:jar:3.4', |
| 194 | sha1 = '5fe28b9518e58819180a43a850fbc0dd24b7c050', |
| 195 | maven_coords = 'org.apache.commons:commons-lang3:3.4', |
| 196 | visibility = [ 'PUBLIC' ], |
| 197 | ) |
| 198 | |
| 199 | remote_jar ( |
| 200 | name = 'commons-logging', |
| 201 | out = 'commons-logging-1.1.1.jar', |
| 202 | url = 'mvn:commons-logging:commons-logging:jar:1.1.1', |
| 203 | sha1 = '5043bfebc3db072ed80fbd362e7caf00e885d8ae', |
| 204 | maven_coords = 'commons-logging:commons-logging:jar:NON-OSGI:1.1.1', |
| 205 | visibility = [ 'PUBLIC' ], |
| 206 | ) |
| 207 | |
| 208 | remote_jar ( |
| 209 | name = 'commons-math3', |
Jian Li | 3276d15 | 2016-04-13 15:30:32 -0700 | [diff] [blame] | 210 | out = 'commons-math3-3.6.1.jar', |
| 211 | url = 'mvn:org.apache.commons:commons-math3:jar:3.6.1', |
| 212 | sha1 = 'e4ba98f1d4b3c80ec46392f25e094a6a2e58fcbf', |
| 213 | maven_coords = 'org.apache.commons:commons-math3:3.6.1', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 214 | visibility = [ 'PUBLIC' ], |
| 215 | ) |
| 216 | |
| 217 | remote_jar ( |
| 218 | name = 'commons-pool', |
| 219 | out = 'commons-pool-1.6.jar', |
| 220 | url = 'mvn:commons-pool:commons-pool:jar:1.6', |
| 221 | sha1 = '4572d589699f09d866a226a14b7f4323c6d8f040', |
| 222 | maven_coords = 'commons-pool:commons-pool:1.6', |
| 223 | visibility = [ 'PUBLIC' ], |
| 224 | ) |
| 225 | |
| 226 | remote_jar ( |
Brian O'Connor | be95f68 | 2016-05-18 15:40:19 -0700 | [diff] [blame] | 227 | name = 'commons-beanutils', |
| 228 | out = 'commons-beanutils-1.9.2.jar', |
| 229 | url = 'mvn:commons-beanutils:commons-beanutils:jar:1.9.2', |
| 230 | sha1 = '7a87d845ad3a155297e8f67d9008f4c1e5656b71', |
| 231 | maven_coords = 'commons-beanutils:commons-beanutils:1.9.2', |
| 232 | visibility = [ 'PUBLIC' ], |
| 233 | ) |
| 234 | |
| 235 | remote_jar ( |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 236 | name = 'concurrent-trees', |
| 237 | out = 'concurrent-trees-2.4.0.jar', |
| 238 | url = 'mvn:com.googlecode.concurrent-trees:concurrent-trees:jar:2.4.0', |
| 239 | sha1 = '2e505b78f9216abebbbdf1c3254bf9f4c565ae43', |
| 240 | maven_coords = 'com.googlecode.concurrent-trees:concurrent-trees:jar:NON-OSGI:2.4.0', |
| 241 | visibility = [ 'PUBLIC' ], |
| 242 | ) |
| 243 | |
| 244 | remote_jar ( |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 245 | name = 'easymock', |
| 246 | out = 'easymock-3.4.jar', |
| 247 | url = 'mvn:org.easymock:easymock:jar:3.4', |
| 248 | sha1 = '9fdeea183a399f25c2469497612cad131e920fa3', |
| 249 | maven_coords = 'org.easymock:easymock:3.4', |
| 250 | visibility = [ 'PUBLIC' ], |
| 251 | ) |
| 252 | |
| 253 | remote_jar ( |
Brian O'Connor | be95f68 | 2016-05-18 15:40:19 -0700 | [diff] [blame] | 254 | name = 'antlr', |
| 255 | out = 'antlr-2.7.7.jar', |
| 256 | url = 'mvn:antlr:antlr:jar:2.7.7', |
| 257 | sha1 = '83cd2cd674a217ade95a4bb83a8a14f351f48bd0', |
| 258 | maven_coords = 'antlr:antlr:jar:NON-OSGI:2.7.7', |
| 259 | visibility = [ 'PUBLIC' ], |
| 260 | ) |
| 261 | |
| 262 | remote_jar ( |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 263 | name = 'error_prone_annotations', |
| 264 | out = 'error_prone_annotations-2.0.2.jar', |
| 265 | url = 'mvn:com.google.errorprone:error_prone_annotations:jar:2.0.2', |
| 266 | sha1 = '8382c6cdc18c8c8ad7840024fa340509cf16be11', |
| 267 | maven_coords = 'com.google.errorprone:error_prone_annotations:jar:NON-OSGI:2.0.2', |
| 268 | visibility = [ 'PUBLIC' ], |
| 269 | ) |
| 270 | |
| 271 | remote_jar ( |
| 272 | name = 'ganymed-ssh2', |
| 273 | out = 'ganymed-ssh2-262.jar', |
| 274 | url = 'mvn:ch.ethz.ganymed:ganymed-ssh2:jar:262', |
| 275 | sha1 = '7761dc665d0f6993dc846d914214fb93291e2bdf', |
| 276 | maven_coords = 'ch.ethz.ganymed:ganymed-ssh2:jar:NON-OSGI:262', |
| 277 | visibility = [ 'PUBLIC' ], |
| 278 | ) |
| 279 | |
| 280 | remote_jar ( |
| 281 | name = 'jersey-container-jetty-http', |
| 282 | out = 'jersey-container-jetty-http-2.22.2.jar', |
| 283 | url = 'mvn:org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.22.2', |
| 284 | sha1 = '7421abf505bda989087745a458b5ccf2cd327297', |
| 285 | maven_coords = 'org.glassfish.jersey.containers:jersey-container-jetty-http:2.22.2', |
| 286 | visibility = [ 'PUBLIC' ], |
| 287 | ) |
| 288 | |
| 289 | remote_jar ( |
| 290 | name = 'jersey-container-servlet', |
| 291 | out = 'jersey-container-servlet-2.22.2.jar', |
| 292 | url = 'mvn:org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2', |
| 293 | sha1 = 'd90487b9809f822af7731abb8896a2183e7c4a0c', |
| 294 | maven_coords = 'org.glassfish.jersey.containers:jersey-container-servlet:2.22.2', |
| 295 | visibility = [ 'PUBLIC' ], |
| 296 | ) |
| 297 | |
| 298 | remote_jar ( |
| 299 | name = 'jersey-container-servlet-core', |
| 300 | out = 'jersey-container-servlet-core-2.22.2.jar', |
| 301 | url = 'mvn:org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2', |
| 302 | sha1 = '212c534c5b030594ccf5c4b929e8f7cbf26eb1ba', |
| 303 | maven_coords = 'org.glassfish.jersey.containers:jersey-container-servlet-core:2.22.2', |
| 304 | visibility = [ 'PUBLIC' ], |
| 305 | ) |
| 306 | |
| 307 | remote_jar ( |
| 308 | name = 'guava', |
| 309 | out = 'guava-19.0.jar', |
| 310 | url = 'mvn:com.google.guava:guava:jar:19.0', |
| 311 | sha1 = '6ce200f6b23222af3d8abb6b6459e6c44f4bb0e9', |
| 312 | maven_coords = 'com.google.guava:guava:19.0', |
| 313 | visibility = [ 'PUBLIC' ], |
| 314 | ) |
| 315 | |
| 316 | remote_jar ( |
| 317 | name = 'guava-testlib', |
| 318 | out = 'guava-testlib-19.0.jar', |
| 319 | url = 'mvn:com.google.guava:guava-testlib:jar:19.0', |
| 320 | sha1 = 'ce5b880b206de3f76d364988a6308c68c726f74a', |
| 321 | maven_coords = 'com.google.guava:guava-testlib:jar:NON-OSGI:19.0', |
| 322 | visibility = [ 'PUBLIC' ], |
| 323 | ) |
| 324 | |
| 325 | remote_jar ( |
| 326 | name = 'hamcrest-all', |
| 327 | out = 'hamcrest-all-1.3.jar', |
| 328 | url = 'mvn:org.hamcrest:hamcrest-all:jar:1.3', |
| 329 | sha1 = '63a21ebc981131004ad02e0434e799fd7f3a8d5a', |
| 330 | maven_coords = 'org.hamcrest:hamcrest-all:jar:NON-OSGI:1.3', |
| 331 | visibility = [ 'PUBLIC' ], |
| 332 | ) |
| 333 | |
| 334 | remote_jar ( |
| 335 | name = 'hamcrest-core', |
| 336 | out = 'hamcrest-core-1.3.jar', |
| 337 | url = 'mvn:org.hamcrest:hamcrest-core:jar:1.3', |
| 338 | sha1 = '42a25dc3219429f0e5d060061f71acb49bf010a0', |
| 339 | maven_coords = 'org.hamcrest:hamcrest-core:jar:NON-OSGI:1.3', |
| 340 | visibility = [ 'PUBLIC' ], |
| 341 | ) |
| 342 | |
| 343 | remote_jar ( |
| 344 | name = 'hamcrest-library', |
| 345 | out = 'hamcrest-library-1.3.jar', |
| 346 | url = 'mvn:org.hamcrest:hamcrest-library:jar:1.3', |
| 347 | sha1 = '4785a3c21320980282f9f33d0d1264a69040538f', |
| 348 | maven_coords = 'org.hamcrest:hamcrest-library:jar:NON-OSGI:1.3', |
| 349 | visibility = [ 'PUBLIC' ], |
| 350 | ) |
| 351 | |
| 352 | remote_jar ( |
| 353 | name = 'hk2-api', |
| 354 | out = 'hk2-api-2.4.0-b34.jar', |
| 355 | url = 'mvn:org.glassfish.hk2:hk2-api:jar:2.4.0-b34', |
| 356 | sha1 = '1017432e219dbd1d4a1121b2d7e87c5b2f0bcfb9', |
| 357 | maven_coords = 'org.glassfish.hk2:hk2-api:2.4.0-b34', |
| 358 | visibility = [ 'PUBLIC' ], |
| 359 | ) |
| 360 | |
| 361 | remote_jar ( |
| 362 | name = 'hk2-locator', |
| 363 | out = 'hk2-locator-2.4.0-b34.jar', |
| 364 | url = 'mvn:org.glassfish.hk2:hk2-locator:jar:2.4.0-b34', |
| 365 | sha1 = '1451fc3e5b7f00d7a5ca0feaff2c1bf68be5ac91', |
| 366 | maven_coords = 'org.glassfish.hk2:hk2-locator:2.4.0-b34', |
| 367 | visibility = [ 'PUBLIC' ], |
| 368 | ) |
| 369 | |
| 370 | remote_jar ( |
| 371 | name = 'hk2-osgi-resource-locator', |
| 372 | out = 'osgi-resource-locator-1.0.1.jar', |
| 373 | url = 'mvn:org.glassfish.hk2:osgi-resource-locator:jar:1.0.1', |
| 374 | sha1 = '4ed2b2d4738aed5786cfa64cba5a332779c4c708', |
| 375 | maven_coords = 'org.glassfish.hk2:osgi-resource-locator:1.0.1', |
| 376 | visibility = [ 'PUBLIC' ], |
| 377 | ) |
| 378 | |
| 379 | remote_jar ( |
| 380 | name = 'hk2-utils', |
| 381 | out = 'hk2-utils-2.4.0-b34.jar', |
| 382 | url = 'mvn:org.glassfish.hk2:hk2-utils:jar:2.4.0-b34', |
| 383 | sha1 = 'aacce18411fffef9621d8fc91464ca0477119c38', |
| 384 | maven_coords = 'org.glassfish.hk2:hk2-utils:2.4.0-b34', |
| 385 | visibility = [ 'PUBLIC' ], |
| 386 | ) |
| 387 | |
| 388 | remote_jar ( |
| 389 | name = 'httpclient-osgi', |
| 390 | out = 'httpclient-osgi-4.5.1.jar', |
| 391 | url = 'mvn:org.apache.httpcomponents:httpclient-osgi:jar:4.5.1', |
| 392 | sha1 = '0220a68ff36e5b0fa71b5dc0b1dc1d4ad2dcf524', |
| 393 | maven_coords = 'org.apache.httpcomponents:httpclient-osgi:4.5.1', |
| 394 | visibility = [ 'PUBLIC' ], |
| 395 | ) |
| 396 | |
| 397 | remote_jar ( |
| 398 | name = 'httpcore-osgi', |
| 399 | out = 'httpcore-osgi-4.4.4.jar', |
| 400 | url = 'mvn:org.apache.httpcomponents:httpcore-osgi:jar:4.4.4', |
| 401 | sha1 = 'd5c14055e569afca96f4603d6f9d467bc72ccba8', |
| 402 | maven_coords = 'org.apache.httpcomponents:httpcore-osgi:4.4.4', |
| 403 | visibility = [ 'PUBLIC' ], |
| 404 | ) |
| 405 | |
| 406 | remote_jar ( |
| 407 | name = 'influxdb-java', |
Jian Li | 3276d15 | 2016-04-13 15:30:32 -0700 | [diff] [blame] | 408 | out = 'influxdb-java-2.2.jar', |
| 409 | url = 'mvn:org.influxdb:influxdb-java:jar:2.2', |
| 410 | sha1 = '3774bf8fc20385c99fe003cc104af14eba1cbc6a', |
| 411 | maven_coords = 'org.influxdb:influxdb-java:jar:NON-OSGI:2.2', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 412 | visibility = [ 'PUBLIC' ], |
| 413 | ) |
| 414 | |
| 415 | remote_jar ( |
| 416 | name = 'jackson-annotations', |
Jian Li | 0a119fe | 2016-04-13 14:24:20 -0700 | [diff] [blame] | 417 | out = 'jackson-annotations-2.7.3.jar', |
| 418 | url = 'mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.7.3', |
| 419 | sha1 = 'e250c11c1329c7b6b62442a9743befad78be553c', |
| 420 | maven_coords = 'com.fasterxml.jackson.core:jackson-annotations:2.7.3', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 421 | visibility = [ 'PUBLIC' ], |
| 422 | ) |
| 423 | |
| 424 | remote_jar ( |
| 425 | name = 'jackson-core', |
Jian Li | 0a119fe | 2016-04-13 14:24:20 -0700 | [diff] [blame] | 426 | out = 'jackson-core-2.7.3.jar', |
| 427 | url = 'mvn:com.fasterxml.jackson.core:jackson-core:jar:2.7.3', |
| 428 | sha1 = '1499b854ae9f370409792db5af1b552dc7d9682f', |
| 429 | maven_coords = 'com.fasterxml.jackson.core:jackson-core:2.7.3', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 430 | visibility = [ 'PUBLIC' ], |
| 431 | ) |
| 432 | |
| 433 | remote_jar ( |
| 434 | name = 'jackson-databind', |
Jian Li | 0a119fe | 2016-04-13 14:24:20 -0700 | [diff] [blame] | 435 | out = 'jackson-databind-2.7.3.jar', |
| 436 | url = 'mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.7.3', |
| 437 | sha1 = 'f12e6cd05cbaecd74d16e685d45b627732939e42', |
| 438 | maven_coords = 'com.fasterxml.jackson.core:jackson-databind:2.7.3', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 439 | visibility = [ 'PUBLIC' ], |
| 440 | ) |
| 441 | |
| 442 | remote_jar ( |
| 443 | name = 'javax.annotation-api', |
| 444 | out = 'javax.annotation-api-1.2.jar', |
| 445 | url = 'mvn:javax.annotation:javax.annotation-api:jar:1.2', |
| 446 | sha1 = '479c1e06db31c432330183f5cae684163f186146', |
| 447 | maven_coords = 'javax.annotation:javax.annotation-api:1.2', |
| 448 | visibility = [ 'PUBLIC' ], |
| 449 | ) |
| 450 | |
| 451 | remote_jar ( |
| 452 | name = 'javax.inject', |
| 453 | out = 'javax.inject-2.4.0-b34.jar', |
| 454 | url = 'mvn:org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34', |
| 455 | sha1 = 'a6a3d4935af7b03e44126b5aac2c2a0ce98fe6e9', |
| 456 | maven_coords = 'org.glassfish.hk2.external:javax.inject:2.4.0-b34', |
| 457 | visibility = [ 'PUBLIC' ], |
| 458 | ) |
| 459 | |
| 460 | remote_jar ( |
| 461 | name = 'javax.ws.rs-api', |
| 462 | out = 'javax.ws.rs-api-2.0.1.jar', |
| 463 | url = 'mvn:javax.ws.rs:javax.ws.rs-api:jar:2.0.1', |
| 464 | sha1 = '104e9c2b5583cfcfeac0402316221648d6d8ea6b', |
| 465 | maven_coords = 'javax.ws.rs:javax.ws.rs-api:2.0.1', |
| 466 | visibility = [ 'PUBLIC' ], |
| 467 | ) |
| 468 | |
| 469 | remote_jar ( |
| 470 | name = 'jersey-client', |
| 471 | out = 'jersey-client-2.22.2.jar', |
| 472 | url = 'mvn:org.glassfish.jersey.core:jersey-client:jar:2.22.2', |
| 473 | sha1 = '1712fff037ce5a59e3d67f90fff29222989799ee', |
| 474 | maven_coords = 'org.glassfish.jersey.core:jersey-client:2.22.2', |
| 475 | visibility = [ 'PUBLIC' ], |
| 476 | ) |
| 477 | |
| 478 | remote_jar ( |
| 479 | name = 'jersey-common', |
| 480 | out = 'jersey-common-2.22.2.jar', |
| 481 | url = 'mvn:org.glassfish.jersey.core:jersey-common:jar:2.22.2', |
| 482 | sha1 = '1209b89878b60ce7d49afadeff7522d2fde0e217', |
| 483 | maven_coords = 'org.glassfish.jersey.core:jersey-common:2.22.2', |
| 484 | visibility = [ 'PUBLIC' ], |
| 485 | ) |
| 486 | |
| 487 | remote_jar ( |
| 488 | name = 'jersey-guava', |
| 489 | out = 'jersey-guava-2.22.2.jar', |
| 490 | url = 'mvn:org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2', |
| 491 | sha1 = '7422c693c89640c9685dfa99dbef2da745aa4617', |
| 492 | maven_coords = 'org.glassfish.jersey.bundles.repackaged:jersey-guava:2.22.2', |
| 493 | visibility = [ 'PUBLIC' ], |
| 494 | ) |
| 495 | |
| 496 | remote_jar ( |
| 497 | name = 'jersey-media-multipart', |
| 498 | out = 'jersey-media-multipart-2.22.2.jar', |
| 499 | url = 'mvn:org.glassfish.jersey.media:jersey-media-multipart:jar:2.22.2', |
| 500 | sha1 = '304107e42563307acd337c20734148cca41cda91', |
| 501 | maven_coords = 'org.glassfish.jersey.media:jersey-media-multipart:2.22.2', |
| 502 | visibility = [ 'PUBLIC' ], |
| 503 | ) |
| 504 | |
| 505 | remote_jar ( |
| 506 | name = 'jersey-server', |
| 507 | out = 'jersey-server-2.22.2.jar', |
| 508 | url = 'mvn:org.glassfish.jersey.core:jersey-server:jar:2.22.2', |
| 509 | sha1 = '5ede3e5f98f8b14d31d1d0fffe9908df2bd41c0f', |
| 510 | maven_coords = 'org.glassfish.jersey.core:jersey-server:2.22.2', |
| 511 | visibility = [ 'PUBLIC' ], |
| 512 | ) |
| 513 | |
| 514 | remote_jar ( |
| 515 | name = 'jersey-test-framework-core', |
| 516 | out = 'jersey-test-framework-core-2.22.2.jar', |
| 517 | url = 'mvn:org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:2.22.2', |
| 518 | sha1 = '0abc7ab1ac424392d8761798318f706de40fef4d', |
| 519 | maven_coords = 'org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:NON-OSGI:2.22.2', |
| 520 | visibility = [ 'PUBLIC' ], |
| 521 | ) |
| 522 | |
| 523 | remote_jar ( |
| 524 | name = 'jersey-test-framework-jetty', |
| 525 | out = 'jersey-test-framework-provider-jetty-2.22.2.jar', |
| 526 | url = 'mvn:org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar:2.22.2', |
| 527 | sha1 = 'ab3b0418403f6a5cfc311f92b7cd589dc32f60ed', |
| 528 | maven_coords = 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar:NON-OSGI:2.22.2', |
| 529 | visibility = [ 'PUBLIC' ], |
| 530 | ) |
| 531 | |
| 532 | remote_jar ( |
| 533 | name = 'jetty-util', |
| 534 | out = 'jetty-util-9.1.6.v20160112.jar', |
| 535 | url = 'mvn:org.eclipse.jetty:jetty-util:jar:9.1.6.v20160112', |
| 536 | sha1 = 'd4337bc023fe99b072abc56425b8a317ffd3f462', |
| 537 | maven_coords = 'org.eclipse.jetty:jetty-util:9.1.6.v20160112', |
| 538 | visibility = [ 'PUBLIC' ], |
| 539 | ) |
| 540 | |
| 541 | remote_jar ( |
| 542 | name = 'jetty-websocket', |
Jian Li | 3276d15 | 2016-04-13 15:30:32 -0700 | [diff] [blame] | 543 | out = 'jetty-websocket-8.1.19.v20160209.jar', |
| 544 | url = 'mvn:org.eclipse.jetty:jetty-websocket:jar:8.1.19.v20160209', |
| 545 | sha1 = 'a423ddda13e52a65d604320472af598ca7122a60', |
| 546 | maven_coords = 'org.eclipse.jetty:jetty-websocket:8.1.19.v20160209', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 547 | visibility = [ 'PUBLIC' ], |
| 548 | ) |
| 549 | |
| 550 | remote_jar ( |
| 551 | name = 'jetty-server', |
| 552 | out = 'jetty-server-9.1.6.v20160112.jar', |
| 553 | url = 'mvn:org.eclipse.jetty:jetty-server:jar:9.1.6.v20160112', |
| 554 | sha1 = '15f8b12fe0e2105f46d7c3b372054adc85e941a9', |
| 555 | maven_coords = 'org.eclipse.jetty:jetty-server:9.1.6.v20160112', |
| 556 | visibility = [ 'PUBLIC' ], |
| 557 | ) |
| 558 | |
| 559 | remote_jar ( |
| 560 | name = 'jetty-continuation', |
| 561 | out = 'jetty-continuation-9.1.6.v20160112.jar', |
| 562 | url = 'mvn:org.eclipse.jetty:jetty-continuation:jar:9.1.6.v20160112', |
| 563 | sha1 = 'c8f35dfc6321cc15224404c9c4ede79988eeae34', |
| 564 | maven_coords = 'org.eclipse.jetty:jetty-continuation:9.1.6.v20160112', |
| 565 | visibility = [ 'PUBLIC' ], |
| 566 | ) |
| 567 | |
| 568 | remote_jar ( |
| 569 | name = 'jetty-http', |
| 570 | out = 'jetty-http-9.1.6.v20160112.jar', |
| 571 | url = 'mvn:org.eclipse.jetty:jetty-http:jar:9.1.6.v20160112', |
| 572 | sha1 = 'c3675e6ebc350aafbc9dd7686265af9f65165b36', |
| 573 | maven_coords = 'org.eclipse.jetty:jetty-http:9.1.6.v20160112', |
| 574 | visibility = [ 'PUBLIC' ], |
| 575 | ) |
| 576 | |
| 577 | remote_jar ( |
| 578 | name = 'jetty-io', |
| 579 | out = 'jetty-io-9.1.6.v20160112.jar', |
| 580 | url = 'mvn:org.eclipse.jetty:jetty-io:jar:9.1.6.v20160112', |
| 581 | sha1 = '717fc5a269becb2537849105de1547dc1a4476b0', |
| 582 | maven_coords = 'org.eclipse.jetty:jetty-io:9.1.6.v20160112', |
| 583 | visibility = [ 'PUBLIC' ], |
| 584 | ) |
| 585 | |
| 586 | remote_jar ( |
| 587 | name = 'javax.servlet-api', |
| 588 | out = 'javax.servlet-api-3.1.0.jar', |
| 589 | url = 'mvn:javax.servlet:javax.servlet-api:jar:3.1.0', |
| 590 | sha1 = '3cd63d075497751784b2fa84be59432f4905bf7c', |
| 591 | maven_coords = 'javax.servlet:javax.servlet-api:3.1.0', |
| 592 | visibility = [ 'PUBLIC' ], |
| 593 | ) |
| 594 | |
| 595 | remote_jar ( |
| 596 | name = 'joda-time', |
Jian Li | 0a119fe | 2016-04-13 14:24:20 -0700 | [diff] [blame] | 597 | out = 'joda-time-2.9.3.jar', |
| 598 | url = 'mvn:joda-time:joda-time:jar:2.9.3', |
| 599 | sha1 = '9e46be514a4ed60bcfbaaba88a3c668cf30476ab', |
| 600 | maven_coords = 'joda-time:joda-time:2.9.3', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 601 | visibility = [ 'PUBLIC' ], |
| 602 | ) |
| 603 | |
| 604 | remote_jar ( |
| 605 | name = 'jsch', |
| 606 | out = 'jsch-0.1.53.jar', |
| 607 | url = 'mvn:com.jcraft:jsch:jar:0.1.53', |
| 608 | sha1 = '658b682d5c817b27ae795637dfec047c63d29935', |
| 609 | maven_coords = 'com.jcraft:jsch:jar:NON-OSGI:0.1.53', |
| 610 | visibility = [ 'PUBLIC' ], |
| 611 | ) |
| 612 | |
| 613 | remote_jar ( |
| 614 | name = 'jsr305', |
| 615 | out = 'jsr305-3.0.1.jar', |
| 616 | url = 'mvn:com.google.code.findbugs:jsr305:jar:3.0.1', |
| 617 | sha1 = 'f7be08ec23c21485b9b5a1cf1654c2ec8c58168d', |
| 618 | maven_coords = 'com.google.code.findbugs:jsr305:3.0.1', |
| 619 | visibility = [ 'PUBLIC' ], |
| 620 | ) |
| 621 | |
| 622 | remote_jar ( |
| 623 | name = 'junit', |
| 624 | out = 'junit-4.12.jar', |
| 625 | url = 'mvn:junit:junit:jar:4.12', |
| 626 | sha1 = '2973d150c0dc1fefe998f834810d68f278ea58ec', |
| 627 | maven_coords = 'junit:junit:jar:NON-OSGI:4.12', |
| 628 | visibility = [ 'PUBLIC' ], |
| 629 | ) |
| 630 | |
| 631 | remote_jar ( |
| 632 | name = 'kryo', |
Yuta HIGUCHI | 86f142f | 2016-07-09 17:44:09 -0700 | [diff] [blame] | 633 | out = 'kryo-4.0.0.jar', |
| 634 | url = 'mvn:com.esotericsoftware:kryo:jar:4.0.0', |
| 635 | sha1 = '9f5c64c1315ec79bee0f56bb88e4ae94b65048ce', |
| 636 | maven_coords = 'com.esotericsoftware:kryo:4.0.0', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 637 | visibility = [ 'PUBLIC' ], |
| 638 | ) |
| 639 | |
| 640 | remote_jar ( |
| 641 | name = 'mapdb', |
Yuta HIGUCHI | b6225b5 | 2016-07-02 01:40:40 -0700 | [diff] [blame] | 642 | out = 'mapdb-1.0.9.jar', |
| 643 | url = 'mvn:org.mapdb:mapdb:jar:1.0.9', |
| 644 | sha1 = 'f8df5e15778eb3e88c03b77aca70c318c6b7c9d0', |
| 645 | maven_coords = 'org.mapdb:mapdb:1.0.9', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 646 | visibility = [ 'PUBLIC' ], |
| 647 | ) |
| 648 | |
| 649 | remote_jar ( |
| 650 | name = 'metrics-core', |
| 651 | out = 'metrics-core-3.1.0.jar', |
| 652 | url = 'mvn:io.dropwizard.metrics:metrics-core:jar:3.1.0', |
| 653 | sha1 = '40e16d596ca49964a88bbce2261e387895b3499e', |
| 654 | maven_coords = 'io.dropwizard.metrics:metrics-core:3.1.0', |
| 655 | visibility = [ 'PUBLIC' ], |
| 656 | ) |
| 657 | |
| 658 | remote_jar ( |
| 659 | name = 'metrics-ganglia', |
| 660 | out = 'metrics-ganglia-3.1.2.jar', |
| 661 | url = 'mvn:io.dropwizard.metrics:metrics-ganglia:jar:3.1.2', |
| 662 | sha1 = '2a4e2fcd6436f9b1771f0f9b6bab445dddcf704f', |
| 663 | maven_coords = 'io.dropwizard.metrics:metrics-ganglia:3.1.2', |
| 664 | visibility = [ 'PUBLIC' ], |
| 665 | ) |
| 666 | |
| 667 | remote_jar ( |
| 668 | name = 'metrics-graphite', |
| 669 | out = 'metrics-graphite-3.1.2.jar', |
| 670 | url = 'mvn:io.dropwizard.metrics:metrics-graphite:jar:3.1.2', |
| 671 | sha1 = '15a68399652c6123fe6e4c82ac4f0749e2eb6583', |
| 672 | maven_coords = 'io.dropwizard.metrics:metrics-graphite:3.1.2', |
| 673 | visibility = [ 'PUBLIC' ], |
| 674 | ) |
| 675 | |
| 676 | remote_jar ( |
| 677 | name = 'metrics-influxdb', |
| 678 | out = 'metrics-influxdb-1.1.1.jar', |
| 679 | url = 'mvn:com.izettle:metrics-influxdb:jar:1.1.1', |
| 680 | sha1 = 'a911d778c2f8607dd4e7a4cdb9b0cd97adcd0343', |
| 681 | maven_coords = 'com.izettle:metrics-influxdb:jar:NON-OSGI:1.1.1', |
| 682 | visibility = [ 'PUBLIC' ], |
| 683 | ) |
| 684 | |
| 685 | remote_jar ( |
| 686 | name = 'metrics-json', |
| 687 | out = 'metrics-json-3.1.0.jar', |
| 688 | url = 'mvn:io.dropwizard.metrics:metrics-json:jar:3.1.0', |
| 689 | sha1 = '47b1c72af77ca81771422269b807ef6198392741', |
| 690 | maven_coords = 'io.dropwizard.metrics:metrics-json:3.1.0', |
| 691 | visibility = [ 'PUBLIC' ], |
| 692 | ) |
| 693 | |
| 694 | remote_jar ( |
| 695 | name = 'minimal-json', |
| 696 | out = 'minimal-json-0.9.4.jar', |
| 697 | url = 'mvn:com.eclipsesource.minimal-json:minimal-json:jar:0.9.4', |
| 698 | sha1 = 'd6e7dd22569de97c2697a4af301a623f35028972', |
| 699 | maven_coords = 'com.eclipsesource.minimal-json:minimal-json:0.9.4', |
| 700 | visibility = [ 'PUBLIC' ], |
| 701 | ) |
| 702 | |
| 703 | remote_jar ( |
| 704 | name = 'minlog', |
| 705 | out = 'minlog-1.3.0.jar', |
| 706 | url = 'mvn:com.esotericsoftware:minlog:jar:1.3.0', |
| 707 | sha1 = 'ff07b5f1b01d2f92bb00a337f9a94873712f0827', |
| 708 | maven_coords = 'com.esotericsoftware:minlog:1.3.0', |
| 709 | visibility = [ 'PUBLIC' ], |
| 710 | ) |
| 711 | |
| 712 | remote_jar ( |
| 713 | name = 'netty', |
| 714 | out = 'netty-3.10.5.Final.jar', |
| 715 | url = 'mvn:io.netty:netty:jar:3.10.5.Final', |
| 716 | sha1 = '9ca7d55d246092bddd29b867706e2f6c7db701a0', |
| 717 | maven_coords = 'io.netty:netty:3.10.5.Final', |
| 718 | visibility = [ 'PUBLIC' ], |
| 719 | ) |
| 720 | |
| 721 | remote_jar ( |
| 722 | name = 'netty-buffer', |
Yuta HIGUCHI | 287b938 | 2016-08-11 11:23:33 -0700 | [diff] [blame] | 723 | out = 'netty-buffer-4.0.40.Final.jar', |
| 724 | url = 'mvn:io.netty:netty-buffer:jar:4.0.40.Final', |
| 725 | sha1 = '9ccf9a1130dbb4a4142febd5d6f68c735a7a059b', |
| 726 | maven_coords = 'io.netty:netty-buffer:4.0.40.Final', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 727 | visibility = [ 'PUBLIC' ], |
| 728 | ) |
| 729 | |
| 730 | remote_jar ( |
| 731 | name = 'netty-codec', |
Yuta HIGUCHI | 287b938 | 2016-08-11 11:23:33 -0700 | [diff] [blame] | 732 | out = 'netty-codec-4.0.40.Final.jar', |
| 733 | url = 'mvn:io.netty:netty-codec:jar:4.0.40.Final', |
| 734 | sha1 = 'f6ad91e4884b47c3e7e5faa3732b06e317ab82e1', |
| 735 | maven_coords = 'io.netty:netty-codec:4.0.40.Final', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 736 | visibility = [ 'PUBLIC' ], |
| 737 | ) |
| 738 | |
| 739 | remote_jar ( |
| 740 | name = 'netty-common', |
Yuta HIGUCHI | 287b938 | 2016-08-11 11:23:33 -0700 | [diff] [blame] | 741 | out = 'netty-common-4.0.40.Final.jar', |
| 742 | url = 'mvn:io.netty:netty-common:jar:4.0.40.Final', |
| 743 | sha1 = 'ef08d9d6fa46f6a937e7a9934030df16f38978ae', |
| 744 | maven_coords = 'io.netty:netty-common:4.0.40.Final', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 745 | visibility = [ 'PUBLIC' ], |
| 746 | ) |
| 747 | |
| 748 | remote_jar ( |
| 749 | name = 'netty-handler', |
Yuta HIGUCHI | 287b938 | 2016-08-11 11:23:33 -0700 | [diff] [blame] | 750 | out = 'netty-handler-4.0.40.Final.jar', |
| 751 | url = 'mvn:io.netty:netty-handler:jar:4.0.40.Final', |
| 752 | sha1 = '1d283fea961c27190a520fc841148715f5569a8a', |
| 753 | maven_coords = 'io.netty:netty-handler:4.0.40.Final', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 754 | visibility = [ 'PUBLIC' ], |
| 755 | ) |
| 756 | |
| 757 | remote_jar ( |
| 758 | name = 'netty-transport', |
Yuta HIGUCHI | 287b938 | 2016-08-11 11:23:33 -0700 | [diff] [blame] | 759 | out = 'netty-transport-4.0.40.Final.jar', |
| 760 | url = 'mvn:io.netty:netty-transport:jar:4.0.40.Final', |
| 761 | sha1 = 'ad6890b272eea75185252c85c2927752e221764d', |
| 762 | maven_coords = 'io.netty:netty-transport:4.0.40.Final', |
| 763 | visibility = [ 'PUBLIC' ], |
| 764 | ) |
| 765 | |
| 766 | remote_jar ( |
| 767 | name = 'netty-transport-native-epoll', |
| 768 | out = 'netty-transport-native-epoll-4.0.40.Final.jar', |
| 769 | url = 'mvn:io.netty:netty-transport-native-epoll:jar:4.0.40.Final', |
| 770 | sha1 = 'd9cb62e87b207ac0e9913023f404b42987671d56', |
| 771 | maven_coords = 'io.netty:netty-transport-native-epoll:4.0.40.Final', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 772 | visibility = [ 'PUBLIC' ], |
| 773 | ) |
| 774 | |
| 775 | remote_jar ( |
Aaron Kruglikov | c0c27c0 | 2016-06-07 16:05:00 -0700 | [diff] [blame] | 776 | name = 'catalyst-concurrent', |
| 777 | out = 'catalyst-concurrent-1.1.1.jar', |
| 778 | url = 'mvn:io.atomix.catalyst:catalyst-concurrent:jar:1.1.1', |
| 779 | sha1 = 'a7f3499b9815d83f65137abe0146238e447514c7', |
| 780 | maven_coords = 'io.atomix.catalyst:catalyst-concurrent:1.1.1', |
| 781 | visibility = [ 'PUBLIC' ], |
| 782 | ) |
| 783 | |
| 784 | remote_jar ( |
Aaron Kruglikov | c0c27c0 | 2016-06-07 16:05:00 -0700 | [diff] [blame] | 785 | name = 'catalyst-netty', |
| 786 | out = 'catalyst-netty-1.1.1.jar', |
| 787 | url = 'mvn:io.atomix.catalyst:catalyst-netty:jar:1.1.1', |
| 788 | sha1 = '8e9e5e6d8fdf01be26aa8a8eb07f762f5f4d4eb4', |
| 789 | maven_coords = 'io.atomix.catalyst:catalyst-netty:1.1.1', |
| 790 | visibility = [ 'PUBLIC' ], |
| 791 | ) |
| 792 | |
| 793 | remote_jar ( |
| 794 | name = 'catalyst-transport', |
| 795 | out = 'catalyst-transport-1.1.1.jar', |
| 796 | url = 'mvn:io.atomix.catalyst:catalyst-transport:jar:1.1.1', |
| 797 | sha1 = '2b38cb9ee3b5817b017072a886006461824d00c6', |
| 798 | maven_coords = 'io.atomix.catalyst:catalyst-transport:1.1.1', |
| 799 | visibility = [ 'PUBLIC' ], |
| 800 | ) |
| 801 | |
| 802 | remote_jar ( |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 803 | name = 'objenesis', |
| 804 | out = 'objenesis-2.2.jar', |
| 805 | url = 'mvn:org.objenesis:objenesis:jar:2.2', |
| 806 | sha1 = '3fb533efdaa50a768c394aa4624144cf8df17845', |
| 807 | maven_coords = 'org.objenesis:objenesis:2.2', |
| 808 | visibility = [ 'PUBLIC' ], |
| 809 | ) |
| 810 | |
| 811 | remote_jar ( |
| 812 | name = 'openflowj', |
alshabib | 371508a | 2016-08-09 10:54:53 -0700 | [diff] [blame] | 813 | out = 'openflowj-0.9.5.onos.jar', |
| 814 | url = 'mvn:org.onosproject:openflowj:jar:0.9.5.onos', |
| 815 | sha1 = 'ac34ddca406771eae3736ebfdd1a7502abaebe14', |
| 816 | maven_coords = 'org.onosproject:openflowj:0.9.5.onos', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 817 | visibility = [ 'PUBLIC' ], |
| 818 | ) |
| 819 | |
| 820 | remote_jar ( |
| 821 | name = 'org.apache.felix.scr', |
| 822 | out = 'org.apache.felix.scr-1.8.2.jar', |
| 823 | url = 'mvn:org.apache.felix:org.apache.felix.scr:jar:1.8.2', |
| 824 | sha1 = 'c3047d56ee57de0752821fd9c3894dda664f2e37', |
| 825 | maven_coords = 'org.apache.felix:org.apache.felix.scr:1.8.2', |
| 826 | visibility = [ 'PUBLIC' ], |
| 827 | ) |
| 828 | |
| 829 | remote_jar ( |
| 830 | name = 'org.apache.felix.scr.annotations', |
| 831 | out = 'org.apache.felix.scr.annotations-1.9.12.jar', |
| 832 | url = 'mvn:org.apache.felix:org.apache.felix.scr.annotations:jar:1.9.12', |
| 833 | sha1 = '5fdc34da641dda8b9165c2be93211479a186da9c', |
| 834 | maven_coords = 'org.apache.felix:org.apache.felix.scr.annotations:jar:NON-OSGI:1.9.12', |
| 835 | visibility = [ 'PUBLIC' ], |
| 836 | ) |
| 837 | |
| 838 | remote_jar ( |
| 839 | name = 'org.apache.karaf.features.core', |
| 840 | out = 'org.apache.karaf.features.core-3.0.5.jar', |
| 841 | url = 'mvn:org.apache.karaf.features:org.apache.karaf.features.core:jar:3.0.5', |
| 842 | sha1 = '595b5ddfc4eccad090cb2a1eb14e2ba3cebcb5de', |
| 843 | maven_coords = 'org.apache.karaf.features:org.apache.karaf.features.core:3.0.5', |
| 844 | visibility = [ 'PUBLIC' ], |
| 845 | ) |
| 846 | |
| 847 | remote_jar ( |
| 848 | name = 'org.apache.karaf.shell.console', |
| 849 | out = 'org.apache.karaf.shell.console-3.0.5.jar', |
| 850 | url = 'mvn:org.apache.karaf.shell:org.apache.karaf.shell.console:jar:3.0.5', |
| 851 | sha1 = 'bf60152b180919152f532ddbd96c7563c11bb048', |
| 852 | maven_coords = 'org.apache.karaf.shell:org.apache.karaf.shell.console:3.0.5', |
| 853 | visibility = [ 'PUBLIC' ], |
| 854 | ) |
| 855 | |
| 856 | remote_jar ( |
| 857 | name = 'org.apache.karaf.system.core', |
| 858 | out = 'org.apache.karaf.system.core-3.0.5.jar', |
| 859 | url = 'mvn:org.apache.karaf.system:org.apache.karaf.system.core:jar:3.0.5', |
| 860 | sha1 = '9740da22ad1c07b2651d837277f0e910a2fc2300', |
| 861 | maven_coords = 'org.apache.karaf.system:org.apache.karaf.system.core:3.0.5', |
| 862 | visibility = [ 'PUBLIC' ], |
| 863 | ) |
| 864 | |
| 865 | remote_jar ( |
| 866 | name = 'org.apache.servicemix.bundles.snmp4j', |
| 867 | out = 'org.apache.servicemix.bundles.snmp4j-2.3.4_1.jar', |
| 868 | url = 'mvn:org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:jar:2.3.4_1', |
| 869 | sha1 = '5134e0b60a6d88b26fe4dec03488efe4f2463e65', |
| 870 | maven_coords = 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.snmp4j:2.3.4_1', |
| 871 | visibility = [ 'PUBLIC' ], |
| 872 | ) |
| 873 | |
| 874 | remote_jar ( |
| 875 | name = 'org.osgi.compendium', |
Jian Li | 3276d15 | 2016-04-13 15:30:32 -0700 | [diff] [blame] | 876 | out = 'org.osgi.compendium-5.0.0.jar', |
| 877 | url = 'mvn:org.osgi:org.osgi.compendium:jar:5.0.0', |
| 878 | sha1 = '9d7a9c35591f6fa1c98ac85af32775c12361aee4', |
| 879 | maven_coords = 'org.osgi:org.osgi.compendium:5.0.0', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 880 | visibility = [ 'PUBLIC' ], |
| 881 | ) |
| 882 | |
| 883 | remote_jar ( |
| 884 | name = 'osgi-core', |
Jian Li | 3276d15 | 2016-04-13 15:30:32 -0700 | [diff] [blame] | 885 | out = 'org.osgi.core-5.0.0.jar', |
| 886 | url = 'mvn:org.osgi:org.osgi.core:jar:5.0.0', |
| 887 | sha1 = '6e5e8cd3c9059c08e1085540442a490b59a7783c', |
| 888 | maven_coords = 'org.osgi:org.osgi.core:5.0.0', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 889 | visibility = [ 'PUBLIC' ], |
| 890 | ) |
| 891 | |
| 892 | remote_jar ( |
| 893 | name = 'reflectasm', |
| 894 | out = 'reflectasm-1.11.0.jar', |
| 895 | url = 'mvn:com.esotericsoftware:reflectasm:jar:1.11.0', |
| 896 | sha1 = 'f747d8b017a26bac575f8da14e8c1df6aecd3154', |
| 897 | maven_coords = 'com.esotericsoftware:reflectasm:1.11.0', |
| 898 | visibility = [ 'PUBLIC' ], |
| 899 | ) |
| 900 | |
| 901 | remote_jar ( |
| 902 | name = 'remotetea-oncrpc', |
| 903 | out = 'remotetea-oncrpc-1.1.3.jar', |
| 904 | url = 'mvn:org.acplt.remotetea:remotetea-oncrpc:jar:1.1.3', |
| 905 | sha1 = '2f7d94c5179b0267a882259a03a83eaa320cbcce', |
| 906 | maven_coords = 'org.acplt.remotetea:remotetea-oncrpc:1.1.3', |
| 907 | visibility = [ 'PUBLIC' ], |
| 908 | ) |
| 909 | |
| 910 | remote_jar ( |
| 911 | name = 'rrd4j', |
| 912 | out = 'rrd4j-2.2.jar', |
| 913 | url = 'mvn:org.rrd4j:rrd4j:jar:2.2', |
| 914 | sha1 = 'e5aee992ece8c82291b77bef96cd1d11c1e0a009', |
| 915 | maven_coords = 'org.rrd4j:rrd4j:jar:NON-OSGI:2.2', |
| 916 | visibility = [ 'PUBLIC' ], |
| 917 | ) |
| 918 | |
| 919 | remote_jar ( |
| 920 | name = 'javassist', |
| 921 | out = 'javassist-3.18.1-GA.jar', |
| 922 | url = 'mvn:org.javassist:javassist:jar:3.18.1-GA', |
| 923 | sha1 = 'd9a09f7732226af26bf99f19e2cffe0ae219db5b', |
| 924 | maven_coords = 'org.javassist:javassist:3.18.1-GA', |
| 925 | visibility = [ 'PUBLIC' ], |
| 926 | ) |
| 927 | |
| 928 | remote_jar ( |
| 929 | name = 'mimepull', |
| 930 | out = 'mimepull-1.9.6.jar', |
| 931 | url = 'mvn:org.jvnet.mimepull:mimepull:jar:1.9.6', |
| 932 | sha1 = '41c913d791e16f93bc712a8c8a30bb64daa2e9bd', |
| 933 | maven_coords = 'org.jvnet.mimepull:mimepull:1.9.6', |
| 934 | visibility = [ 'PUBLIC' ], |
| 935 | ) |
| 936 | |
| 937 | remote_jar ( |
| 938 | name = 'servlet-api', |
| 939 | out = 'servlet-api-2.5.jar', |
| 940 | url = 'mvn:javax.servlet:servlet-api:jar:2.5', |
| 941 | sha1 = '5959582d97d8b61f4d154ca9e495aafd16726e34', |
| 942 | maven_coords = 'javax.servlet:servlet-api:jar:NON-OSGI:2.5', |
| 943 | visibility = [ 'PUBLIC' ], |
| 944 | ) |
| 945 | |
| 946 | remote_jar ( |
| 947 | name = 'slf4j-api', |
Jian Li | 0a119fe | 2016-04-13 14:24:20 -0700 | [diff] [blame] | 948 | out = 'slf4j-api-1.7.21.jar', |
| 949 | url = 'mvn:org.slf4j:slf4j-api:jar:1.7.21', |
| 950 | sha1 = '139535a69a4239db087de9bab0bee568bf8e0b70', |
| 951 | maven_coords = 'org.slf4j:slf4j-api:1.7.21', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 952 | visibility = [ 'PUBLIC' ], |
| 953 | ) |
| 954 | |
| 955 | remote_jar ( |
| 956 | name = 'slf4j-jdk14', |
Jian Li | 0a119fe | 2016-04-13 14:24:20 -0700 | [diff] [blame] | 957 | out = 'slf4j-jdk14-1.7.21.jar', |
| 958 | url = 'mvn:org.slf4j:slf4j-jdk14:jar:1.7.21', |
| 959 | sha1 = '168ee1e516a458bd80fb23caf2e512ed41e1e865', |
| 960 | maven_coords = 'org.slf4j:slf4j-jdk14:1.7.21', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 961 | visibility = [ 'PUBLIC' ], |
| 962 | ) |
| 963 | |
| 964 | remote_jar ( |
| 965 | name = 'typesafe-config', |
| 966 | out = 'config-1.2.1.jar', |
| 967 | url = 'mvn:com.typesafe:config:jar:1.2.1', |
| 968 | sha1 = 'f771f71fdae3df231bcd54d5ca2d57f0bf93f467', |
| 969 | maven_coords = 'com.typesafe:config:1.2.1', |
| 970 | visibility = [ 'PUBLIC' ], |
| 971 | ) |
| 972 | |
| 973 | remote_jar ( |
| 974 | name = 'validation-api', |
| 975 | out = 'validation-api-1.1.0.Final.jar', |
| 976 | url = 'mvn:javax.validation:validation-api:jar:1.1.0.Final', |
| 977 | sha1 = '8613ae82954779d518631e05daa73a6a954817d5', |
| 978 | maven_coords = 'javax.validation:validation-api:1.1.0.Final', |
| 979 | visibility = [ 'PUBLIC' ], |
| 980 | ) |
| 981 | |
| 982 | remote_jar ( |
| 983 | name = 'checkstyle', |
Brian O'Connor | be95f68 | 2016-05-18 15:40:19 -0700 | [diff] [blame] | 984 | out = 'checkstyle-6.11.2.jar', |
| 985 | url = 'mvn:com.puppycrawl.tools:checkstyle:jar:6.11.2', |
| 986 | sha1 = '2705f014697ac0219de0bb2bfc33afb7ec6d22c6', |
| 987 | maven_coords = 'com.puppycrawl.tools:checkstyle:jar:NON-OSGI:6.11.2', |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 988 | visibility = [ 'PUBLIC' ], |
| 989 | ) |
| 990 | |
| 991 | remote_file ( |
| 992 | name = 'apache-karaf', |
| 993 | out = 'apache-karaf-3.0.5.tar.gz', |
| 994 | url = 'http://onlab.vicci.org/onos/third-party/apache-karaf-3.0.5.tar.gz', |
| 995 | sha1 = '85a20b135f22362b6983f7954b58f0d97308cf63', |
| 996 | visibility = [ 'PUBLIC' ], |
| 997 | ) |
| 998 | |
| 999 | remote_jar ( |
| 1000 | name = 'bndlib', |
| 1001 | out = 'biz.aQute.bndlib-3.1.0.jar', |
| 1002 | url = 'mvn:biz.aQute.bnd:biz.aQute.bndlib:jar:3.1.0', |
| 1003 | sha1 = '8e45564ca80bf089276a35f916e8702e7b798cbb', |
| 1004 | maven_coords = 'biz.aQute.bnd:biz.aQute.bndlib:3.1.0', |
| 1005 | visibility = [ 'PUBLIC' ], |
| 1006 | ) |
| 1007 | |
| 1008 | remote_jar ( |
Jon Hall | 68e4e87 | 2016-06-29 17:21:46 -0700 | [diff] [blame] | 1009 | name = 'cord-config', |
| 1010 | out = 'cord-config-1.0-b1.jar', |
| 1011 | url = 'mvn:org.onosproject:cord-config:jar:1.0-b1', |
| 1012 | sha1 = 'f64604f7e8b76440ed15e2c14224360cd3ed2325', |
| 1013 | maven_coords = 'org.onosproject:cord-config:1.0-b1', |
| 1014 | visibility = [ 'PUBLIC' ], |
| 1015 | ) |
| 1016 | |
| 1017 | remote_jar ( |
Zayne Khouja | 3736f2f | 2016-07-21 14:47:32 -0700 | [diff] [blame] | 1018 | name = 'libthrift', |
| 1019 | out = 'libthrift-0.9.3.jar', |
| 1020 | url = 'mvn:org.apache.thrift:libthrift:jar:0.9.3', |
| 1021 | sha1 = '8625e8f9b6f49b881fa5fd143172c2833df1ce47', |
| 1022 | maven_coords = 'org.apache.thrift:libthrift:0.9.3', |
| 1023 | visibility = [ 'PUBLIC' ], |
| 1024 | ) |
| 1025 | |
| 1026 | remote_jar ( |
Brian O'Connor | 584f990 | 2016-07-25 17:55:51 -0700 | [diff] [blame] | 1027 | name = 'qdox', |
| 1028 | out = 'qdox-2.0-M3.jar', |
| 1029 | url = 'mvn:com.thoughtworks.qdox:qdox:jar:2.0-M3', |
| 1030 | sha1 = 'f1e9ac82735dc3f2afc38cc051ae0e405f367434', |
| 1031 | maven_coords = 'com.thoughtworks.qdox:qdox:jar:NON-OSGI:2.0-M3', |
| 1032 | visibility = [ 'PUBLIC' ], |
| 1033 | ) |
| 1034 | |
| 1035 | remote_jar ( |
Brian O'Connor | d5150aa | 2016-04-29 16:32:02 -0700 | [diff] [blame] | 1036 | name = 'org.apache.felix.scr.bnd', |
| 1037 | out = 'org.apache.felix.scr.bnd-1.4.1-20160328.235003-2.jar', |
| 1038 | 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', |
| 1039 | sha1 = '607cac6eaba5b0eb0787a343b83fe535c42c09aa', |
| 1040 | maven_coords = 'org.onosproject:org.apache.felix.scr.bnd:1.4.1-SNAPSHOT', |
| 1041 | visibility = [ 'PUBLIC' ], |
| 1042 | ) |
| 1043 | |
| 1044 | remote_jar ( |
| 1045 | name = 'snmp-core', |
| 1046 | out = 'snmp-core-1.3-20160121.161050-3.jar', |
| 1047 | url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/snmp-core/1.3-SNAPSHOT/snmp-core-1.3-20160121.161050-3.jar', |
| 1048 | sha1 = 'c2766c97b9c8c3a92070d1aa84740eff4ac23a1f', |
| 1049 | maven_coords = 'com.btisystems:snmp-core:1.3-SNAPSHOT', |
| 1050 | visibility = [ 'PUBLIC' ], |
| 1051 | ) |
| 1052 | |
| 1053 | remote_jar ( |
| 1054 | name = 'bti7000', |
| 1055 | out = 'bti7000-1.0-20151221.113001-4.jar', |
| 1056 | url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/mibbler/mibs/bti7000/1.0-SNAPSHOT/bti7000-1.0-20151221.113001-4.jar', |
| 1057 | sha1 = '61de9a88dfb966d5dc825e0164d901992ad6c33b', |
| 1058 | maven_coords = 'com.btisystems.mibbler.mibs:bti7000:1.0-SNAPSHOT', |
| 1059 | visibility = [ 'PUBLIC' ], |
| 1060 | ) |
| 1061 | |
| 1062 | remote_jar ( |
| 1063 | name = 'mibs-net-snmp', |
| 1064 | out = 'net-snmp-1.0-20151221.112958-4.jar', |
| 1065 | 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', |
| 1066 | sha1 = 'efa58eeee87642dc800835f85dcbcc6be7eee4a1', |
| 1067 | maven_coords = 'com.btisystems.mibbler.mibs:net-snmp:1.0-SNAPSHOT', |
| 1068 | visibility = [ 'PUBLIC' ], |
| 1069 | ) |
| 1070 | |
| 1071 | remote_jar ( |
| 1072 | name = 'mibs-rfc', |
| 1073 | out = 'rfc-1.0-20151221.113000-6.jar', |
| 1074 | url = 'https://oss.sonatype.org/content/repositories/snapshots/com/btisystems/mibbler/mibs/rfc/1.0-SNAPSHOT/rfc-1.0-20151221.113000-6.jar', |
| 1075 | sha1 = '54c6af6895084000ae75569d05df5d1866b926b7', |
| 1076 | maven_coords = 'com.btisystems.mibbler.mibs:rfc:1.0-SNAPSHOT', |
| 1077 | visibility = [ 'PUBLIC' ], |
| 1078 | ) |
| 1079 | |
| 1080 | remote_jar ( |
| 1081 | name = 'openstack4j-core', |
| 1082 | out = 'openstack4j-core-2.11.jar', |
| 1083 | url = 'mvn:org.pacesys:openstack4j-core:jar:2.11', |
| 1084 | sha1 = '583f508c55f5dceb90504a4a8a0590afb8a8a03a', |
| 1085 | maven_coords = 'org.pacesys:openstack4j-core:2.11', |
| 1086 | visibility = [ 'PUBLIC' ], |
| 1087 | ) |
| 1088 | |
| 1089 | remote_jar ( |
| 1090 | name = 'openstack4j-http-connector', |
| 1091 | out = 'openstack4j-http-connector-2.11.jar', |
| 1092 | url = 'mvn:org.pacesys.openstack4j.connectors:openstack4j-http-connector:jar:2.11', |
| 1093 | sha1 = 'a153800e114916b4125de2cdb743497c0f99aef5', |
| 1094 | maven_coords = 'org.pacesys.openstack4j.connectors:openstack4j-http-connector:2.11', |
| 1095 | visibility = [ 'PUBLIC' ], |
| 1096 | ) |
| 1097 | |
| 1098 | remote_jar ( |
| 1099 | name = 'openstack4j-httpclient', |
| 1100 | out = 'openstack4j-httpclient-2.11.jar', |
| 1101 | url = 'mvn:org.pacesys.openstack4j.connectors:openstack4j-httpclient:jar:2.11', |
| 1102 | sha1 = 'd050e21295959a4ce2c07ca193ccbe28d8bfa3c1', |
| 1103 | maven_coords = 'org.pacesys.openstack4j.connectors:openstack4j-httpclient:2.11', |
| 1104 | visibility = [ 'PUBLIC' ], |
| 1105 | ) |
Ray Milkey | 4e5139b | 2016-04-27 15:50:43 -0700 | [diff] [blame] | 1106 | |
ADARA Networks | 1fb1eb1 | 2016-09-01 12:04:07 -0700 | [diff] [blame] | 1107 | remote_jar ( |
| 1108 | name = 'amqp-client', |
| 1109 | out = 'amqp-client-3.6.1.jar', |
| 1110 | url = 'mvn:com.rabbitmq:amqp-client:jar:3.6.1', |
| 1111 | sha1 = '089be4acfa8a0fa48a775a82d20632f90aecf10b', |
| 1112 | maven_coords = 'com.rabbitmq:amqp-client:3.6.1', |
| 1113 | visibility = [ 'PUBLIC' ], |
| 1114 | ) |
| 1115 | |
| 1116 | remote_jar ( |
| 1117 | name = 'gson', |
| 1118 | out = 'gson-2.6.2.jar', |
| 1119 | url = 'mvn:com.google.code.gson:gson:jar:2.6.2', |
| 1120 | sha1 = 'f1bc476cc167b18e66c297df599b2377131a8947', |
| 1121 | maven_coords = 'com.google.code.gson:gson:2.6.2', |
| 1122 | visibility = [ 'PUBLIC' ], |
| 1123 | ) |
| 1124 | |