-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathivy.xml
More file actions
21 lines (21 loc) · 985 Bytes
/
ivy.xml
File metadata and controls
21 lines (21 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<ivy-module version="1.0">
<info organisation="omero" module="main" revision="${omero.version}" status="integration"/>
<configurations>
<conf name="build"/>
<conf name="client"/>
<conf name="server"/>
</configurations>
<publications>
<artifact name="main" type="zip"/>
</publications>
<dependencies>
<dependency org="org.openmicroscopy" name="omero-blitz" rev="${versions.omero-blitz}"/>
<dependency org="org.openmicroscopy" name="omero-gateway" rev="${versions.omero-gateway}"/>
<!-- runtime dependencies from dsl/ivy.xml -->
<dependency org="janino" name="janino" rev="${versions.janino}"/>
<!-- Useful for globally overriding the Bio-Formats version, empty version is ignored by default -->
<dependency org="ome" name="formats-gpl" rev="${versions.bioformats}"/>
<!-- Extensions for bundling into the release -->
<dependency org="ome" name="OMEZarrReader" rev="${versions.OMEZarrReader}"/>
</dependencies>
</ivy-module>