java/ivy-update.xml
author Claus Gittinger <cg@exept.de>
Thu, 14 Feb 2019 14:57:14 +0100
branchcvs_MAIN
changeset 3882 8fc7564975e5
parent 3356 a3ad7164f528
permissions -rw-r--r--
#DOCUMENTATION by cg class: GroovySourceHighlighter comment/format in: #markUnknownIdentifierFrom:to:

<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>