You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2014/03/24 01:54:30 UTC

git commit: kafka-1319; kafka jar doesn't depend on metrics-annotation any more; patched by Jun Rao; reviewed by Neha Narkhede

Repository: kafka
Updated Branches:
  refs/heads/trunk d9be502bc -> 455c490f6


kafka-1319; kafka jar doesn't depend on metrics-annotation any more; patched by Jun Rao; reviewed by Neha Narkhede


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/455c490f
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/455c490f
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/455c490f

Branch: refs/heads/trunk
Commit: 455c490f63692de076bbf06749bf4aec8f481bbc
Parents: d9be502
Author: Jun Rao <ju...@gmail.com>
Authored: Sun Mar 23 17:54:24 2014 -0700
Committer: Jun Rao <ju...@gmail.com>
Committed: Sun Mar 23 17:54:24 2014 -0700

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/455c490f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 84fa0d6..d6fd287 100644
--- a/build.gradle
+++ b/build.gradle
@@ -150,7 +150,6 @@ project(':core') {
     compile 'org.apache.zookeeper:zookeeper:3.3.4'
     compile 'com.101tec:zkclient:0.3'
     compile 'com.yammer.metrics:metrics-core:2.2.0'
-    compile 'com.yammer.metrics:metrics-annotation:2.2.0'
     compile 'net.sf.jopt-simple:jopt-simple:3.2'
     compile 'org.xerial.snappy:snappy-java:1.0.5'