It looks like your usage lines up with the docs: http://docs.confluent.io/1.0/installation.html?highlight=maven#installation-maven
You could try looking/asking on the Confluent Platform mailing list for support: https://groups.google.com/forum/#!forum/confluent-platform On Wed, Aug 5, 2015 at 5:28 PM, Neville Sequeira <[email protected] > wrote: > Maven repository http://packages.confluent.io/maven/ does not seem to be > working. > > I have these two blocks in my pom file... > > <repositories> > <repository> > <id>confluent</id> > <url>http://packages.confluent.io/maven/</url> > </repository> > </repositories> > > > <dependency> > <groupId>io.confluent</groupId> > <artifactId>kafka-avro-serializer</artifactId> > <version>1.0</version> <!-- Also tried 2.0-SNAPSHOT --> > </dependency> > > > Any work around for this? Any other Serializer implementation I can used > when using Avro with Kafka? > > > Thanks, > -Neville > -- Grant Henke Software Engineer | Cloudera [email protected] | twitter.com/gchenke | linkedin.com/in/granthenke
