Skip to content

Commit

Permalink
Move ZooKeeper configs/client service to common
Browse files Browse the repository at this point in the history
Author: @franklinhu
Fixes #61
URL: #61
  • Loading branch information
Franklin Hu committed Jul 4, 2012
1 parent 286b027 commit 8528eac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion project/Project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ object Zipkin extends Build {
"com.twitter" % "ostrich" % OSTRICH_VERSION,
"com.twitter" % "util-core" % UTIL_VERSION,

"com.twitter.common.zookeeper" % "client" % "0.0.6",

/* Test dependencies */
"org.scala-tools.testing" % "specs_2.9.1" % "1.6.9" % "test",
"org.jmock" % "jmock" % "2.4.0" % "test",
Expand Down Expand Up @@ -185,7 +187,6 @@ object Zipkin extends Build {
"com.twitter" % "util-zk" % UTIL_VERSION,
"com.twitter" % "util-zk-common" % UTIL_VERSION,

"com.twitter.common.zookeeper" % "client" % "0.0.6",
"com.twitter.common.zookeeper" % "candidate" % "0.0.9",
"com.twitter.common.zookeeper" % "group" % "0.0.9",

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* Copyright 2012 Twitter Inc.
*
*
* Licensed 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.
Expand Down

0 comments on commit 8528eac

Please sign in to comment.