forked from ome/bioformats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivy.xml
34 lines (34 loc) · 1.31 KB
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<ivy-module version="1.0">
<info organisation="ome" module="bio-formats" status="integration"/>
<configurations>
<conf name="build"/>
<conf name="runtime"/>
<conf name="test"/>
</configurations>
<publications defaultconf="build,runtime">
<artifact name="bio-formats"/>
<artifact name="jai_imageio"/>
<artifact name="loci-common"/>
<artifact name="mdbtools-java"/>
<artifact name="metakit"/>
<artifact name="ome-io"/>
<artifact name="ome-xml"/>
<artifact name="poi-loci"/>
<artifact name="scifio"/>
<artifact name="scifio-test" conf="test"/>
<artifact name="specification"/>
<artifact name="turbojpeg"/>
</publications>
<dependencies defaultconfmapping="build,runtime->default">
<!-- Deps -->
<dependency org="bf-deps" name="xalan" rev="2.7.1"/>
<dependency org="bf-deps" name="serializer" rev="2.7.1"/>
<dependency org="bf-deps" name="bufr" rev="1.1.00"/>
<dependency org="bf-deps" name="grib" rev="5.1.03"/>
<dependency org="bf-deps" name="netcdf" rev="4.0"/>
<dependency org="bf-deps" name="native-lib-loader" rev="2.0-SNAPSHOT"/>
<dependency org="bf-deps" name="assumeng" rev="1.2.4"/>
<dependency org="bf-deps" name="perf4j" rev="0.9.13"/>
<dependency org="bf-deps" name="kryo" rev="2.21-shaded"/>
</dependencies>
</ivy-module>