different classpath ordering to ivy: cassandra / netty resolution failure
See original GitHub issuewhen switching from ivy to coursier, this app fails (sbt test:run
)
https://github.com/fommil/coursier-play-bug
[info] Caused by: java.lang.NoSuchMethodError: io.netty.util.UniqueName.<init>(Ljava/lang/String;)V
[info] at io.netty.channel.ChannelOption.<init>(ChannelOption.java:136) ~[netty-transport-4.0.33.Final.jar:4.0.33.Final]
[info] at io.netty.channel.ChannelOption.valueOf(ChannelOption.java:99) ~[netty-transport-4.0.33.Final.jar:4.0.33.Final]
[info] at io.netty.channel.ChannelOption.<clinit>(ChannelOption.java:42) ~[netty-transport-4.0.33.Final.jar:4.0.33.Final]
[info] at org.apache.cassandra.transport.Server.start(Server.java:131) ~[cassandra-all-3.5.jar:3.5]
[info] at java.util.Collections$SingletonSet.forEach(Collections.java:4767) ~[na:1.8.0_121]
[info] at org.apache.cassandra.service.NativeTransportService.start(NativeTransportService.java:128) ~[cassandra-all-3.5.jar:3.5]
presumably because the classpaths are different.
With ivy
[info] * Attributed(/home/fommil/Projects/coursier-play-bug/target/scala-2.11/test-classes)
[info] * Attributed(/home/fommil/Projects/coursier-play-bug/target/scala-2.11/classes)
[info] * Attributed(/home/fommil/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.9.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-persistence-cassandra_2.11/jars/akka-persistence-cassandra_2.11-0.14.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.datastax.cassandra/cassandra-driver-core/bundles/cassandra-driver-core-3.0.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.netty/netty-handler/jars/netty-handler-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.netty/netty-buffer/jars/netty-buffer-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.netty/netty-common/jars/netty-common-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.netty/netty-transport/jars/netty-transport-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.netty/netty-codec/jars/netty-codec-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.dropwizard.metrics/metrics-core/bundles/metrics-core-3.1.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.7.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-persistence_2.11/jars/akka-persistence_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe/config/bundles/config-1.3.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.scala-lang.modules/scala-java8-compat_2.11/bundles/scala-java8-compat_2.11-0.7.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-protobuf_2.11/jars/akka-protobuf_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-cluster-tools_2.11/jars/akka-cluster-tools_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-cluster_2.11/jars/akka-cluster_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-remote_2.11/jars/akka-remote_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.netty/netty/bundles/netty-3.10.3.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.uncommons.maths/uncommons-maths/jars/uncommons-maths-1.2.2a.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-persistence-query-experimental_2.11/jars/akka-persistence-query-experimental_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-stream_2.11/jars/akka-stream_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe/ssl-config-akka_2.11/bundles/ssl-config-akka_2.11-0.2.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe/ssl-config-core_2.11/bundles/ssl-config-core_2.11-0.2.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.11/bundles/scala-parser-combinators_2.11-1.0.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.reactivestreams/reactive-streams/jars/reactive-streams-1.0.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-testkit_2.11/jars/akka-testkit_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.typesafe.akka/akka-stream-testkit_2.11/jars/akka-stream-testkit_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.cassandra/cassandra-all/jars/cassandra-all-3.5.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.xerial.snappy/snappy-java/bundles/snappy-java-1.1.1.7.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/net.jpountz.lz4/lz4/jars/lz4-1.3.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.ning/compress-lzf/bundles/compress-lzf-0.8.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.google.guava/guava/bundles/guava-18.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/commons-cli/commons-cli/jars/commons-cli-1.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.commons/commons-lang3/jars/commons-lang3-3.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.commons/commons-math3/jars/commons-math3-3.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.googlecode.concurrentlinkedhashmap/concurrentlinkedhashmap-lru/jars/concurrentlinkedhashmap-lru-1.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.antlr/antlr/jars/antlr-3.5.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.antlr/antlr-runtime/jars/antlr-runtime-3.5.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.antlr/ST4/jars/ST4-4.0.8.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.slf4j/log4j-over-slf4j/jars/log4j-over-slf4j-1.7.7.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.slf4j/jcl-over-slf4j/jars/jcl-over-slf4j-1.7.7.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.9.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.9.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.googlecode.json-simple/json-simple/jars/json-simple-1.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.boundary/high-scale-lib/jars/high-scale-lib-1.0.6.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.yaml/snakeyaml/bundles/snakeyaml-1.11.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.mindrot/jbcrypt/jars/jbcrypt-0.3m.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.addthis.metrics/reporter-config3/jars/reporter-config3-3.0.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.addthis.metrics/reporter-config-base/jars/reporter-config-base-3.0.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.hibernate/hibernate-validator/jars/hibernate-validator-4.3.0.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/javax.validation/validation-api/jars/validation-api-1.0.0.GA.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.jboss.logging/jboss-logging/jars/jboss-logging-3.1.0.CR2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.thinkaurelius.thrift/thrift-server/jars/thrift-server-0.3.7.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.lmax/disruptor/jars/disruptor-3.0.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.thrift/libthrift/jars/libthrift-0.9.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.2.5.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.2.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/junit/junit/jars/junit-4.8.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.clearspring.analytics/stream/jars/stream-2.5.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/it.unimi.dsi/fastutil/jars/fastutil-6.5.7.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/ch.qos.logback/logback-core/jars/logback-core-1.1.3.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/ch.qos.logback/logback-classic/jars/logback-classic-1.1.3.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.cassandra/cassandra-thrift/jars/cassandra-thrift-3.5.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.carrotsearch/hppc/jars/hppc-0.5.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/de.jflex/jflex/jars/jflex-1.6.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.ant/ant/jars/ant-1.7.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.apache.ant/ant-launcher/jars/ant-launcher-1.7.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/net.mintern/primitive/jars/primitive-1.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.github.rholder/snowball-stemmer/jars/snowball-stemmer-1.3.0.581.1.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.googlecode.concurrent-trees/concurrent-trees/jars/concurrent-trees-2.4.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/net.java.dev.jna/jna/jars/jna-4.0.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/com.github.jbellis/jamm/jars/jamm-0.3.0.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/io.netty/netty-all/jars/netty-all-4.0.23.Final.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/joda-time/joda-time/jars/joda-time-2.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.fusesource/sigar/jars/sigar-1.6.4.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.eclipse.jdt.core.compiler/ecj/jars/ecj-4.4.2.jar)
[info] * Attributed(/home/fommil/.ivy2/cache/org.caffinitas.ohc/ohc-core/jars/ohc-core-0.4.3.jar)
With coursier
[info] * Attributed(/home/fommil/Projects/coursier-play-bug/target/scala-2.11/test-classes)
[info] * Attributed(/home/fommil/Projects/coursier-play-bug/target/scala-2.11/classes)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/antlr/ST4/4.0.8/ST4-4.0.8.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.4.0/concurrent-trees-2.4.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-persistence_2.11/2.4.4/akka-persistence_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-persistence-cassandra_2.11/0.14/akka-persistence-cassandra_2.11-0.14.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-buffer/4.0.33.Final/netty-buffer-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/uncommons/maths/uncommons-maths/1.2.2a/uncommons-maths-1.2.2a.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/fusesource/sigar/1.6.4/sigar-1.6.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/de/jflex/jflex/1.6.0/jflex-1.6.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/clearspring/analytics/stream/2.5.2/stream-2.5.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-protobuf_2.11/2.4.4/akka-protobuf_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty/3.10.3.Final/netty-3.10.3.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/cassandra/cassandra-thrift/3.5/cassandra-thrift-3.5.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-remote_2.11/2.4.4/akka-remote_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-stream-testkit_2.11/2.4.4/akka-stream-testkit_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/github/jbellis/jamm/0.3.0/jamm-0.3.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/config/1.3.0/config-1.3.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-handler/4.0.33.Final/netty-handler-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/lmax/disruptor/3.0.1/disruptor-3.0.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.2.5/httpclient-4.2.5.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/ssl-config-akka_2.11/0.2.1/ssl-config-akka_2.11-0.2.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-testkit_2.11/2.4.4/akka-testkit_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/datastax/cassandra/cassandra-driver-core/3.0.0/cassandra-driver-core-3.0.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/reactivestreams/reactive-streams/1.0.0/reactive-streams-1.0.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-transport/4.0.33.Final/netty-transport-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-persistence-query-experimental_2.11/2.4.4/akka-persistence-query-experimental_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/addthis/metrics/reporter-config3/3.0.0/reporter-config3-3.0.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/junit/junit/4.8.1/junit-4.8.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/thinkaurelius/thrift/thrift-server/0.3.7/thrift-server-0.3.7.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/addthis/metrics/reporter-config-base/3.0.0/reporter-config-base-3.0.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/yaml/snakeyaml/1.12/snakeyaml-1.12.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.11/0.2.1/ssl-config-core_2.11-0.2.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/caffinitas/ohc/ohc-core/0.4.3/ohc-core-0.4.3.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/joda-time/joda-time/2.4/joda-time-2.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.11.9/scala-library-2.11.9.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-common/4.0.33.Final/netty-common-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-cluster-tools_2.11/2.4.4/akka-cluster-tools_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.1.7/snappy-java-1.1.1.7.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4/concurrentlinkedhashmap-lru-1.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-cluster_2.11/2.4.4/akka-cluster_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/boundary/high-scale-lib/1.0.6/high-scale-lib-1.0.6.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-stream_2.11/2.4.4/akka-stream_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/cassandra/cassandra-all/3.5/cassandra-all-3.5.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-codec/4.0.33.Final/netty-codec-4.0.33.Final.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-java8-compat_2.11/0.7.0/scala-java8-compat_2.11-0.7.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/net/mintern/primitive/1.0/primitive-1.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/carrotsearch/hppc/0.5.4/hppc-0.5.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/github/rholder/snowball-stemmer/1.3.0.581.1/snowball-stemmer-1.3.0.581.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/it/unimi/dsi/fastutil/6.5.7/fastutil-6.5.7.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/antlr/antlr/3.5.2/antlr-3.5.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/ning/compress-lzf/0.8.4/compress-lzf-0.8.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/thrift/libthrift/0.9.2/libthrift-0.9.2.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/com/typesafe/akka/akka-actor_2.11/2.4.4/akka-actor_2.11-2.4.4.jar)
[info] * Attributed(/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar)
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
netty-all causes classpath problems · Issue #4671 - GitHub
@jroper I've sent a patch to Cassandra to update their deps, although you know that you can use transitive dependencies with exclusions, right?...
Read more >Spark Submit not able to pick classpath from jar - Stack Overflow
i have created a spark job which will get data from one cassandra table and insert into another table, i am using gradle...
Read more >Is this netty problem a show stopper? - Google Groups
I got this error on my local machine that is running Ubuntu 14.0.4. LTS version. My production system are all running on CentOS...
Read more >DataStax Java Driver - Frequently Asked Questions
Starting with Cassandra 2.0, normal statements (that is non-prepared statements) do not need to concatenate parameter values inside a query string.
Read more >Spring Boot Reference Documentation
Try the How-to documents. They provide solutions to the most common questions. Learn the Spring basics. Spring Boot builds on many other Spring...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ooooh, but the order changed (I sorted my cleanup) and I’ve noticed there is a mismatch in the netty jar versions.
Discovered this too. So to be continued in #1466.