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

Reply via email to