You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/03/02 00:48:41 UTC

[03/10] cassandra git commit: Fix 2.2 build on byteman-install dependency

Fix 2.2 build on byteman-install dependency


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

Branch: refs/heads/cassandra-3.11
Commit: c0f99c4e68da8e4e7f3d430b2cb45a762c1ff9f2
Parents: 06feaef
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Wed Mar 1 18:47:07 2017 -0600
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Wed Mar 1 18:47:07 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c0f99c4e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6dbdb9e..867afa4 100644
--- a/build.xml
+++ b/build.xml
@@ -393,6 +393,7 @@
           <dependency groupId="org.jacoco" artifactId="org.jacoco.agent" version="${jacoco.version}"/>
           <dependency groupId="org.jacoco" artifactId="org.jacoco.ant" version="${jacoco.version}"/>
 
+          <dependency groupId="org.jboss.byteman" artifactId="byteman-install" version="${byteman.version}" scope="test"/>
           <dependency groupId="org.jboss.byteman" artifactId="byteman" version="${byteman.version}" scope="test"/>
           <dependency groupId="org.jboss.byteman" artifactId="byteman-submit" version="${byteman.version}" scope="test"/>
           <dependency groupId="org.jboss.byteman" artifactId="byteman-bmunit" version="${byteman.version}" scope="test"/>
@@ -528,6 +529,7 @@
         <dependency groupId="net.sourceforge.cobertura" artifactId="cobertura"/>
         <dependency groupId="org.jacoco" artifactId="org.jacoco.agent"/>
         <dependency groupId="org.jacoco" artifactId="org.jacoco.ant"/>
+        <dependency groupId="org.jboss.byteman" artifactId="byteman-install" scope="test"/>
         <dependency groupId="org.jboss.byteman" artifactId="byteman" scope="test"/>
         <dependency groupId="org.jboss.byteman" artifactId="byteman-submit" scope="test"/>
         <dependency groupId="org.jboss.byteman" artifactId="byteman-bmunit" scope="test"/>