Skip to content

Instantly share code, notes, and snippets.

@rajish
Created December 4, 2014 10:43
Show Gist options
  • Save rajish/223041144513446bd5c7 to your computer and use it in GitHub Desktop.
Save rajish/223041144513446bd5c7 to your computer and use it in GitHub Desktop.
sbt 0.13.7 cached dependency issue
auth> compile
[info] Updating {file:/Users/rajish/proj/auth-server/}auth...
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-912253f8916a7e933f1b4ef2b333ab8535739622;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
[info] found org.scala-lang#scala-compiler;2.10.4 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
[info] found org.scala-lang#scala-reflect;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-reflect;2.10.4
[info] Resolving org.scala-lang#jline;2.10.4 ...
[info] found org.scala-lang#jline;2.10.4 in sbt-chain
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] found org.fusesource.jansi#jansi;1.4 in sbt-chain
[info] :: resolution report :: resolve 141ms :: artifacts dl 6ms
[info] :: modules in use:
[info] org.fusesource.jansi#jansi;1.4 from sbt-chain in [scala-tool]
[info] org.scala-lang#jline;2.10.4 from sbt-chain in [scala-tool]
[info] org.scala-lang#scala-compiler;2.10.4 from sbt-chain in [scala-tool]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [scala-tool]
[info] org.scala-lang#scala-reflect;2.10.4 from sbt-chain in [scala-tool]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 5 | 0 | 0 | 0 || 5 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-a603027883b640a94a9c4751f59c1e5d9956e230;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] :: resolution report :: resolve 9ms :: artifacts dl 1ms
[info] :: modules in use:
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal, scala-tool]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 1 | 0 | 0 | 0 || 1 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-a4191bf50149d54cd1020e14920ea051569b8cbf;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.scalaz#scalaz-core_2.10;7.1.0 ...
[info] found org.scalaz#scalaz-core_2.10;7.1.0 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] :: resolution report :: resolve 25ms :: artifacts dl 2ms
[info] :: modules in use:
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scalaz#scalaz-core_2.10;7.1.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | runtime | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | test | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | runtime-internal | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | test-internal | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-52472c008de5972b86a16069942c57c607f08618;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.scalaz#scalaz-iteratee_2.10;7.1.0 ...
[info] found org.scalaz#scalaz-iteratee_2.10;7.1.0 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving org.scalaz#scalaz-effect_2.10;7.1.0 ...
[info] found org.scalaz#scalaz-effect_2.10;7.1.0 in sbt-chain
[info] Resolving org.scalaz#scalaz-core_2.10;7.1.0 ...
[info] found org.scalaz#scalaz-core_2.10;7.1.0 in sbt-chain
[info] :: resolution report :: resolve 78ms :: artifacts dl 2ms
[info] :: modules in use:
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scalaz#scalaz-core_2.10;7.1.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scalaz#scalaz-effect_2.10;7.1.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scalaz#scalaz-iteratee_2.10;7.1.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | runtime | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | test | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | runtime-internal | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | test-internal | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-32567913968bb0bfb179d4166160f85c9868280a;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] :: resolution report :: resolve 34ms :: artifacts dl 2ms
[info] :: modules in use:
[info] com.typesafe#config;1.2.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | runtime | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | test | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | runtime-internal | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | test-internal | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-18efa5bd21f582c2ca26d5df50cc4eb5f20c1909;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.typesafe.akka#akka-agent_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-agent_2.10;2.3.6 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] Resolving org.scala-stm#scala-stm_2.10;0.7 ...
[info] found org.scala-stm#scala-stm_2.10;0.7 in sbt-chain
[info] :: resolution report :: resolve 64ms :: artifacts dl 4ms
[info] :: modules in use:
[info] com.typesafe#config;1.2.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-agent_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-stm#scala-stm_2.10;0.7 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.0 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | runtime | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | test | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | runtime-internal | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | test-internal | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-99b5ee82d2e5b0e9f415de532b4282bbe88b4001;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.typesafe.akka#akka-kernel_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-kernel_2.10;2.3.6 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] :: resolution report :: resolve 32ms :: artifacts dl 2ms
[info] :: modules in use:
[info] com.typesafe#config;1.2.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-kernel_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | runtime | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | test | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | runtime-internal | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | test-internal | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-6f9edd9222a36707dcf4430923e2d08909e4ad86;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.typesafe.akka#akka-persistence-experimental_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-persistence-experimental_2.10;2.3.6 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] Resolving org.iq80.leveldb#leveldb;0.5 ...
[info] found org.iq80.leveldb#leveldb;0.5 in sbt-chain
[info] Resolving org.iq80.leveldb#leveldb-api;0.5 ...
[info] found org.iq80.leveldb#leveldb-api;0.5 in sbt-chain
[info] Resolving com.google.guava#guava;12.0 ...
[info] found com.google.guava#guava;12.0 in sbt-chain
[info] Resolving com.google.code.findbugs#jsr305;1.3.9 ...
[info] found com.google.code.findbugs#jsr305;1.3.9 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-all;1.7 ...
[info] found org.fusesource.leveldbjni#leveldbjni-all;1.7 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni;1.7 ...
[info] found org.fusesource.leveldbjni#leveldbjni;1.7 in sbt-chain
[info] Resolving org.fusesource.hawtjni#hawtjni-runtime;1.8 ...
[info] found org.fusesource.hawtjni#hawtjni-runtime;1.8 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-osx;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-osx;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-linux32;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-linux32;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-linux64;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-linux64;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-win32;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-win32;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-win64;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-win64;1.5 in sbt-chain
[info] Resolving com.google.protobuf#protobuf-java;2.5.0 ...
[info] found com.google.protobuf#protobuf-java;2.5.0 in sbt-chain
[info] :: resolution report :: resolve 174ms :: artifacts dl 23ms
[info] :: modules in use:
[info] com.google.code.findbugs#jsr305;1.3.9 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.google.guava#guava;12.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.google.protobuf#protobuf-java;2.5.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe#config;1.2.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-persistence-experimental_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.hawtjni#hawtjni-runtime;1.8 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni;1.7 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-all;1.7 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-linux32;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-linux64;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-osx;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-win32;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-win64;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.iq80.leveldb#leveldb;0.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.iq80.leveldb#leveldb-api;0.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.fusesource.leveldbjni#leveldbjni;1.5 by [org.fusesource.leveldbjni#leveldbjni;1.7] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 18 | 0 | 0 | 1 || 17 | 0 |
[info] | runtime | 18 | 0 | 0 | 1 || 17 | 0 |
[info] | test | 18 | 0 | 0 | 1 || 17 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 18 | 0 | 0 | 1 || 17 | 0 |
[info] | runtime-internal | 18 | 0 | 0 | 1 || 17 | 0 |
[info] | test-internal | 18 | 0 | 0 | 1 || 17 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-5a2b57003e0ff4e7ecffb1257e250ea323d56cdb;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.typesafe.akka#akka-contrib_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-contrib_2.10;2.3.6 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.typesafe.akka#akka-remote_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-remote_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] Resolving io.netty#netty;3.8.0.Final ...
[info] found io.netty#netty;3.8.0.Final in sbt-chain
[info] Resolving com.google.protobuf#protobuf-java;2.5.0 ...
[info] found com.google.protobuf#protobuf-java;2.5.0 in sbt-chain
[info] Resolving org.uncommons.maths#uncommons-maths;1.2.2a ...
[info] found org.uncommons.maths#uncommons-maths;1.2.2a in sbt-chain
[info] Resolving com.typesafe.akka#akka-cluster_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-cluster_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe.akka#akka-persistence-experimental_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-persistence-experimental_2.10;2.3.6 in sbt-chain
[info] Resolving org.iq80.leveldb#leveldb;0.5 ...
[info] found org.iq80.leveldb#leveldb;0.5 in sbt-chain
[info] Resolving org.iq80.leveldb#leveldb-api;0.5 ...
[info] found org.iq80.leveldb#leveldb-api;0.5 in sbt-chain
[info] Resolving com.google.guava#guava;12.0 ...
[info] found com.google.guava#guava;12.0 in sbt-chain
[info] Resolving com.google.code.findbugs#jsr305;1.3.9 ...
[info] found com.google.code.findbugs#jsr305;1.3.9 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-all;1.7 ...
[info] found org.fusesource.leveldbjni#leveldbjni-all;1.7 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni;1.7 ...
[info] found org.fusesource.leveldbjni#leveldbjni;1.7 in sbt-chain
[info] Resolving org.fusesource.hawtjni#hawtjni-runtime;1.8 ...
[info] found org.fusesource.hawtjni#hawtjni-runtime;1.8 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-osx;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-osx;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-linux32;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-linux32;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-linux64;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-linux64;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-win32;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-win32;1.5 in sbt-chain
[info] Resolving org.fusesource.leveldbjni#leveldbjni-win64;1.5 ...
[info] found org.fusesource.leveldbjni#leveldbjni-win64;1.5 in sbt-chain
[info] :: resolution report :: resolve 155ms :: artifacts dl 11ms
[info] :: modules in use:
[info] com.google.code.findbugs#jsr305;1.3.9 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.google.guava#guava;12.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.google.protobuf#protobuf-java;2.5.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe#config;1.2.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-cluster_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-contrib_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-persistence-experimental_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-remote_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.netty#netty;3.8.0.Final from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.hawtjni#hawtjni-runtime;1.8 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni;1.7 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-all;1.7 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-linux32;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-linux64;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-osx;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-win32;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.fusesource.leveldbjni#leveldbjni-win64;1.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.iq80.leveldb#leveldb;0.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.iq80.leveldb#leveldb-api;0.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.uncommons.maths#uncommons-maths;1.2.2a from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.fusesource.leveldbjni#leveldbjni;1.5 by [org.fusesource.leveldbjni#leveldbjni;1.7] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 23 | 0 | 0 | 1 || 22 | 0 |
[info] | runtime | 23 | 0 | 0 | 1 || 22 | 0 |
[info] | test | 23 | 0 | 0 | 1 || 22 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 23 | 0 | 0 | 1 || 22 | 0 |
[info] | runtime-internal | 23 | 0 | 0 | 1 || 22 | 0 |
[info] | test-internal | 23 | 0 | 0 | 1 || 22 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-ec28da1553a1f2b9b3362a23f569ec6568179fcc;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.typesafe.akka#akka-slf4j_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-slf4j_2.10;2.3.6 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] Resolving org.slf4j#slf4j-api;1.7.5 ...
[info] found org.slf4j#slf4j-api;1.7.5 in sbt-chain
[info] :: resolution report :: resolve 29ms :: artifacts dl 3ms
[info] :: modules in use:
[info] com.typesafe#config;1.2.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.akka#akka-slf4j_2.10;2.3.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.slf4j#slf4j-api;1.7.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | runtime | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | test | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | runtime-internal | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | test-internal | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-075b581261cd8b190b69dc068f27cf528f1ce816;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.datastax.cassandra#cassandra-driver-core;2.1.1 ...
[info] found com.datastax.cassandra#cassandra-driver-core;2.1.1 in sbt-chain
[info] Resolving io.netty#netty;3.9.0.Final ...
[info] found io.netty#netty;3.9.0.Final in sbt-chain
[info] Resolving com.google.guava#guava;16.0.1 ...
[info] found com.google.guava#guava;16.0.1 in sbt-chain
[info] Resolving com.codahale.metrics#metrics-core;3.0.2 ...
[info] found com.codahale.metrics#metrics-core;3.0.2 in sbt-chain
[info] Resolving org.slf4j#slf4j-api;1.7.5 ...
[info] found org.slf4j#slf4j-api;1.7.5 in sbt-chain
[info] :: resolution report :: resolve 44ms :: artifacts dl 3ms
[info] :: modules in use:
[info] com.codahale.metrics#metrics-core;3.0.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.datastax.cassandra#cassandra-driver-core;2.1.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.google.guava#guava;16.0.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.netty#netty;3.9.0.Final from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.slf4j#slf4j-api;1.7.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | runtime | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | test | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | runtime-internal | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | test-internal | 5 | 0 | 0 | 0 || 5 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-6bf8684bcdee4044b0902fc9d095fa0a773d16df;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.xerial.snappy#snappy-java;1.1.1.3 ...
[info] found org.xerial.snappy#snappy-java;1.1.1.3 in sbt-chain
[info] :: resolution report :: resolve 9ms :: artifacts dl 0ms
[info] :: modules in use:
[info] org.xerial.snappy#snappy-java;1.1.1.3 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-b7df0c3a0c8b9938a223cb232b8c10fe4d278dff;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.websudos#phantom-dsl_2.10;1.4.0 ...
[info] found com.websudos#phantom-dsl_2.10;1.4.0 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
[info] found org.scala-lang#scala-reflect;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-reflect;2.10.4
[info] Resolving com.twitter#util-core_2.10;6.17.0 ...
[info] found com.twitter#util-core_2.10;6.17.0 in sbt-chain
[info] Resolving com.typesafe.play#play-iteratees_2.10;2.2.0 ...
[info] found com.typesafe.play#play-iteratees_2.10;2.2.0 in sbt-chain
[info] Resolving org.scala-stm#scala-stm_2.10;0.7 ...
[info] found org.scala-stm#scala-stm_2.10;0.7 in sbt-chain
[info] Resolving com.typesafe#config;1.0.2 ...
[info] found com.typesafe#config;1.0.2 in sbt-chain
[info] Resolving joda-time#joda-time;2.3 ...
[info] found joda-time#joda-time;2.3 in sbt-chain
[info] Resolving org.joda#joda-convert;1.6 ...
[info] found org.joda#joda-convert;1.6 in sbt-chain
[info] Resolving com.datastax.cassandra#cassandra-driver-core;2.1.1 ...
[info] found com.datastax.cassandra#cassandra-driver-core;2.1.1 in sbt-chain
[info] Resolving io.netty#netty;3.9.0.Final ...
[info] found io.netty#netty;3.9.0.Final in sbt-chain
[info] Resolving com.google.guava#guava;16.0.1 ...
[info] found com.google.guava#guava;16.0.1 in sbt-chain
[info] Resolving com.codahale.metrics#metrics-core;3.0.2 ...
[info] found com.codahale.metrics#metrics-core;3.0.2 in sbt-chain
[info] Resolving org.slf4j#slf4j-api;1.7.5 ...
[info] found org.slf4j#slf4j-api;1.7.5 in sbt-chain
[info] :: resolution report :: resolve 86ms :: artifacts dl 6ms
[info] :: modules in use:
[info] com.codahale.metrics#metrics-core;3.0.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.datastax.cassandra#cassandra-driver-core;2.1.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.google.guava#guava;16.0.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.twitter#util-core_2.10;6.17.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe#config;1.0.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.typesafe.play#play-iteratees_2.10;2.2.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] com.websudos#phantom-dsl_2.10;1.4.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.netty#netty;3.9.0.Final from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] joda-time#joda-time;2.3 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.joda#joda-convert;1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-reflect;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-stm#scala-stm_2.10;0.7 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.slf4j#slf4j-api;1.7.5 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.0 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 15 | 0 | 0 | 1 || 14 | 0 |
[info] | runtime | 15 | 0 | 0 | 1 || 14 | 0 |
[info] | test | 15 | 0 | 0 | 1 || 14 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 15 | 0 | 0 | 1 || 14 | 0 |
[info] | runtime-internal | 15 | 0 | 0 | 1 || 14 | 0 |
[info] | test-internal | 15 | 0 | 0 | 1 || 14 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-9fdd79184f17b78b90415a9da27ec3752b17c461;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.websudos#phantom-testing_2.10;1.4.0 ...
[info] found com.websudos#phantom-testing_2.10;1.4.0 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.websudos#phantom-zookeeper_2.10;1.4.0 ...
[info] found com.websudos#phantom-zookeeper_2.10;1.4.0 in sbt-chain
[info] Resolving org.xerial.snappy#snappy-java;1.1.1.3 ...
[info] found org.xerial.snappy#snappy-java;1.1.1.3 in sbt-chain
[info] Resolving org.scalatest#scalatest_2.10;2.2.0-M1 ...
[info] found org.scalatest#scalatest_2.10;2.2.0-M1 in sbt-chain
[info] Resolving org.scala-lang#scala-reflect;2.10.3 ...
[info] found org.scala-lang#scala-reflect;2.10.3 in sbt-chain
[info] [2.10.3] org.scala-lang#scala-reflect;2.10.3
[info] Resolving com.datastax.cassandra#cassandra-driver-core;2.1.1 ...
[info] found com.datastax.cassandra#cassandra-driver-core;2.1.1 in sbt-chain
[info] Resolving io.netty#netty;3.9.0.Final ...
[info] found io.netty#netty;3.9.0.Final in sbt-chain
[info] Resolving com.google.guava#guava;16.0.1 ...
[info] found com.google.guava#guava;16.0.1 in sbt-chain
[info] Resolving com.codahale.metrics#metrics-core;3.0.2 ...
[info] found com.codahale.metrics#metrics-core;3.0.2 in sbt-chain
[info] Resolving org.slf4j#slf4j-api;1.7.5 ...
[info] found org.slf4j#slf4j-api;1.7.5 in sbt-chain
[info] Resolving com.twitter#finagle-serversets_2.10;6.17.0 ...
[info] found com.twitter#finagle-serversets_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter.common.zookeeper#server-set;1.0.83 ...
[info] found com.twitter.common.zookeeper#server-set;1.0.83 in sbt-chain
[info] Resolving com.twitter.common.zookeeper#client;0.0.60 ...
[info] found com.twitter.common.zookeeper#client;0.0.60 in sbt-chain
[info] Resolving com.twitter.common#base;0.0.95 ...
[info] found com.twitter.common#base;0.0.95 in sbt-chain
[info] Resolving com.twitter.common#quantity;0.0.79 ...
[info] found com.twitter.common#quantity;0.0.79 in sbt-chain
[info] Resolving com.twitter.common#collections;0.0.82 ...
[info] found com.twitter.common#collections;0.0.82 in sbt-chain
[info] Resolving commons-lang#commons-lang;2.6 ...
[info] found commons-lang#commons-lang;2.6 in sbt-chain
[info] Resolving com.google.code.findbugs#jsr305;2.0.1 ...
[info] found com.google.code.findbugs#jsr305;2.0.1 in sbt-chain
[info] Resolving com.twitter.common#util-system-mocks;0.0.81 ...
[info] found com.twitter.common#util-system-mocks;0.0.81 in sbt-chain
[info] Resolving com.twitter.common#net-util;0.0.84 ...
[info] found com.twitter.common#net-util;0.0.84 in sbt-chain
[info] Resolving commons-codec#commons-codec;1.6 ...
[info] found commons-codec#commons-codec;1.6 in sbt-chain
[info] Resolving org.apache.zookeeper#zookeeper;3.3.4 ...
[info] found org.apache.zookeeper#zookeeper;3.3.4 in sbt-chain
[info] Resolving log4j#log4j;1.2.15 ...
[info] found log4j#log4j;1.2.15 in sbt-chain
[info] Resolving javax.mail#mail;1.4 ...
[info] found javax.mail#mail;1.4 in sbt-chain
[info] Resolving javax.activation#activation;1.1 ...
[info] found javax.activation#activation;1.1 in sbt-chain
[info] Resolving com.twitter.common.zookeeper#group;0.0.78 ...
[info] found com.twitter.common.zookeeper#group;0.0.78 in sbt-chain
[info] Resolving com.twitter.common#util;0.0.106 ...
[info] found com.twitter.common#util;0.0.106 in sbt-chain
[info] Resolving com.twitter.common#util-executor-service-shutdown;0.0.55 ...
[info] found com.twitter.common#util-executor-service-shutdown;0.0.55 in sbt-chain
[info] Resolving com.twitter.common#jdk-logging;0.0.54 ...
[info] found com.twitter.common#jdk-logging;0.0.54 in sbt-chain
[info] Resolving com.twitter.common#stats;0.0.98 ...
[info] found com.twitter.common#stats;0.0.98 in sbt-chain
[info] Resolving com.twitter.common#stat-registry;0.0.35 ...
[info] found com.twitter.common#stat-registry;0.0.35 in sbt-chain
[info] Resolving com.twitter.common#stat;0.0.39 ...
[info] found com.twitter.common#stat;0.0.39 in sbt-chain
[info] Resolving com.twitter.common#stats-provider;0.0.66 ...
[info] found com.twitter.common#stats-provider;0.0.66 in sbt-chain
[info] Resolving com.twitter.common#application-action;0.0.75 ...
[info] found com.twitter.common#application-action;0.0.75 in sbt-chain
[info] Resolving com.google.inject#guice;3.0 ...
[info] found com.google.inject#guice;3.0 in sbt-chain
[info] Resolving javax.inject#javax.inject;1 ...
[info] found javax.inject#javax.inject;1 in sbt-chain
[info] Resolving aopalliance#aopalliance;1.0 ...
[info] found aopalliance#aopalliance;1.0 in sbt-chain
[info] Resolving org.sonatype.sisu.inject#cglib;2.2.1-v20090111 ...
[info] found org.sonatype.sisu.inject#cglib;2.2.1-v20090111 in sbt-chain
[info] Resolving asm#asm;3.1 ...
[info] found asm#asm;3.1 in sbt-chain
[info] Resolving com.twitter.common#util-sampler;0.0.61 ...
[info] found com.twitter.common#util-sampler;0.0.61 in sbt-chain
[info] Resolving com.twitter.common#args;0.2.13 ...
[info] found com.twitter.common#args;0.2.13 in sbt-chain
[info] Resolving com.twitter.common#args-apt;0.1.17 ...
[info] found com.twitter.common#args-apt;0.1.17 in sbt-chain
[info] Resolving com.twitter.common#args-core;0.1.18 ...
[info] found com.twitter.common#args-core;0.1.18 in sbt-chain
[info] Resolving com.twitter.common#io;0.0.56 ...
[info] found com.twitter.common#io;0.0.56 in sbt-chain
[info] Resolving commons-io#commons-io;2.1 ...
[info] found commons-io#commons-io;2.1 in sbt-chain
[info] Resolving com.twitter.common#io-json;0.0.44 ...
[info] found com.twitter.common#io-json;0.0.44 in sbt-chain
[info] Resolving com.google.code.gson#gson;2.2.4 ...
[info] found com.google.code.gson#gson;2.2.4 in sbt-chain
[info] Resolving com.twitter.common#io-thrift;0.0.53 ...
[info] found com.twitter.common#io-thrift;0.0.53 in sbt-chain
[info] Resolving org.apache.thrift#libthrift;0.5.0-1 ...
[info] found org.apache.thrift#libthrift;0.5.0-1 in sbt-chain
[info] Resolving com.twitter.common#dynamic-host-set;0.0.47 ...
[info] found com.twitter.common#dynamic-host-set;0.0.47 in sbt-chain
[info] Resolving com.twitter.common#service-thrift;1.0.51 ...
[info] found com.twitter.common#service-thrift;1.0.51 in sbt-chain
[info] Resolving com.twitter#finagle-core_2.10;6.17.0 ...
[info] found com.twitter#finagle-core_2.10;6.17.0 in sbt-chain
[info] Resolving io.netty#netty;3.9.1.Final ...
[info] found io.netty#netty;3.9.1.Final in sbt-chain
[info] Resolving com.twitter#util-app_2.10;6.17.0 ...
[info] found com.twitter#util-app_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter#util-core_2.10;6.17.0 ...
[info] found com.twitter#util-core_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter#util-collection_2.10;6.17.0 ...
[info] found com.twitter#util-collection_2.10;6.17.0 in sbt-chain
[info] Resolving commons-collections#commons-collections;3.2.1 ...
[info] found commons-collections#commons-collections;3.2.1 in sbt-chain
[info] Resolving com.twitter#util-hashing_2.10;6.17.0 ...
[info] found com.twitter#util-hashing_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter#util-jvm_2.10;6.17.0 ...
[info] found com.twitter#util-jvm_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter#util-logging_2.10;6.17.0 ...
[info] found com.twitter#util-logging_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter#finagle-test_2.10;6.17.0 ...
[info] found com.twitter#finagle-test_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter#util-zk-common_2.10;6.17.0 ...
[info] found com.twitter#util-zk-common_2.10;6.17.0 in sbt-chain
[info] Resolving com.twitter#util-zk_2.10;6.17.0 ...
[info] found com.twitter#util-zk_2.10;6.17.0 in sbt-chain
[info] Resolving com.fasterxml.jackson.core#jackson-core;2.2.2 ...
[info] found com.fasterxml.jackson.core#jackson-core;2.2.2 in sbt-chain
[info] Resolving com.fasterxml.jackson.core#jackson-databind;2.2.2 ...
[info] found com.fasterxml.jackson.core#jackson-databind;2.2.2 in sbt-chain
[info] Resolving com.fasterxml.jackson.core#jackson-annotations;2.2.2 ...
[info] found com.fasterxml.jackson.core#jackson-annotations;2.2.2 in sbt-chain
[info] Resolving com.fasterxml.jackson.module#jackson-module-scala_2.10;2.2.2 ...
[info] found com.fasterxml.jackson.module#jackson-module-scala_2.10;2.2.2 in sbt-chain
[info] Resolving com.thoughtworks.paranamer#paranamer;2.3 ...
[info] found com.thoughtworks.paranamer#paranamer;2.3 in sbt-chain
[info] Resolving jline#jline;0.9.94 ...
[info] found jline#jline;0.9.94 in sbt-chain
[info] Resolving junit#junit;3.8.1 ...
[info] found junit#junit;3.8.1 in sbt-chain
[info] Resolving com.twitter#finagle-zookeeper_2.10;6.17.0 ...
[info] found com.twitter#finagle-zookeeper_2.10;6.17.0 in sbt-chain
[info] Resolving org.slf4j#slf4j-api;1.7.7 ...
[info] found org.slf4j#slf4j-api;1.7.7 in sbt-chain
[info] Resolving org.cassandraunit#cassandra-unit;2.0.2.4 ...
[info] found org.cassandraunit#cassandra-unit;2.0.2.4 in sbt-chain
[info] Resolving junit#junit;4.9 ...
[info] found junit#junit;4.9 in sbt-chain
[info] Resolving org.hamcrest#hamcrest-core;1.1 ...
[info] found org.hamcrest#hamcrest-core;1.1 in sbt-chain
[info] Resolving org.hamcrest#hamcrest-all;1.3 ...
[info] found org.hamcrest#hamcrest-all;1.3 in sbt-chain
[info] Resolving org.apache.cassandra#cassandra-all;2.1.0-rc5 ...
[info] found org.apache.cassandra#cassandra-all;2.1.0-rc5 in sbt-chain
[info] Resolving net.jpountz.lz4#lz4;1.2.0 ...
[info] found net.jpountz.lz4#lz4;1.2.0 in sbt-chain
[info] Resolving com.ning#compress-lzf;0.8.4 ...
[info] found com.ning#compress-lzf;0.8.4 in sbt-chain
[info] Resolving commons-cli#commons-cli;1.1 ...
[info] found commons-cli#commons-cli;1.1 in sbt-chain
[info] Resolving org.apache.commons#commons-lang3;3.1 ...
[info] found org.apache.commons#commons-lang3;3.1 in sbt-chain
[info] Resolving org.apache.commons#commons-math3;3.2 ...
[info] found org.apache.commons#commons-math3;3.2 in sbt-chain
[info] Resolving com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3 ...
[info] found com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3 in sbt-chain
[info] Resolving org.antlr#antlr;3.2 ...
[info] found org.antlr#antlr;3.2 in sbt-chain
[info] Resolving org.antlr#antlr-runtime;3.2 ...
[info] found org.antlr#antlr-runtime;3.2 in sbt-chain
[info] Resolving org.antlr#stringtemplate;3.2.1 ...
[info] found org.antlr#stringtemplate;3.2.1 in sbt-chain
[info] Resolving antlr#antlr;2.7.7 ...
[info] found antlr#antlr;2.7.7 in sbt-chain
[info] Resolving org.codehaus.jackson#jackson-core-asl;1.9.2 ...
[info] found org.codehaus.jackson#jackson-core-asl;1.9.2 in sbt-chain
[info] Resolving org.codehaus.jackson#jackson-mapper-asl;1.9.2 ...
[info] found org.codehaus.jackson#jackson-mapper-asl;1.9.2 in sbt-chain
[info] Resolving jline#jline;1.0 ...
[info] found jline#jline;1.0 in sbt-chain
[info] Resolving com.googlecode.json-simple#json-simple;1.1 ...
[info] found com.googlecode.json-simple#json-simple;1.1 in sbt-chain
[info] Resolving com.boundary#high-scale-lib;1.0.6 ...
[info] found com.boundary#high-scale-lib;1.0.6 in sbt-chain
[info] Resolving org.yaml#snakeyaml;1.11 ...
[info] found org.yaml#snakeyaml;1.11 in sbt-chain
[info] Resolving org.mindrot#jbcrypt;0.3m ...
[info] found org.mindrot#jbcrypt;0.3m in sbt-chain
[info] Resolving com.yammer.metrics#metrics-core;2.2.0 ...
[info] found com.yammer.metrics#metrics-core;2.2.0 in sbt-chain
[info] Resolving com.addthis.metrics#reporter-config;2.1.0 ...
[info] found com.addthis.metrics#reporter-config;2.1.0 in sbt-chain
[info] Resolving org.hibernate#hibernate-validator;4.3.0.Final ...
[info] found org.hibernate#hibernate-validator;4.3.0.Final in sbt-chain
[info] Resolving javax.validation#validation-api;1.0.0.GA ...
[info] found javax.validation#validation-api;1.0.0.GA in sbt-chain
[info] Resolving org.jboss.logging#jboss-logging;3.1.0.CR2 ...
[info] found org.jboss.logging#jboss-logging;3.1.0.CR2 in sbt-chain
[info] Resolving com.thinkaurelius.thrift#thrift-server;0.3.5 ...
[info] found com.thinkaurelius.thrift#thrift-server;0.3.5 in sbt-chain
[info] Resolving com.lmax#disruptor;3.0.1 ...
[info] found com.lmax#disruptor;3.0.1 in sbt-chain
[info] Resolving org.apache.thrift#libthrift;0.9.1 ...
[info] found org.apache.thrift#libthrift;0.9.1 in sbt-chain
[info] Resolving org.apache.httpcomponents#httpclient;4.2.5 ...
[info] found org.apache.httpcomponents#httpclient;4.2.5 in sbt-chain
[info] Resolving org.apache.httpcomponents#httpcore;4.2.4 ...
[info] found org.apache.httpcomponents#httpcore;4.2.4 in sbt-chain
[info] Resolving commons-logging#commons-logging;1.1.1 ...
[info] found commons-logging#commons-logging;1.1.1 in sbt-chain
[info] Resolving com.clearspring.analytics#stream;2.5.2 ...
[info] found com.clearspring.analytics#stream;2.5.2 in sbt-chain
[info] Resolving it.unimi.dsi#fastutil;6.5.7 ...
[info] found it.unimi.dsi#fastutil;6.5.7 in sbt-chain
[info] Resolving net.sf.supercsv#super-csv;2.1.0 ...
[info] found net.sf.supercsv#super-csv;2.1.0 in sbt-chain
[info] Resolving ch.qos.logback#logback-core;1.1.2 ...
[info] found ch.qos.logback#logback-core;1.1.2 in sbt-chain
[info] Resolving ch.qos.logback#logback-classic;1.1.2 ...
[info] found ch.qos.logback#logback-classic;1.1.2 in sbt-chain
[info] Resolving org.apache.cassandra#cassandra-thrift;2.1.0-rc5 ...
[info] found org.apache.cassandra#cassandra-thrift;2.1.0-rc5 in sbt-chain
[info] Resolving net.java.dev.jna#jna;4.0.0 ...
[info] found net.java.dev.jna#jna;4.0.0 in sbt-chain
[info] Resolving com.github.jbellis#jamm;0.2.6 ...
[info] found com.github.jbellis#jamm;0.2.6 in sbt-chain
[info] Resolving io.netty#netty-all;4.0.20.Final ...
[info] found io.netty#netty-all;4.0.20.Final in sbt-chain
[info] Resolving com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3.1 ...
[info] found com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3.1 in sbt-chain
[info] Resolving com.sun.xml.bind#jaxb-impl;2.2.5-b01 ...
[info] found com.sun.xml.bind#jaxb-impl;2.2.5-b01 in sbt-chain
[info] Resolving org.yaml#snakeyaml;1.12 ...
[info] found org.yaml#snakeyaml;1.12 in sbt-chain
[info] Resolving org.hectorclient#hector-core;2.0-0 ...
[info] found org.hectorclient#hector-core;2.0-0 in sbt-chain
[info] Resolving commons-pool#commons-pool;1.5.3 ...
[info] found commons-pool#commons-pool;1.5.3 in sbt-chain
[info] Resolving com.github.stephenc.eaio-uuid#uuid;3.2.0 ...
[info] found com.github.stephenc.eaio-uuid#uuid;3.2.0 in sbt-chain
[info] Resolving com.ecyrd.speed4j#speed4j;0.9 ...
[info] found com.ecyrd.speed4j#speed4j;0.9 in sbt-chain
[info] Resolving commons-cli#commons-cli;1.2 ...
[info] found commons-cli#commons-cli;1.2 in sbt-chain
[info] :: resolution report :: resolve 1178ms :: artifacts dl 23ms
[info] :: modules in use:
[info] antlr#antlr;2.7.7 from sbt-chain in [test, test-internal]
[info] aopalliance#aopalliance;1.0 from sbt-chain in [test, test-internal]
[info] asm#asm;3.1 from sbt-chain in [test, test-internal]
[info] ch.qos.logback#logback-classic;1.1.2 from sbt-chain in [test, test-internal]
[info] ch.qos.logback#logback-core;1.1.2 from sbt-chain in [test, test-internal]
[info] com.addthis.metrics#reporter-config;2.1.0 from sbt-chain in [test, test-internal]
[info] com.boundary#high-scale-lib;1.0.6 from sbt-chain in [test, test-internal]
[info] com.clearspring.analytics#stream;2.5.2 from sbt-chain in [test, test-internal]
[info] com.codahale.metrics#metrics-core;3.0.2 from sbt-chain in [test, test-internal]
[info] com.datastax.cassandra#cassandra-driver-core;2.1.1 from sbt-chain in [test, test-internal]
[info] com.ecyrd.speed4j#speed4j;0.9 from sbt-chain in [test, test-internal]
[info] com.fasterxml.jackson.core#jackson-annotations;2.2.2 from sbt-chain in [test, test-internal]
[info] com.fasterxml.jackson.core#jackson-core;2.2.2 from sbt-chain in [test, test-internal]
[info] com.fasterxml.jackson.core#jackson-databind;2.2.2 from sbt-chain in [test, test-internal]
[info] com.fasterxml.jackson.module#jackson-module-scala_2.10;2.2.2 from sbt-chain in [test, test-internal]
[info] com.github.jbellis#jamm;0.2.6 from sbt-chain in [test, test-internal]
[info] com.github.stephenc.eaio-uuid#uuid;3.2.0 from sbt-chain in [test, test-internal]
[info] com.google.code.findbugs#jsr305;2.0.1 from sbt-chain in [test, test-internal]
[info] com.google.code.gson#gson;2.2.4 from sbt-chain in [test, test-internal]
[info] com.google.guava#guava;16.0.1 from sbt-chain in [test, test-internal]
[info] com.google.inject#guice;3.0 from sbt-chain in [test, test-internal]
[info] com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3.1 from sbt-chain in [test, test-internal]
[info] com.googlecode.json-simple#json-simple;1.1 from sbt-chain in [test, test-internal]
[info] com.lmax#disruptor;3.0.1 from sbt-chain in [test, test-internal]
[info] com.ning#compress-lzf;0.8.4 from sbt-chain in [test, test-internal]
[info] com.sun.xml.bind#jaxb-impl;2.2.5-b01 from sbt-chain in [test, test-internal]
[info] com.thinkaurelius.thrift#thrift-server;0.3.5 from sbt-chain in [test, test-internal]
[info] com.thoughtworks.paranamer#paranamer;2.3 from sbt-chain in [test, test-internal]
[info] com.twitter#finagle-core_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#finagle-serversets_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#finagle-test_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#finagle-zookeeper_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-app_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-collection_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-core_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-hashing_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-jvm_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-logging_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-zk-common_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter#util-zk_2.10;6.17.0 from sbt-chain in [test, test-internal]
[info] com.twitter.common#application-action;0.0.75 from sbt-chain in [test, test-internal]
[info] com.twitter.common#args;0.2.13 from sbt-chain in [test, test-internal]
[info] com.twitter.common#args-apt;0.1.17 from sbt-chain in [test, test-internal]
[info] com.twitter.common#args-core;0.1.18 from sbt-chain in [test, test-internal]
[info] com.twitter.common#base;0.0.95 from sbt-chain in [test, test-internal]
[info] com.twitter.common#collections;0.0.82 from sbt-chain in [test, test-internal]
[info] com.twitter.common#dynamic-host-set;0.0.47 from sbt-chain in [test, test-internal]
[info] com.twitter.common#io;0.0.56 from sbt-chain in [test, test-internal]
[info] com.twitter.common#io-json;0.0.44 from sbt-chain in [test, test-internal]
[info] com.twitter.common#io-thrift;0.0.53 from sbt-chain in [test, test-internal]
[info] com.twitter.common#jdk-logging;0.0.54 from sbt-chain in [test, test-internal]
[info] com.twitter.common#net-util;0.0.84 from sbt-chain in [test, test-internal]
[info] com.twitter.common#quantity;0.0.79 from sbt-chain in [test, test-internal]
[info] com.twitter.common#service-thrift;1.0.51 from sbt-chain in [test, test-internal]
[info] com.twitter.common#stat;0.0.39 from sbt-chain in [test, test-internal]
[info] com.twitter.common#stat-registry;0.0.35 from sbt-chain in [test, test-internal]
[info] com.twitter.common#stats;0.0.98 from sbt-chain in [test, test-internal]
[info] com.twitter.common#stats-provider;0.0.66 from sbt-chain in [test, test-internal]
[info] com.twitter.common#util;0.0.106 from sbt-chain in [test, test-internal]
[info] com.twitter.common#util-executor-service-shutdown;0.0.55 from sbt-chain in [test, test-internal]
[info] com.twitter.common#util-sampler;0.0.61 from sbt-chain in [test, test-internal]
[info] com.twitter.common#util-system-mocks;0.0.81 from sbt-chain in [test, test-internal]
[info] com.twitter.common.zookeeper#client;0.0.60 from sbt-chain in [test, test-internal]
[info] com.twitter.common.zookeeper#group;0.0.78 from sbt-chain in [test, test-internal]
[info] com.twitter.common.zookeeper#server-set;1.0.83 from sbt-chain in [test, test-internal]
[info] com.websudos#phantom-testing_2.10;1.4.0 from sbt-chain in [test, test-internal]
[info] com.websudos#phantom-zookeeper_2.10;1.4.0 from sbt-chain in [test, test-internal]
[info] com.yammer.metrics#metrics-core;2.2.0 from sbt-chain in [test, test-internal]
[info] commons-cli#commons-cli;1.2 from sbt-chain in [test, test-internal]
[info] commons-codec#commons-codec;1.6 from sbt-chain in [test, test-internal]
[info] commons-collections#commons-collections;3.2.1 from sbt-chain in [test, test-internal]
[info] commons-io#commons-io;2.1 from sbt-chain in [test, test-internal]
[info] commons-lang#commons-lang;2.6 from sbt-chain in [test, test-internal]
[info] commons-logging#commons-logging;1.1.1 from sbt-chain in [test, test-internal]
[info] commons-pool#commons-pool;1.5.3 from sbt-chain in [test, test-internal]
[info] io.netty#netty;3.9.1.Final from sbt-chain in [test, test-internal]
[info] io.netty#netty-all;4.0.20.Final from sbt-chain in [test, test-internal]
[info] it.unimi.dsi#fastutil;6.5.7 from sbt-chain in [test, test-internal]
[info] javax.activation#activation;1.1 from sbt-chain in [test, test-internal]
[info] javax.inject#javax.inject;1 from sbt-chain in [test, test-internal]
[info] javax.mail#mail;1.4 from sbt-chain in [test, test-internal]
[info] javax.validation#validation-api;1.0.0.GA from sbt-chain in [test, test-internal]
[info] jline#jline;1.0 from sbt-chain in [test, test-internal]
[info] junit#junit;4.9 from sbt-chain in [test, test-internal]
[info] log4j#log4j;1.2.15 from sbt-chain in [test, test-internal]
[info] net.java.dev.jna#jna;4.0.0 from sbt-chain in [test, test-internal]
[info] net.jpountz.lz4#lz4;1.2.0 from sbt-chain in [test, test-internal]
[info] net.sf.supercsv#super-csv;2.1.0 from sbt-chain in [test, test-internal]
[info] org.antlr#antlr;3.2 from sbt-chain in [test, test-internal]
[info] org.antlr#antlr-runtime;3.2 from sbt-chain in [test, test-internal]
[info] org.antlr#stringtemplate;3.2.1 from sbt-chain in [test, test-internal]
[info] org.apache.cassandra#cassandra-all;2.1.0-rc5 from sbt-chain in [test, test-internal]
[info] org.apache.cassandra#cassandra-thrift;2.1.0-rc5 from sbt-chain in [test, test-internal]
[info] org.apache.commons#commons-lang3;3.1 from sbt-chain in [test, test-internal]
[info] org.apache.commons#commons-math3;3.2 from sbt-chain in [test, test-internal]
[info] org.apache.httpcomponents#httpclient;4.2.5 from sbt-chain in [test, test-internal]
[info] org.apache.httpcomponents#httpcore;4.2.4 from sbt-chain in [test, test-internal]
[info] org.apache.thrift#libthrift;0.9.1 from sbt-chain in [test, test-internal]
[info] org.apache.zookeeper#zookeeper;3.3.4 from sbt-chain in [test, test-internal]
[info] org.cassandraunit#cassandra-unit;2.0.2.4 from sbt-chain in [test, test-internal]
[info] org.codehaus.jackson#jackson-core-asl;1.9.2 from sbt-chain in [test, test-internal]
[info] org.codehaus.jackson#jackson-mapper-asl;1.9.2 from sbt-chain in [test, test-internal]
[info] org.hamcrest#hamcrest-all;1.3 from sbt-chain in [test, test-internal]
[info] org.hamcrest#hamcrest-core;1.1 from sbt-chain in [test, test-internal]
[info] org.hectorclient#hector-core;2.0-0 from sbt-chain in [test, test-internal]
[info] org.hibernate#hibernate-validator;4.3.0.Final from sbt-chain in [test, test-internal]
[info] org.jboss.logging#jboss-logging;3.1.0.CR2 from sbt-chain in [test, test-internal]
[info] org.mindrot#jbcrypt;0.3m from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-reflect;2.10.3 from sbt-chain in [test, test-internal]
[info] org.scalatest#scalatest_2.10;2.2.0-M1 from sbt-chain in [test, test-internal]
[info] org.slf4j#slf4j-api;1.7.7 from sbt-chain in [test, test-internal]
[info] org.sonatype.sisu.inject#cglib;2.2.1-v20090111 from sbt-chain in [test, test-internal]
[info] org.xerial.snappy#snappy-java;1.1.1.3 from sbt-chain in [test, test-internal]
[info] org.yaml#snakeyaml;1.12 from sbt-chain in [test, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.3 by [org.scala-lang#scala-library;2.10.4] in [test, test-internal]
[info] io.netty#netty;3.9.0.Final by [io.netty#netty;3.9.1.Final] in [test, test-internal]
[info] org.slf4j#slf4j-api;1.7.5 by [org.slf4j#slf4j-api;1.7.7] in [test, test-internal]
[info] org.apache.thrift#libthrift;0.5.0-1 by [org.apache.thrift#libthrift;0.9.1] in [test, test-internal]
[info] org.slf4j#slf4j-api;1.5.8 by [org.slf4j#slf4j-api;1.7.5] in [test, test-internal]
[info] commons-lang#commons-lang;2.5 by [commons-lang#commons-lang;2.6] in [test, test-internal]
[info] org.slf4j#slf4j-api;1.6.1 by [org.slf4j#slf4j-api;1.7.7] in [test, test-internal]
[info] org.scala-lang#scala-library;2.10.0 by [org.scala-lang#scala-library;2.10.4] in [test, test-internal]
[info] com.google.guava#guava;13.0.1 by [com.google.guava#guava;16.0.1] in [test, test-internal]
[info] jline#jline;0.9.94 by [jline#jline;1.0] in [test, test-internal]
[info] junit#junit;3.8.1 by [junit#junit;4.9] in [test]
[info] org.scalatest#scalatest_2.10;1.9.2 by [org.scalatest#scalatest_2.10;2.2.0-M1] in [test, test-internal]
[info] com.datastax.cassandra#cassandra-driver-core;2.1.0-rc1 by [com.datastax.cassandra#cassandra-driver-core;2.1.1] in [test, test-internal]
[info] org.xerial.snappy#snappy-java;1.0.5 by [org.xerial.snappy#snappy-java;1.1.1.3] in [test, test-internal]
[info] com.google.guava#guava;16.0 by [com.google.guava#guava;16.0.1] in [test, test-internal]
[info] commons-cli#commons-cli;1.1 by [commons-cli#commons-cli;1.2] in [test, test-internal]
[info] commons-codec#commons-codec;1.2 by [commons-codec#commons-codec;1.6] in [test, test-internal]
[info] com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3 by [com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3.1] in [test, test-internal]
[info] org.slf4j#slf4j-api;1.7.2 by [org.slf4j#slf4j-api;1.7.7] in [test, test-internal]
[info] org.yaml#snakeyaml;1.11 by [org.yaml#snakeyaml;1.12] in [test, test-internal]
[info] junit#junit;4.6 by [junit#junit;4.9] in [test, test-internal]
[info] org.slf4j#slf4j-api;1.6.2 by [org.slf4j#slf4j-api;1.6.1] in [test, test-internal]
[info] commons-lang#commons-lang;2.4 by [commons-lang#commons-lang;2.6] in [test, test-internal]
[info] org.apache.cassandra#cassandra-thrift;2.0.4 by [org.apache.cassandra#cassandra-thrift;2.1.0-rc5] in [test, test-internal]
[info] com.google.guava#guava;14.0 by [com.google.guava#guava;16.0.1] in [test, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test | 140 | 0 | 0 | 25 || 115 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test-internal | 139 | 0 | 0 | 24 || 115 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-c67047096ed67b9b857d3b0d8f9367a337d1dc2c;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.newzly#util-testing_2.10;0.1.19 ...
[info] found com.newzly#util-testing_2.10;0.1.19 in sbt-chain
[info] Resolving com.newzly#util-http_2.10;0.1.19 ...
[info] found com.newzly#util-http_2.10;0.1.19 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving io.netty#netty;3.9.0.Final ...
[info] found io.netty#netty;3.9.0.Final in sbt-chain
[info] Resolving com.twitter#util-core_2.10;6.17.0 ...
[info] found com.twitter#util-core_2.10;6.17.0 in sbt-chain
[info] Resolving org.scalatest#scalatest_2.10;2.2.0-M1 ...
[info] found org.scalatest#scalatest_2.10;2.2.0-M1 in sbt-chain
[info] Resolving org.scala-lang#scala-reflect;2.10.3 ...
[info] found org.scala-lang#scala-reflect;2.10.3 in sbt-chain
[info] [2.10.3] org.scala-lang#scala-reflect;2.10.3
[info] Resolving org.fluttercode.datafactory#datafactory;0.8 ...
[info] found org.fluttercode.datafactory#datafactory;0.8 in sbt-chain
[info] :: resolution report :: resolve 22ms :: artifacts dl 1ms
[info] :: modules in use:
[info] com.newzly#util-http_2.10;0.1.19 from sbt-chain in [provided, compile-internal, test-internal]
[info] com.newzly#util-testing_2.10;0.1.19 from sbt-chain in [provided, compile-internal, test-internal]
[info] com.twitter#util-core_2.10;6.17.0 from sbt-chain in [provided, compile-internal, test-internal]
[info] io.netty#netty;3.9.0.Final from sbt-chain in [provided, compile-internal, test-internal]
[info] org.fluttercode.datafactory#datafactory;0.8 from sbt-chain in [provided, compile-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [provided, compile-internal, test-internal]
[info] org.scala-lang#scala-reflect;2.10.3 from sbt-chain in [provided, compile-internal, test-internal]
[info] org.scalatest#scalatest_2.10;2.2.0-M1 from sbt-chain in [provided, compile-internal, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.3 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, provided, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | provided | 9 | 0 | 0 | 1 || 8 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 9 | 0 | 0 | 1 || 8 | 0 |
[info] | runtime-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test-internal | 9 | 0 | 0 | 1 || 8 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-a976aa505ed571dc61d5e6f81ec07f643604312e;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving io.spray#spray-can_2.10;1.3.2 ...
[info] found io.spray#spray-can_2.10;1.3.2 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving io.spray#spray-io_2.10;1.3.2 ...
[info] found io.spray#spray-io_2.10;1.3.2 in sbt-chain
[info] Resolving io.spray#spray-util_2.10;1.3.2 ...
[info] found io.spray#spray-util_2.10;1.3.2 in sbt-chain
[info] Resolving io.spray#spray-http_2.10;1.3.2 ...
[info] found io.spray#spray-http_2.10;1.3.2 in sbt-chain
[info] Resolving org.parboiled#parboiled-scala_2.10;1.1.6 ...
[info] found org.parboiled#parboiled-scala_2.10;1.1.6 in sbt-chain
[info] Resolving org.parboiled#parboiled-core;1.1.6 ...
[info] found org.parboiled#parboiled-core;1.1.6 in sbt-chain
[info] :: resolution report :: resolve 50ms :: artifacts dl 2ms
[info] :: modules in use:
[info] io.spray#spray-can_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-http_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-io_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-util_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-core;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-scala_2.10;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.2 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 8 | 0 | 0 | 1 || 7 | 0 |
[info] | runtime | 8 | 0 | 0 | 1 || 7 | 0 |
[info] | test | 8 | 0 | 0 | 1 || 7 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 8 | 0 | 0 | 1 || 7 | 0 |
[info] | runtime-internal | 8 | 0 | 0 | 1 || 7 | 0 |
[info] | test-internal | 8 | 0 | 0 | 1 || 7 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-cb3527685d25fb62ad1cc39f52ec9b2d071ee458;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving io.spray#spray-client_2.10;1.3.2 ...
[info] found io.spray#spray-client_2.10;1.3.2 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving io.spray#spray-can_2.10;1.3.2 ...
[info] found io.spray#spray-can_2.10;1.3.2 in sbt-chain
[info] Resolving io.spray#spray-io_2.10;1.3.2 ...
[info] found io.spray#spray-io_2.10;1.3.2 in sbt-chain
[info] Resolving io.spray#spray-util_2.10;1.3.2 ...
[info] found io.spray#spray-util_2.10;1.3.2 in sbt-chain
[info] Resolving io.spray#spray-http_2.10;1.3.2 ...
[info] found io.spray#spray-http_2.10;1.3.2 in sbt-chain
[info] Resolving org.parboiled#parboiled-scala_2.10;1.1.6 ...
[info] found org.parboiled#parboiled-scala_2.10;1.1.6 in sbt-chain
[info] Resolving org.parboiled#parboiled-core;1.1.6 ...
[info] found org.parboiled#parboiled-core;1.1.6 in sbt-chain
[info] Resolving io.spray#spray-httpx_2.10;1.3.2 ...
[info] found io.spray#spray-httpx_2.10;1.3.2 in sbt-chain
[info] Resolving org.jvnet.mimepull#mimepull;1.9.4 ...
[info] found org.jvnet.mimepull#mimepull;1.9.4 in sbt-chain
[info] :: resolution report :: resolve 91ms :: artifacts dl 3ms
[info] :: modules in use:
[info] io.spray#spray-can_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-client_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-http_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-httpx_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-io_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-util_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.jvnet.mimepull#mimepull;1.9.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-core;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-scala_2.10;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.2 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 11 | 0 | 0 | 1 || 10 | 0 |
[info] | runtime | 11 | 0 | 0 | 1 || 10 | 0 |
[info] | test | 11 | 0 | 0 | 1 || 10 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 11 | 0 | 0 | 1 || 10 | 0 |
[info] | runtime-internal | 11 | 0 | 0 | 1 || 10 | 0 |
[info] | test-internal | 11 | 0 | 0 | 1 || 10 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-92c9da9e1790703e854aab4af28ca096174bcf19;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving io.spray#spray-http_2.10;1.3.2 ...
[info] found io.spray#spray-http_2.10;1.3.2 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving io.spray#spray-util_2.10;1.3.2 ...
[info] found io.spray#spray-util_2.10;1.3.2 in sbt-chain
[info] Resolving org.parboiled#parboiled-scala_2.10;1.1.6 ...
[info] found org.parboiled#parboiled-scala_2.10;1.1.6 in sbt-chain
[info] Resolving org.parboiled#parboiled-core;1.1.6 ...
[info] found org.parboiled#parboiled-core;1.1.6 in sbt-chain
[info] :: resolution report :: resolve 24ms :: artifacts dl 2ms
[info] :: modules in use:
[info] io.spray#spray-http_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-util_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-core;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-scala_2.10;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.2 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | runtime | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | test | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | runtime-internal | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | test-internal | 6 | 0 | 0 | 1 || 5 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-e07c51bad7c095c024330fcec4de3d8dfcb7665c;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving io.spray#spray-json_2.10;1.3.1 ...
[info] found io.spray#spray-json_2.10;1.3.1 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] :: resolution report :: resolve 8ms :: artifacts dl 0ms
[info] :: modules in use:
[info] io.spray#spray-json_2.10;1.3.1 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | runtime | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | test | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | runtime-internal | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | test-internal | 2 | 0 | 0 | 0 || 2 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-5dfe3381f76276000bafbafd733ea946b73ee8fc;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving io.spray#spray-routing_2.10;1.3.2 ...
[info] found io.spray#spray-routing_2.10;1.3.2 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving io.spray#spray-http_2.10;1.3.2 ...
[info] found io.spray#spray-http_2.10;1.3.2 in sbt-chain
[info] Resolving io.spray#spray-util_2.10;1.3.2 ...
[info] found io.spray#spray-util_2.10;1.3.2 in sbt-chain
[info] Resolving org.parboiled#parboiled-scala_2.10;1.1.6 ...
[info] found org.parboiled#parboiled-scala_2.10;1.1.6 in sbt-chain
[info] Resolving org.parboiled#parboiled-core;1.1.6 ...
[info] found org.parboiled#parboiled-core;1.1.6 in sbt-chain
[info] Resolving io.spray#spray-httpx_2.10;1.3.2 ...
[info] found io.spray#spray-httpx_2.10;1.3.2 in sbt-chain
[info] Resolving org.jvnet.mimepull#mimepull;1.9.4 ...
[info] found org.jvnet.mimepull#mimepull;1.9.4 in sbt-chain
[info] Resolving com.chuusai#shapeless_2.10;1.2.4 ...
[info] found com.chuusai#shapeless_2.10;1.2.4 in sbt-chain
[info] :: resolution report :: resolve 92ms :: artifacts dl 3ms
[info] :: modules in use:
[info] com.chuusai#shapeless_2.10;1.2.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-http_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-httpx_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-routing_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] io.spray#spray-util_2.10;1.3.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.jvnet.mimepull#mimepull;1.9.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-core;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.parboiled#parboiled-scala_2.10;1.1.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.2 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] org.scala-lang#scala-library;2.10.0 by [org.scala-lang#scala-library;2.10.4] in [compile-internal, compile, test, runtime-internal, test-internal, runtime]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 11 | 0 | 0 | 2 || 9 | 0 |
[info] | runtime | 11 | 0 | 0 | 2 || 9 | 0 |
[info] | test | 11 | 0 | 0 | 2 || 9 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 11 | 0 | 0 | 2 || 9 | 0 |
[info] | runtime-internal | 11 | 0 | 0 | 2 || 9 | 0 |
[info] | test-internal | 11 | 0 | 0 | 2 || 9 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-af6f01db9dd22c8be0afdcff63f4a1a2726a060c;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.json4s#json4s-native_2.10;3.2.10 ...
[info] found org.json4s#json4s-native_2.10;3.2.10 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.0 ...
[info] found org.scala-lang#scala-library;2.10.0 in sbt-chain
[info] Resolving org.json4s#json4s-core_2.10;3.2.10 ...
[info] found org.json4s#json4s-core_2.10;3.2.10 in sbt-chain
[info] Resolving org.json4s#json4s-ast_2.10;3.2.10 ...
[info] found org.json4s#json4s-ast_2.10;3.2.10 in sbt-chain
[info] Resolving com.thoughtworks.paranamer#paranamer;2.6 ...
[info] found com.thoughtworks.paranamer#paranamer;2.6 in sbt-chain
[info] Resolving org.scala-lang#scalap;2.10.0 ...
[info] found org.scala-lang#scalap;2.10.0 in sbt-chain
[info] Resolving org.scala-lang#scala-compiler;2.10.0 ...
[info] found org.scala-lang#scala-compiler;2.10.0 in sbt-chain
[info] Resolving org.scala-lang#scala-reflect;2.10.0 ...
[info] found org.scala-lang#scala-reflect;2.10.0 in sbt-chain
[info] :: resolution report :: resolve 66ms :: artifacts dl 1ms
[info] :: modules in use:
[info] com.thoughtworks.paranamer#paranamer;2.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.json4s#json4s-ast_2.10;3.2.10 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.json4s#json4s-core_2.10;3.2.10 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.json4s#json4s-native_2.10;3.2.10 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-compiler;2.10.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-library;2.10.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scala-reflect;2.10.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.scala-lang#scalap;2.10.0 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 8 | 0 | 0 | 0 || 8 | 0 |
[info] | runtime | 8 | 0 | 0 | 0 || 8 | 0 |
[info] | test | 8 | 0 | 0 | 0 || 8 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 8 | 0 | 0 | 0 || 8 | 0 |
[info] | runtime-internal | 8 | 0 | 0 | 0 || 8 | 0 |
[info] | test-internal | 8 | 0 | 0 | 0 || 8 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-bc7ceb03450a7a558dc9805251703a723c5f1600;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving joda-time#joda-time;2.4 ...
[info] found joda-time#joda-time;2.4 in sbt-chain
[info] :: resolution report :: resolve 26ms :: artifacts dl 0ms
[info] :: modules in use:
[info] joda-time#joda-time;2.4 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-a4f581360c0b6201ae65260dea74c622c82da9f5;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.joda#joda-convert;1.7 ...
[info] found org.joda#joda-convert;1.7 in sbt-chain
[info] :: resolution report :: resolve 5ms :: artifacts dl 0ms
[info] :: modules in use:
[info] org.joda#joda-convert;1.7 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-8dafde09cddf7851d0cd93f54af4ecabd6d995c2;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving ch.qos.logback#logback-classic;1.1.2 ...
[info] found ch.qos.logback#logback-classic;1.1.2 in sbt-chain
[info] Resolving ch.qos.logback#logback-core;1.1.2 ...
[info] found ch.qos.logback#logback-core;1.1.2 in sbt-chain
[info] Resolving org.slf4j#slf4j-api;1.7.6 ...
[info] found org.slf4j#slf4j-api;1.7.6 in sbt-chain
[info] :: resolution report :: resolve 9ms :: artifacts dl 1ms
[info] :: modules in use:
[info] ch.qos.logback#logback-classic;1.1.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ch.qos.logback#logback-core;1.1.2 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] org.slf4j#slf4j-api;1.7.6 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | runtime | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | test | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | runtime-internal | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | test-internal | 3 | 0 | 0 | 0 || 3 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-2d98f747c434ecd0a330637821d062dbfc151449;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving commons-codec#commons-codec;1.9 ...
[info] found commons-codec#commons-codec;1.9 in sbt-chain
[info] :: resolution report :: resolve 6ms :: artifacts dl 0ms
[info] :: modules in use:
[info] commons-codec#commons-codec;1.9 from sbt-chain in [compile, runtime, test, compile-internal, runtime-internal, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | runtime-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | test-internal | 1 | 0 | 0 | 0 || 1 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-41e7c8e534464b0fc661a7052b1e9d96372e807e;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving io.spray#spray-testkit_2.10;1.3.2 ...
[info] found io.spray#spray-testkit_2.10;1.3.2 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving io.spray#spray-util_2.10;1.3.2 ...
[info] found io.spray#spray-util_2.10;1.3.2 in sbt-chain
[info] Resolving com.typesafe.akka#akka-testkit_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-testkit_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] Resolving org.specs2#specs2_2.10;2.3.10 ...
[info] found org.specs2#specs2_2.10;2.3.10 in sbt-chain
[info] Resolving org.scala-lang#scala-compiler;2.10.3 ...
[info] found org.scala-lang#scala-compiler;2.10.3 in sbt-chain
[info] Resolving org.scala-lang#scala-reflect;2.10.3 ...
[info] found org.scala-lang#scala-reflect;2.10.3 in sbt-chain
[info] [2.10.3] org.scala-lang#scala-reflect;2.10.3
[info] Resolving org.hamcrest#hamcrest-core;1.3 ...
[info] found org.hamcrest#hamcrest-core;1.3 in sbt-chain
[info] Resolving org.mockito#mockito-core;1.9.5 ...
[info] found org.mockito#mockito-core;1.9.5 in sbt-chain
[info] Resolving org.objenesis#objenesis;1.0 ...
[info] found org.objenesis#objenesis;1.0 in sbt-chain
[info] Resolving org.scalamacros#quasiquotes_2.10.3;2.0.0-M3 ...
[info] found org.scalamacros#quasiquotes_2.10.3;2.0.0-M3 in sbt-chain
[info] Resolving org.scalacheck#scalacheck_2.10;1.11.3 ...
[info] found org.scalacheck#scalacheck_2.10;1.11.3 in sbt-chain
[info] Resolving org.scala-sbt#test-interface;1.0 ...
[info] found org.scala-sbt#test-interface;1.0 in sbt-chain
[info] Resolving junit#junit;4.11 ...
[info] found junit#junit;4.11 in sbt-chain
[info] Resolving org.pegdown#pegdown;1.2.1 ...
[info] found org.pegdown#pegdown;1.2.1 in sbt-chain
[info] Resolving org.parboiled#parboiled-java;1.1.4 ...
[info] found org.parboiled#parboiled-java;1.1.4 in sbt-chain
[info] Resolving org.parboiled#parboiled-core;1.1.4 ...
[info] found org.parboiled#parboiled-core;1.1.4 in sbt-chain
[info] Resolving org.ow2.asm#asm;4.1 ...
[info] found org.ow2.asm#asm;4.1 in sbt-chain
[info] Resolving org.ow2.asm#asm-tree;4.1 ...
[info] found org.ow2.asm#asm-tree;4.1 in sbt-chain
[info] Resolving org.ow2.asm#asm-analysis;4.1 ...
[info] found org.ow2.asm#asm-analysis;4.1 in sbt-chain
[info] Resolving org.ow2.asm#asm-util;4.1 ...
[info] found org.ow2.asm#asm-util;4.1 in sbt-chain
[info] Resolving org.specs2#classycle;1.4.3 ...
[info] found org.specs2#classycle;1.4.3 in sbt-chain
[info] Resolving org.scalaz#scalaz-core_2.10;7.0.6 ...
[info] found org.scalaz#scalaz-core_2.10;7.0.6 in sbt-chain
[info] Resolving org.scalaz#scalaz-concurrent_2.10;7.0.6 ...
[info] found org.scalaz#scalaz-concurrent_2.10;7.0.6 in sbt-chain
[info] Resolving org.scalaz#scalaz-effect_2.10;7.0.6 ...
[info] found org.scalaz#scalaz-effect_2.10;7.0.6 in sbt-chain
[info] :: resolution report :: resolve 163ms :: artifacts dl 7ms
[info] :: modules in use:
[info] com.typesafe#config;1.2.1 from sbt-chain in [test, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [test, test-internal]
[info] com.typesafe.akka#akka-testkit_2.10;2.3.6 from sbt-chain in [test, test-internal]
[info] io.spray#spray-testkit_2.10;1.3.2 from sbt-chain in [test, test-internal]
[info] io.spray#spray-util_2.10;1.3.2 from sbt-chain in [test, test-internal]
[info] junit#junit;4.11 from sbt-chain in [test, test-internal]
[info] org.hamcrest#hamcrest-core;1.3 from sbt-chain in [test, test-internal]
[info] org.mockito#mockito-core;1.9.5 from sbt-chain in [test, test-internal]
[info] org.objenesis#objenesis;1.0 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm;4.1 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm-analysis;4.1 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm-tree;4.1 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm-util;4.1 from sbt-chain in [test, test-internal]
[info] org.parboiled#parboiled-core;1.1.4 from sbt-chain in [test, test-internal]
[info] org.parboiled#parboiled-java;1.1.4 from sbt-chain in [test, test-internal]
[info] org.pegdown#pegdown;1.2.1 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-compiler;2.10.3 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-reflect;2.10.3 from sbt-chain in [test, test-internal]
[info] org.scala-sbt#test-interface;1.0 from sbt-chain in [test, test-internal]
[info] org.scalacheck#scalacheck_2.10;1.11.3 from sbt-chain in [test, test-internal]
[info] org.scalamacros#quasiquotes_2.10.3;2.0.0-M3 from sbt-chain in [test, test-internal]
[info] org.scalaz#scalaz-concurrent_2.10;7.0.6 from sbt-chain in [test, test-internal]
[info] org.scalaz#scalaz-core_2.10;7.0.6 from sbt-chain in [test, test-internal]
[info] org.scalaz#scalaz-effect_2.10;7.0.6 from sbt-chain in [test, test-internal]
[info] org.specs2#classycle;1.4.3 from sbt-chain in [test, test-internal]
[info] org.specs2#specs2_2.10;2.3.10 from sbt-chain in [test, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.3 by [org.scala-lang#scala-library;2.10.4] in [test, test-internal]
[info] org.hamcrest#hamcrest-core;1.1 by [org.hamcrest#hamcrest-core;1.3] in [test, test-internal]
[info] org.scala-lang#scala-library;2.10.1 by [org.scala-lang#scala-library;2.10.4] in [test, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test | 30 | 0 | 0 | 3 || 27 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test-internal | 30 | 0 | 0 | 3 || 27 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-8b22ba1d18e6d9ae8689e9a4e2e2b4b8467b840f;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.cassandraunit#cassandra-unit;2.0.2.1 ...
[info] found org.cassandraunit#cassandra-unit;2.0.2.1 in sbt-chain
[info] Resolving com.datastax.cassandra#cassandra-driver-core;2.0.1 ...
[info] found com.datastax.cassandra#cassandra-driver-core;2.0.1 in sbt-chain
[info] Resolving io.netty#netty;3.9.0.Final ...
[info] found io.netty#netty;3.9.0.Final in sbt-chain
[info] Resolving com.codahale.metrics#metrics-core;3.0.2 ...
[info] found com.codahale.metrics#metrics-core;3.0.2 in sbt-chain
[info] Resolving junit#junit;4.8.2 ...
[info] found junit#junit;4.8.2 in sbt-chain
[info] Resolving org.hamcrest#hamcrest-all;1.1 ...
[info] found org.hamcrest#hamcrest-all;1.1 in sbt-chain
[info] Resolving org.apache.cassandra#cassandra-all;2.0.5 ...
[info] found org.apache.cassandra#cassandra-all;2.0.5 in sbt-chain
[info] Resolving org.xerial.snappy#snappy-java;1.0.5 ...
[info] found org.xerial.snappy#snappy-java;1.0.5 in sbt-chain
[info] Resolving net.jpountz.lz4#lz4;1.2.0 ...
[info] found net.jpountz.lz4#lz4;1.2.0 in sbt-chain
[info] Resolving com.ning#compress-lzf;0.8.4 ...
[info] found com.ning#compress-lzf;0.8.4 in sbt-chain
[info] Resolving com.google.guava#guava;15.0 ...
[info] found com.google.guava#guava;15.0 in sbt-chain
[info] Resolving commons-cli#commons-cli;1.1 ...
[info] found commons-cli#commons-cli;1.1 in sbt-chain
[info] Resolving commons-codec#commons-codec;1.2 ...
[info] found commons-codec#commons-codec;1.2 in sbt-chain
[info] Resolving org.apache.commons#commons-lang3;3.1 ...
[info] found org.apache.commons#commons-lang3;3.1 in sbt-chain
[info] Resolving com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3 ...
[info] found com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3 in sbt-chain
[info] Resolving org.antlr#antlr;3.2 ...
[info] found org.antlr#antlr;3.2 in sbt-chain
[info] Resolving org.antlr#antlr-runtime;3.2 ...
[info] found org.antlr#antlr-runtime;3.2 in sbt-chain
[info] Resolving org.antlr#stringtemplate;3.2.1 ...
[info] found org.antlr#stringtemplate;3.2.1 in sbt-chain
[info] Resolving antlr#antlr;2.7.7 ...
[info] found antlr#antlr;2.7.7 in sbt-chain
[info] Resolving org.slf4j#slf4j-api;1.7.2 ...
[info] found org.slf4j#slf4j-api;1.7.2 in sbt-chain
[info] Resolving org.codehaus.jackson#jackson-core-asl;1.9.2 ...
[info] found org.codehaus.jackson#jackson-core-asl;1.9.2 in sbt-chain
[info] Resolving org.codehaus.jackson#jackson-mapper-asl;1.9.2 ...
[info] found org.codehaus.jackson#jackson-mapper-asl;1.9.2 in sbt-chain
[info] Resolving jline#jline;1.0 ...
[info] found jline#jline;1.0 in sbt-chain
[info] Resolving com.googlecode.json-simple#json-simple;1.1 ...
[info] found com.googlecode.json-simple#json-simple;1.1 in sbt-chain
[info] Resolving com.github.stephenc.high-scale-lib#high-scale-lib;1.1.2 ...
[info] found com.github.stephenc.high-scale-lib#high-scale-lib;1.1.2 in sbt-chain
[info] Resolving org.yaml#snakeyaml;1.11 ...
[info] found org.yaml#snakeyaml;1.11 in sbt-chain
[info] Resolving edu.stanford.ppl#snaptree;0.1 ...
[info] found edu.stanford.ppl#snaptree;0.1 in sbt-chain
[info] Resolving org.mindrot#jbcrypt;0.3m ...
[info] found org.mindrot#jbcrypt;0.3m in sbt-chain
[info] Resolving com.yammer.metrics#metrics-core;2.2.0 ...
[info] found com.yammer.metrics#metrics-core;2.2.0 in sbt-chain
[info] Resolving com.addthis.metrics#reporter-config;2.1.0 ...
[info] found com.addthis.metrics#reporter-config;2.1.0 in sbt-chain
[info] Resolving org.hibernate#hibernate-validator;4.3.0.Final ...
[info] found org.hibernate#hibernate-validator;4.3.0.Final in sbt-chain
[info] Resolving javax.validation#validation-api;1.0.0.GA ...
[info] found javax.validation#validation-api;1.0.0.GA in sbt-chain
[info] Resolving org.jboss.logging#jboss-logging;3.1.0.CR2 ...
[info] found org.jboss.logging#jboss-logging;3.1.0.CR2 in sbt-chain
[info] Resolving com.thinkaurelius.thrift#thrift-server;0.3.3 ...
[info] found com.thinkaurelius.thrift#thrift-server;0.3.3 in sbt-chain
[info] Resolving com.lmax#disruptor;3.0.1 ...
[info] found com.lmax#disruptor;3.0.1 in sbt-chain
[info] Resolving org.apache.thrift#libthrift;0.9.1 ...
[info] found org.apache.thrift#libthrift;0.9.1 in sbt-chain
[info] Resolving org.apache.httpcomponents#httpclient;4.2.5 ...
[info] found org.apache.httpcomponents#httpclient;4.2.5 in sbt-chain
[info] Resolving org.apache.httpcomponents#httpcore;4.2.4 ...
[info] found org.apache.httpcomponents#httpcore;4.2.4 in sbt-chain
[info] Resolving junit#junit;4.6 ...
[info] found junit#junit;4.6 in sbt-chain
[info] Resolving org.apache.cassandra#cassandra-thrift;2.0.5 ...
[info] found org.apache.cassandra#cassandra-thrift;2.0.5 in sbt-chain
[info] Resolving com.github.stephenc#jamm;0.2.5 ...
[info] found com.github.stephenc#jamm;0.2.5 in sbt-chain
[info] Resolving com.sun.xml.bind#jaxb-impl;2.2.4-1 ...
[info] found com.sun.xml.bind#jaxb-impl;2.2.4-1 in sbt-chain
[info] Resolving javax.xml.bind#jaxb-api;2.2.3 ...
[info] found javax.xml.bind#jaxb-api;2.2.3 in sbt-chain
[info] Resolving javax.xml.stream#stax-api;1.0-2 ...
[info] found javax.xml.stream#stax-api;1.0-2 in sbt-chain
[info] Resolving javax.activation#activation;1.1 ...
[info] found javax.activation#activation;1.1 in sbt-chain
[info] Resolving org.hectorclient#hector-core;1.1-4 ...
[info] found org.hectorclient#hector-core;1.1-4 in sbt-chain
[info] Resolving commons-lang#commons-lang;2.4 ...
[info] found commons-lang#commons-lang;2.4 in sbt-chain
[info] Resolving commons-pool#commons-pool;1.5.3 ...
[info] found commons-pool#commons-pool;1.5.3 in sbt-chain
[info] Resolving com.github.stephenc.eaio-uuid#uuid;3.2.0 ...
[info] found com.github.stephenc.eaio-uuid#uuid;3.2.0 in sbt-chain
[info] Resolving com.ecyrd.speed4j#speed4j;0.9 ...
[info] found com.ecyrd.speed4j#speed4j;0.9 in sbt-chain
[info] Resolving commons-lang#commons-lang;2.6 ...
[info] found commons-lang#commons-lang;2.6 in sbt-chain
[info] Resolving commons-cli#commons-cli;1.2 ...
[info] found commons-cli#commons-cli;1.2 in sbt-chain
[info] Resolving commons-logging#commons-logging;1.1.1 ...
[info] found commons-logging#commons-logging;1.1.1 in sbt-chain
[info] :: resolution report :: resolve 370ms :: artifacts dl 9ms
[info] :: modules in use:
[info] antlr#antlr;2.7.7 from sbt-chain in [test, test-internal]
[info] com.addthis.metrics#reporter-config;2.1.0 from sbt-chain in [test, test-internal]
[info] com.codahale.metrics#metrics-core;3.0.2 from sbt-chain in [test, test-internal]
[info] com.datastax.cassandra#cassandra-driver-core;2.0.1 from sbt-chain in [test, test-internal]
[info] com.ecyrd.speed4j#speed4j;0.9 from sbt-chain in [test, test-internal]
[info] com.github.stephenc#jamm;0.2.5 from sbt-chain in [test, test-internal]
[info] com.github.stephenc.eaio-uuid#uuid;3.2.0 from sbt-chain in [test, test-internal]
[info] com.github.stephenc.high-scale-lib#high-scale-lib;1.1.2 from sbt-chain in [test, test-internal]
[info] com.google.guava#guava;15.0 from sbt-chain in [test, test-internal]
[info] com.googlecode.concurrentlinkedhashmap#concurrentlinkedhashmap-lru;1.3 from sbt-chain in [test, test-internal]
[info] com.googlecode.json-simple#json-simple;1.1 from sbt-chain in [test, test-internal]
[info] com.lmax#disruptor;3.0.1 from sbt-chain in [test, test-internal]
[info] com.ning#compress-lzf;0.8.4 from sbt-chain in [test, test-internal]
[info] com.sun.xml.bind#jaxb-impl;2.2.4-1 from sbt-chain in [test, test-internal]
[info] com.thinkaurelius.thrift#thrift-server;0.3.3 from sbt-chain in [test, test-internal]
[info] com.yammer.metrics#metrics-core;2.2.0 from sbt-chain in [test, test-internal]
[info] commons-cli#commons-cli;1.2 from sbt-chain in [test, test-internal]
[info] commons-codec#commons-codec;1.2 from sbt-chain in [test, test-internal]
[info] commons-lang#commons-lang;2.6 from sbt-chain in [test, test-internal]
[info] commons-logging#commons-logging;1.1.1 from sbt-chain in [test-internal]
[info] commons-pool#commons-pool;1.5.3 from sbt-chain in [test, test-internal]
[info] edu.stanford.ppl#snaptree;0.1 from sbt-chain in [test, test-internal]
[info] io.netty#netty;3.9.0.Final from sbt-chain in [test, test-internal]
[info] javax.activation#activation;1.1 from sbt-chain in [test, test-internal]
[info] javax.validation#validation-api;1.0.0.GA from sbt-chain in [test, test-internal]
[info] javax.xml.bind#jaxb-api;2.2.3 from sbt-chain in [test, test-internal]
[info] javax.xml.stream#stax-api;1.0-2 from sbt-chain in [test, test-internal]
[info] jline#jline;1.0 from sbt-chain in [test, test-internal]
[info] junit#junit;4.6 from sbt-chain in [test, test-internal]
[info] net.jpountz.lz4#lz4;1.2.0 from sbt-chain in [test, test-internal]
[info] org.antlr#antlr;3.2 from sbt-chain in [test, test-internal]
[info] org.antlr#antlr-runtime;3.2 from sbt-chain in [test, test-internal]
[info] org.antlr#stringtemplate;3.2.1 from sbt-chain in [test, test-internal]
[info] org.apache.cassandra#cassandra-all;2.0.5 from sbt-chain in [test, test-internal]
[info] org.apache.cassandra#cassandra-thrift;2.0.5 from sbt-chain in [test, test-internal]
[info] org.apache.commons#commons-lang3;3.1 from sbt-chain in [test, test-internal]
[info] org.apache.httpcomponents#httpclient;4.2.5 from sbt-chain in [test, test-internal]
[info] org.apache.httpcomponents#httpcore;4.2.4 from sbt-chain in [test, test-internal]
[info] org.apache.thrift#libthrift;0.9.1 from sbt-chain in [test, test-internal]
[info] org.cassandraunit#cassandra-unit;2.0.2.1 from sbt-chain in [test, test-internal]
[info] org.codehaus.jackson#jackson-core-asl;1.9.2 from sbt-chain in [test, test-internal]
[info] org.codehaus.jackson#jackson-mapper-asl;1.9.2 from sbt-chain in [test, test-internal]
[info] org.hamcrest#hamcrest-all;1.1 from sbt-chain in [test, test-internal]
[info] org.hectorclient#hector-core;1.1-4 from sbt-chain in [test, test-internal]
[info] org.hibernate#hibernate-validator;4.3.0.Final from sbt-chain in [test, test-internal]
[info] org.jboss.logging#jboss-logging;3.1.0.CR2 from sbt-chain in [test, test-internal]
[info] org.mindrot#jbcrypt;0.3m from sbt-chain in [test, test-internal]
[info] org.slf4j#slf4j-api;1.7.2 from sbt-chain in [test, test-internal]
[info] org.xerial.snappy#snappy-java;1.0.5 from sbt-chain in [test, test-internal]
[info] org.yaml#snakeyaml;1.11 from sbt-chain in [test, test-internal]
[info] :: evicted modules:
[info] org.slf4j#slf4j-api;1.7.5 by [org.slf4j#slf4j-api;1.6.1, org.slf4j#slf4j-api;1.7.2] in [test, test-internal]
[info] junit#junit;4.8.2 by [junit#junit;4.6] in [test, test-internal]
[info] commons-cli#commons-cli;1.1 by [commons-cli#commons-cli;1.2] in [test, test-internal]
[info] io.netty#netty;3.6.6.Final by [io.netty#netty;3.9.0.Final] in [test, test-internal]
[info] org.slf4j#slf4j-api;1.6.1 by [org.slf4j#slf4j-api;1.7.2] in [test, test-internal]
[info] commons-lang#commons-lang;2.4 by [commons-lang#commons-lang;2.6] in [test, test-internal]
[info] org.apache.cassandra#cassandra-thrift;1.2.5 by [org.apache.cassandra#cassandra-thrift;2.0.5] in [test, test-internal]
[info] com.google.guava#guava;14.0 by [com.google.guava#guava;15.0] in [test, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test | 57 | 0 | 0 | 8 || 49 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test-internal | 58 | 0 | 0 | 8 || 50 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-c098a03721f312cf6c37ebb8e1f57bd4ae93b86c;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving com.typesafe.akka#akka-testkit_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-testkit_2.10;2.3.6 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.6 ...
[info] found com.typesafe.akka#akka-actor_2.10;2.3.6 in sbt-chain
[info] Resolving com.typesafe#config;1.2.1 ...
[info] found com.typesafe#config;1.2.1 in sbt-chain
[info] :: resolution report :: resolve 4ms :: artifacts dl 1ms
[info] :: modules in use:
[info] com.typesafe#config;1.2.1 from sbt-chain in [test, test-internal]
[info] com.typesafe.akka#akka-actor_2.10;2.3.6 from sbt-chain in [test, test-internal]
[info] com.typesafe.akka#akka-testkit_2.10;2.3.6 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [test, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test-internal | 4 | 0 | 0 | 0 || 4 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] :: resolving dependencies :: org.scala-sbt.temp#temp-resolve-de02fed0a69c6c6b5c44c3ad06f56b69922a598c;1.0
[info] confs: [compile, runtime, test, provided, optional, compile-internal, runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool]
[info] Resolving org.specs2#specs2_2.10;2.4.6 ...
[info] found org.specs2#specs2_2.10;2.4.6 in sbt-chain
[info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
[info] found org.scala-lang#scala-compiler;2.10.4 in sbt-chain
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
[info] found org.scala-lang#scala-library;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-library;2.10.4
[info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
[info] found org.scala-lang#scala-reflect;2.10.4 in sbt-chain
[info] [2.10.4] org.scala-lang#scala-reflect;2.10.4
[info] Resolving org.scalaz.stream#scalaz-stream_2.10;0.5a ...
[info] found org.scalaz.stream#scalaz-stream_2.10;0.5a in sbt-chain
[info] [0.5a] org.scalaz.stream#scalaz-stream_2.10;0.5a
[info] Resolving org.scalaz#scalaz-core_2.10;7.1.0 ...
[info] found org.scalaz#scalaz-core_2.10;7.1.0 in sbt-chain
[info] Resolving org.scalaz#scalaz-concurrent_2.10;7.1.0 ...
[info] found org.scalaz#scalaz-concurrent_2.10;7.1.0 in sbt-chain
[info] Resolving org.scalaz#scalaz-effect_2.10;7.1.0 ...
[info] found org.scalaz#scalaz-effect_2.10;7.1.0 in sbt-chain
[info] Resolving org.typelevel#scodec-bits_2.10;1.0.2 ...
[info] found org.typelevel#scodec-bits_2.10;1.0.2 in sbt-chain
[info] [1.0.2] org.typelevel#scodec-bits_2.10;1.0.2
[info] Resolving org.scalamacros#quasiquotes_2.10;2.0.0 ...
[info] found org.scalamacros#quasiquotes_2.10;2.0.0 in sbt-chain
[info] Resolving org.pegdown#pegdown;1.2.1 ...
[info] found org.pegdown#pegdown;1.2.1 in sbt-chain
[info] Resolving org.parboiled#parboiled-java;1.1.4 ...
[info] found org.parboiled#parboiled-java;1.1.4 in sbt-chain
[info] Resolving org.parboiled#parboiled-core;1.1.4 ...
[info] found org.parboiled#parboiled-core;1.1.4 in sbt-chain
[info] Resolving org.ow2.asm#asm;4.1 ...
[info] found org.ow2.asm#asm;4.1 in sbt-chain
[info] Resolving org.ow2.asm#asm-tree;4.1 ...
[info] found org.ow2.asm#asm-tree;4.1 in sbt-chain
[info] Resolving org.ow2.asm#asm-analysis;4.1 ...
[info] found org.ow2.asm#asm-analysis;4.1 in sbt-chain
[info] Resolving org.ow2.asm#asm-util;4.1 ...
[info] found org.ow2.asm#asm-util;4.1 in sbt-chain
[info] Resolving org.scalacheck#scalacheck_2.10;1.11.3 ...
[info] found org.scalacheck#scalacheck_2.10;1.11.3 in sbt-chain
[info] Resolving org.scala-sbt#test-interface;1.0 ...
[info] found org.scala-sbt#test-interface;1.0 in sbt-chain
[info] Resolving org.hamcrest#hamcrest-core;1.3 ...
[info] found org.hamcrest#hamcrest-core;1.3 in sbt-chain
[info] Resolving org.mockito#mockito-core;1.9.5 ...
[info] found org.mockito#mockito-core;1.9.5 in sbt-chain
[info] Resolving org.objenesis#objenesis;1.0 ...
[info] found org.objenesis#objenesis;1.0 in sbt-chain
[info] Resolving junit#junit;4.11 ...
[info] found junit#junit;4.11 in sbt-chain
[info] Resolving org.specs2#classycle;1.4.3 ...
[info] found org.specs2#classycle;1.4.3 in sbt-chain
[info] :: resolution report :: resolve 145ms :: artifacts dl 4ms
[info] :: modules in use:
[info] junit#junit;4.11 from sbt-chain in [test, test-internal]
[info] org.hamcrest#hamcrest-core;1.3 from sbt-chain in [test, test-internal]
[info] org.mockito#mockito-core;1.9.5 from sbt-chain in [test, test-internal]
[info] org.objenesis#objenesis;1.0 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm;4.1 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm-analysis;4.1 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm-tree;4.1 from sbt-chain in [test, test-internal]
[info] org.ow2.asm#asm-util;4.1 from sbt-chain in [test, test-internal]
[info] org.parboiled#parboiled-core;1.1.4 from sbt-chain in [test, test-internal]
[info] org.parboiled#parboiled-java;1.1.4 from sbt-chain in [test, test-internal]
[info] org.pegdown#pegdown;1.2.1 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-compiler;2.10.4 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-library;2.10.4 from sbt-chain in [test, test-internal]
[info] org.scala-lang#scala-reflect;2.10.4 from sbt-chain in [test, test-internal]
[info] org.scala-sbt#test-interface;1.0 from sbt-chain in [test, test-internal]
[info] org.scalacheck#scalacheck_2.10;1.11.3 from sbt-chain in [test, test-internal]
[info] org.scalamacros#quasiquotes_2.10;2.0.0 from sbt-chain in [test, test-internal]
[info] org.scalaz#scalaz-concurrent_2.10;7.1.0 from sbt-chain in [test, test-internal]
[info] org.scalaz#scalaz-core_2.10;7.1.0 from sbt-chain in [test, test-internal]
[info] org.scalaz#scalaz-effect_2.10;7.1.0 from sbt-chain in [test, test-internal]
[info] org.scalaz.stream#scalaz-stream_2.10;0.5a from sbt-chain in [test, test-internal]
[info] org.specs2#classycle;1.4.3 from sbt-chain in [test, test-internal]
[info] org.specs2#specs2_2.10;2.4.6 from sbt-chain in [test, test-internal]
[info] org.typelevel#scodec-bits_2.10;1.0.2 from sbt-chain in [test, test-internal]
[info] :: evicted modules:
[info] org.scala-lang#scala-library;2.10.3 by [org.scala-lang#scala-library;2.10.4] in [test, test-internal]
[info] org.scala-lang#scala-reflect;2.10.3 by [org.scala-lang#scala-reflect;2.10.4] in [test, test-internal]
[info] org.hamcrest#hamcrest-core;1.1 by [org.hamcrest#hamcrest-core;1.3] in [test, test-internal]
[info] ---------------------------------------------------------------------
[info] | | modules || artifacts |
[info] | conf | number| search|dwnlded|evicted|| number|dwnlded|
[info] ---------------------------------------------------------------------
[info] | compile | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test | 27 | 0 | 0 | 3 || 24 | 0 |
[info] | provided | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | optional | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | compile-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | runtime-internal | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | test-internal | 27 | 0 | 0 | 3 || 24 | 0 |
[info] | plugin | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | sources | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | docs | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | pom | 0 | 0 | 0 | 0 || 0 | 0 |
[info] | scala-tool | 0 | 0 | 0 | 0 || 0 | 0 |
[info] ---------------------------------------------------------------------
[info] Done updating.
[error] Modules were resolved with conflicting cross-version suffixes in {file:/Users/rajish/proj/auth-server/}auth:
[error] org.scalamacros:quasiquotes _2.10, _2.10.3
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) Conflicting cross-version suffixes in: org.scalamacros:quasiquotes
[error] Total time: 6 s, completed 04-Dec-2014 11:41:27
auth>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment