mirror of https://github.com/apache/cassandra
Fix 2.2 build on byteman-install dependency
This commit is contained in:
parent
06feaefba5
commit
c0f99c4e68
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue