Hi Siyuan, we have a fix for this in 0.8.0 which is in progress being released.
If you find the pom breaking for any reason (some build systems have problems with the bad pom) you can use the direct apache repository https://repository.apache.org/content/groups/public/ which has a fixed pom for 0.8.0-beta1 which couldn't get pushed to maven central since it is immutable. Thanks! /******************************************* Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop> ********************************************/ On Tue, Nov 12, 2013 at 2:56 PM, hsy...@gmail.com <hsy...@gmail.com> wrote: > Hi guys, > > When I built my project using maven I got WARNING > > [WARNING] The POM for org.apache.kafka:kafka_2.8.0:jar:0.8.0-beta1 is > invalid, transitive dependencies (if any) will not be available: 1 problem > was encountered while building the effective model > > And I looked at the kafka_2.8.0-0.8.0-beta1.pom file > I found 2 <dependencies> tags > > <dependencies> > <exclude module="javax"></exclude> > <exclude module="jmxri"></exclude> > <exclude module="jmxtools"></exclude> > <exclude module="mail"></exclude> > <exclude module="jms"></exclude> > <dependency org="org.apache.zookeeper" name="zookeeper" > rev="3.3.4"> > <exclude org="log4j" module="log4j"></exclude> > <exclude org="jline" module="jline"></exclude> > </dependency> > </dependencies> > <dependencies> > .... > </dependencies> > > Is it supposed to under one single <dependenies>? > > Best > Siyuan >