diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000000..7e61987851439 --- /dev/null +++ b/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + com.twitter + kafka_2.9.2 + 0.7.0 + cascalog + + + org.apache.zookeeper + zookeeper + 3.3.4 + + + jline + jline + + + log4j + log4j + + + + + com.github.sgroschupf + zkclient + 0.1 + + + diff --git a/project/build.properties b/project/build.properties index 36df23333e264..d94d5bd8de136 100644 --- a/project/build.properties +++ b/project/build.properties @@ -4,9 +4,9 @@ # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -17,8 +17,8 @@ project.name=Kafka sbt.version=0.7.5 project.version=0.7.0 -build.scala.versions=2.8.0 +build.scala.versions=2.9.2 contrib.root.dir=contrib lib.dir=lib -target.dir=target/scala_2.8.0 +target.dir=target/scala_2.9.2 dist.dir=dist