|
279 | 279 | <dependency> |
280 | 280 | <groupId>org.tachyonproject</groupId> |
281 | 281 | <artifactId>tachyon-client</artifactId> |
282 | | - <version>0.6.3</version> |
| 282 | + <version>0.6.4</version> |
283 | 283 | <exclusions> |
284 | | - <exclusion> |
285 | | - <groupId>commons-beanutils</groupId> |
286 | | - <artifactId>commons-beanutils</artifactId> |
287 | | - </exclusion> |
288 | | - <exclusion> |
289 | | - <groupId>commons-beanutils</groupId> |
290 | | - <artifactId>commons-beanutils-core</artifactId> |
291 | | - </exclusion> |
292 | | - <exclusion> |
293 | | - <groupId>commons-collections</groupId> |
294 | | - <artifactId>commons-collections</artifactId> |
295 | | - </exclusion> |
296 | | - <exclusion> |
297 | | - <groupId>commons-configuration</groupId> |
298 | | - <artifactId>commons-configuration</artifactId> |
299 | | - </exclusion> |
300 | | - <exclusion> |
301 | | - <groupId>commons-digester</groupId> |
302 | | - <artifactId>commons-digester</artifactId> |
303 | | - </exclusion> |
304 | | - <exclusion> |
305 | | - <groupId>commons-el</groupId> |
306 | | - <artifactId>commons-el</artifactId> |
307 | | - </exclusion> |
308 | | - <exclusion> |
309 | | - <groupId>commons-lang</groupId> |
310 | | - <artifactId>commons-lang</artifactId> |
311 | | - </exclusion> |
312 | | - <exclusion> |
313 | | - <groupId>commons-logging</groupId> |
314 | | - <artifactId>commons-logging</artifactId> |
315 | | - </exclusion> |
316 | | - <exclusion> |
317 | | - <groupId>hsqldb</groupId> |
318 | | - <artifactId>hsqldb</artifactId> |
319 | | - </exclusion> |
320 | | - <exclusion> |
321 | | - <groupId>jline</groupId> |
322 | | - <artifactId>jline</artifactId> |
323 | | - </exclusion> |
324 | | - <exclusion> |
325 | | - <groupId>org.apache.httpcomponents</groupId> |
326 | | - <artifactId>httpclient</artifactId> |
327 | | - </exclusion> |
328 | | - <exclusion> |
329 | | - <groupId>org.apache.httpcomponents</groupId> |
330 | | - <artifactId>httpcore</artifactId> |
331 | | - </exclusion> |
332 | | - <exclusion> |
333 | | - <groupId>org.apache.curator</groupId> |
334 | | - <artifactId>curator-client</artifactId> |
335 | | - </exclusion> |
336 | | - <exclusion> |
337 | | - <groupId>org.apache.curator</groupId> |
338 | | - <artifactId>curator-framework</artifactId> |
339 | | - </exclusion> |
340 | | - <exclusion> |
341 | | - <groupId>org.apache.curator</groupId> |
342 | | - <artifactId>curator-recipes</artifactId> |
343 | | - </exclusion> |
344 | 284 | <exclusion> |
345 | 285 | <groupId>org.apache.hadoop</groupId> |
346 | 286 | <artifactId>hadoop-client</artifactId> |
347 | 287 | </exclusion> |
348 | 288 | <exclusion> |
349 | | - <groupId>org.apache.zookeeper</groupId> |
350 | | - <artifactId>zookeeper</artifactId> |
351 | | - </exclusion> |
352 | | - <exclusion> |
353 | | - <groupId>org.apache.hadoop</groupId> |
354 | | - <artifactId>hadoop-core</artifactId> |
355 | | - </exclusion> |
356 | | - <exclusion> |
357 | | - <groupId>org.eclipse.jetty</groupId> |
358 | | - <artifactId>jetty-continuation</artifactId> |
359 | | - </exclusion> |
360 | | - <exclusion> |
361 | | - <groupId>org.eclipse.jetty</groupId> |
362 | | - <artifactId>jetty-http</artifactId> |
| 289 | + <groupId>org.apache.curator</groupId> |
| 290 | + <artifactId>curator-recipes</artifactId> |
363 | 291 | </exclusion> |
364 | 292 | <exclusion> |
365 | 293 | <groupId>org.eclipse.jetty</groupId> |
366 | | - <artifactId>jetty-io</artifactId> |
| 294 | + <artifactId>jetty-jsp</artifactId> |
367 | 295 | </exclusion> |
368 | 296 | <exclusion> |
369 | 297 | <groupId>org.eclipse.jetty</groupId> |
370 | | - <artifactId>jetty-security</artifactId> |
| 298 | + <artifactId>jetty-webapp</artifactId> |
371 | 299 | </exclusion> |
372 | 300 | <exclusion> |
373 | 301 | <groupId>org.eclipse.jetty</groupId> |
374 | | - <artifactId>jetty-util</artifactId> |
| 302 | + <artifactId>jetty-server</artifactId> |
375 | 303 | </exclusion> |
376 | 304 | <exclusion> |
377 | 305 | <groupId>org.eclipse.jetty</groupId> |
378 | | - <artifactId>jetty-xml</artifactId> |
| 306 | + <artifactId>jetty-servlet</artifactId> |
379 | 307 | </exclusion> |
380 | 308 | <exclusion> |
381 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
382 | | - <artifactId>javax.servlet</artifactId> |
| 309 | + <groupId>junit</groupId> |
| 310 | + <artifactId>junit</artifactId> |
383 | 311 | </exclusion> |
384 | 312 | <exclusion> |
385 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
386 | | - <artifactId>javax.servlet.jsp</artifactId> |
| 313 | + <groupId>org.powermock</groupId> |
| 314 | + <artifactId>powermock-module-junit4</artifactId> |
387 | 315 | </exclusion> |
388 | 316 | <exclusion> |
389 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
390 | | - <artifactId>org.apache.jasper.glassfish</artifactId> |
| 317 | + <groupId>org.powermock</groupId> |
| 318 | + <artifactId>powermock-api-mockito</artifactId> |
391 | 319 | </exclusion> |
392 | 320 | <exclusion> |
393 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
394 | | - <artifactId>javax.servlet.jsp.jstl</artifactId> |
395 | | - </exclusion> |
396 | | - <exclusion> |
397 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
398 | | - <artifactId>org.apache.taglibs.standard.glassfish</artifactId> |
399 | | - </exclusion> |
400 | | - <exclusion> |
401 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
402 | | - <artifactId>javax.el</artifactId> |
403 | | - </exclusion> |
404 | | - <exclusion> |
405 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
406 | | - <artifactId>com.sun.el</artifactId> |
407 | | - </exclusion> |
408 | | - <exclusion> |
409 | | - <groupId>org.eclipse.jetty.orbit</groupId> |
410 | | - <artifactId>org.eclipse.jdt.core</artifactId> |
| 321 | + <groupId>org.apache.curator</groupId> |
| 322 | + <artifactId>curator-test</artifactId> |
411 | 323 | </exclusion> |
412 | 324 | </exclusions> |
413 | 325 | </dependency> |
|
0 commit comments