Fix 2.2 build on byteman-install dependency

This commit is contained in:
Michael Shuler 2017-03-01 18:47:07 -06:00
parent 06feaefba5
commit c0f99c4e68
1 changed files with 2 additions and 0 deletions

View File

@ -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"/>