mirror of https://github.com/apache/kafka.git
Explicitly list ZooKeeper as a dependency instead of including jar in-tree
patch by cburroughs; reviewed by nehanarkhede and hsaputra for KAFKA-90 git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1160905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e05fbfa22
commit
e311cbb6bb
Binary file not shown.
|
@ -41,6 +41,10 @@ class KafkaProject(info: ProjectInfo) extends ParentProject(info) with IdeaProje
|
|||
<exclude module="jmxtools"/>
|
||||
<exclude module="mail"/>
|
||||
<exclude module="jms"/>
|
||||
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.3">
|
||||
<exclude module="log4j"/>
|
||||
<exclude module="jline"/>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
override def repositories = Set(ScalaToolsSnapshots, "JBoss Maven 2 Repository" at "http://repository.jboss.com/maven2",
|
||||
|
|
Loading…
Reference in New Issue