Skip to content

Commit

Permalink
Ivy: resolve netcdf-java-platform artifact using unidata-resolver
Browse files Browse the repository at this point in the history
Bio-Formats 8.0.0 bumps the dependency of the cdm-core dependency
to 5.6.0. As the parent POM has been renamed to netcdf-java-platform,
this commit maps this artifact to the unidata-resolver so that it can
be retrieved during the copy-server operation.
  • Loading branch information
sbesson committed Oct 29, 2024
1 parent e9fe276 commit 45b16b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/ivysettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<module organisation="edu.ucar" name="cdm" resolver="unidata-resolver"/>
<module organisation="edu.ucar" name="httpservices" resolver="unidata-resolver"/>
<module organisation="edu.ucar" name="cdm-core" resolver="unidata-resolver"/>
<module organisation="edu.ucar" name="netcdf-java-platform" resolver="unidata-resolver"/>
<module organisation="omero" name="omejava" resolver="omero-resolver" />
<module organisation="omero" name="*-test" resolver="test-resolver" matcher="glob"/>
<module organisation="org.springframework" resolver="maven-resolver"/>
Expand Down

0 comments on commit 45b16b5

Please sign in to comment.