Skip to content

Commit

Permalink
Use ome-xml dependency from Maven in components/model
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jun 10, 2015
1 parent 4d6290e commit 8326abc
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions components/model/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,8 @@
<dependencies defaultconfmapping="build,client,server->default">
<!-- Internal -->
<dependency name="dsl" rev="${omero.version}" changing="true" conf="build->build;client->runtime;server->runtime"/>
<!-- Bioformats -->
<dependency org="ome" name="bio-formats" rev="${omero.version}" changing="true" conf="build,server,client->build">
<artifact name="formats-api"/>
<artifact name="formats-bsd"/>
<artifact name="formats-common"/>
<artifact name="formats-gpl"/>
<artifact name="ome-xml"/>
<artifact name="specification"/>
<!-- forks & stubs -->
<artifact name="jai_imageio"/>
<artifact name="lwf-stubs"/>
<artifact name="mdbtools-java"/>
<artifact name="metakit"/>
<artifact name="ome-poi"/>
<artifact name="turbojpeg"/>
</dependency>
<!-- Bio-Formats -->
<dependency org="ome" name="ome-xml" rev="${versions.bioformats}"/>
<!-- Hibernate server -->
<dependency org="antlr" name="antlr" rev="${versions.antlr}" conf="build,server->default"/>
<dependency org="asm" name="asm-attrs" rev="${versions.asm}" conf="build,server->default"/>
Expand Down

0 comments on commit 8326abc

Please sign in to comment.