mirror of
https://gitee.com/openharmony/third_party_icu
synced 2024-11-23 08:10:07 +00:00
e14cf57cfb
Changes to be committed: modified: KEYS modified: README.OpenSource modified: README.md
13 lines
436 B
XML
13 lines
436 B
XML
<!--
|
|
* © 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>
|