Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKiaru committed Dec 10, 2024
1 parent fb0a6c1 commit 778191a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,16 @@
<main-class>ch.epfl.biop.abba.ABBALaunchMouse</main-class>

<!-- bdv playground related dependencies -->
<bigdataviewer-playground.version>0.10.5</bigdataviewer-playground.version>
<bigdataviewer-image-loaders.version>0.8.6</bigdataviewer-image-loaders.version>
<bigdataviewer-biop-tools.version>0.10.8</bigdataviewer-biop-tools.version>
<bigdataviewer-playground.version>0.10.10</bigdataviewer-playground.version>
<bigdataviewer-image-loaders.version>0.8.9</bigdataviewer-image-loaders.version>
<bigdataviewer-biop-tools.version>0.10.9</bigdataviewer-biop-tools.version>
<bigdataviewer-selector.version>0.2.7</bigdataviewer-selector.version>

<!-- maths -->
<leastsquares.version>1.0.0</leastsquares.version>

<!-- ABBA specific -->
<atlas.version>0.2.2</atlas.version>
<atlas.version>0.2.4</atlas.version>
<oshi-core.version>5.5.1</oshi-core.version>

<!--because xml deserialization with JAXB is not included in Java 11, and we prepare migrating to Java 11 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import ch.epfl.biop.atlas.aligner.gui.bdv.ABBABdvShortCommand;
import ch.epfl.biop.atlas.aligner.gui.bdv.ABBABdvStartCommand;
import ch.epfl.biop.atlas.mouse.allen.ccfv3p1.command.AllenBrainAdultMouseAtlasCCF2017v3p1Command;
import ch.epfl.biop.atlas.mouse.allen.ccfv3p1asr.command.AllenBrainAdultMouseAtlasCCF2017v3p1ASRCommand;
import ch.epfl.biop.atlas.scijava.AtlasChooserCommand;
import ch.epfl.biop.bdv.img.omero.command.OmeroConnectCommand;
import ch.epfl.biop.scijava.command.bdv.userdefinedregion.GetUserRectangleCommand;
Expand Down Expand Up @@ -58,6 +59,7 @@ static void initializeCommands() {
checkedCommands.add(GetUserRectangleCommand.class.getName());
checkedCommands.add(DisplaySettingsCommand.class.getName());
checkedCommands.add(OmeroConnectCommand.class.getName());
checkedCommands.add(AllenBrainAdultMouseAtlasCCF2017v3p1ASRCommand.class.getName());
initialized = true;
}
}
Expand Down

0 comments on commit 778191a

Please sign in to comment.