java/ivy-update.xml
author Jan Vrany <jan.vrany@labware.com>
Tue, 09 Aug 2022 14:33:27 +0100
changeset 4012 117835eb9839
parent 3356 a3ad7164f528
permissions -rw-r--r--
Remove Mauve tests See previous commit for explanation.

<ivy-module version="2.0">
    <info
        organisation="SWING Research Group &amp; eXept Software A.G."
        module="stx.libjava.tools"/>

   <configurations>
        <conf name="sources"  description="Source jars"/>
        <conf name="binaries" description="Binary jars"/>
    </configurations>

    <dependencies>

	<!--
	JUnit 4.8.2

	http://mvnrepository.com/artifact/junit/junit/4.8.2
	-->
	<dependency org="junit" name="junit" rev="4.8.2" conf="binaries->default"/>
	<dependency org="junit" name="junit" rev="4.8.2" conf="sources->sources"/>


	<!--
	Groovy 2.1.9

	http://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all/2.1.9
	-->
	<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.1.9" conf="binaries->default"/>
	<dependency org="org.codehaus.groovy" name="groovy-all" rev="2.1.9" conf="sources->sources"/>

    </dependencies>
</ivy-module>