summaryrefslogtreecommitdiff
path: root/icu4j/ivy.xml
blob: e63f362c87739d76a6c80d02d5b9d46a5e7090f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!--
* © 2017 and later: Unicode, Inc. and others.
* License & terms of use: http://www.unicode.org/copyright.html
-->
<ivy-module version="2.0">
	<info organisation="com.ibm.icu" module="icu4j"/>
	<dependencies>
		<!--if these are updated then eclipse projects need to be updated-->
		<dependency org="junit" name="junit" rev="4.12"/>
		<dependency org="pl.pragmatists" name="JUnitParams" rev="1.0.5"/>
	</dependencies>
</ivy-module>