You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2014/09/06 01:48:32 UTC

[2/5] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Merge branch 'cassandra-2.0' into cassandra-2.1

Conflicts:
	build.xml


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

Branch: refs/heads/trunk
Commit: 8d692141970aeef5d0566b336fa7f14c1e54bcef
Parents: 037963c e6f307f
Author: Jason Brown <ja...@apple.com>
Authored: Fri Sep 5 16:45:20 2014 -0700
Committer: Jason Brown <ja...@apple.com>
Committed: Fri Sep 5 16:45:20 2014 -0700

----------------------------------------------------------------------
 build.xml                   |   4 ++--
 lib/thrift-server-0.3.6.jar | Bin 39588 -> 0 bytes
 lib/thrift-server-0.3.7.jar | Bin 0 -> 39988 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/8d692141/build.xml
----------------------------------------------------------------------
diff --cc build.xml
index 0880975,829c873..5f2b568
--- a/build.xml
+++ b/build.xml
@@@ -366,11 -359,9 +366,11 @@@
              <exclusion groupId="junit" artifactId="junit"/>
            </dependency>
            <dependency groupId="com.googlecode.json-simple" artifactId="json-simple" version="1.1"/>
 -          <dependency groupId="com.github.stephenc.high-scale-lib" artifactId="high-scale-lib" version="1.1.2"/>
 -          <dependency groupId="com.github.stephenc" artifactId="jamm" version="0.2.5"/>
 -	   <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.7"/>
 +          <dependency groupId="com.boundary" artifactId="high-scale-lib" version="1.0.6"/>
 +          <dependency groupId="com.github.jbellis" artifactId="jamm" version="0.2.6"/>
-           <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.6">
++          <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.7">
 +	      	<exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/>
 +          </dependency>
            <dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/>
            <dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.1"/>
  
@@@ -495,12 -466,13 +495,12 @@@
          <dependency groupId="org.mindrot" artifactId="jbcrypt"/>
          <dependency groupId="com.yammer.metrics" artifactId="metrics-core"/>
          <dependency groupId="com.addthis.metrics" artifactId="reporter-config"/>
-         <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.6"/>
+         <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.7"/>
 +        <dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.2" />
          <dependency groupId="net.sf.supercsv" artifactId="super-csv" version="2.1.0" />
  
 -        <dependency groupId="log4j" artifactId="log4j"/>
 -        <!-- cassandra has a hard dependency on log4j, so force slf4j's log4j provider at runtime -->
 -        <dependency groupId="org.slf4j" artifactId="slf4j-log4j12" scope="runtime"/>
 +        <dependency groupId="ch.qos.logback" artifactId="logback-core"/>
 +        <dependency groupId="ch.qos.logback" artifactId="logback-classic"/>
  
          <dependency groupId="org.apache.thrift" artifactId="libthrift"/>
          <dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift"/>