You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2015/03/28 16:31:19 UTC

cassandra git commit: fix artifact name or reporter-config3

Repository: cassandra
Updated Branches:
  refs/heads/trunk 87b7aad23 -> d772f6f84


fix artifact name or reporter-config3


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

Branch: refs/heads/trunk
Commit: d772f6f84eb5d788d7ac871a248d637b418931f8
Parents: 87b7aad
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Sat Mar 28 11:30:57 2015 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Sat Mar 28 11:30:57 2015 -0400

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d772f6f8/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8442698..d220601 100644
--- a/build.xml
+++ b/build.xml
@@ -372,7 +372,7 @@
           <dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" />
           <dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift" version="${version}" />
           <dependency groupId="io.dropwizard.metrics" artifactId="metrics-core" version="3.1.0" />
-          <dependency groupId="com.addthis.metrics" artifactId="reporter-config" version="3.0.0" />
+          <dependency groupId="com.addthis.metrics" artifactId="reporter-config3" version="3.0.0" />
           <dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
           <dependency groupId="io.airlift" artifactId="airline" version="0.6" />
           <dependency groupId="io.netty" artifactId="netty-all" version="4.0.23.Final" />
@@ -489,7 +489,7 @@
         <dependency groupId="org.yaml" artifactId="snakeyaml"/>
         <dependency groupId="org.mindrot" artifactId="jbcrypt"/>
         <dependency groupId="io.dropwizard.metrics" artifactId="metrics-core"/>
-        <dependency groupId="com.addthis.metrics" artifactId="reporter-config"/>
+        <dependency groupId="com.addthis.metrics" artifactId="reporter-config3"/>
         <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.5"/>
         <dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2" />
         <dependency groupId="net.sf.supercsv" artifactId="super-csv" version="2.1.0" />