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