Skip to content

Commit

Permalink
Weird dependency version issue during github action build. Adding exp…
Browse files Browse the repository at this point in the history
…licit 0.2.7 version of bigdataviewer-selector
  • Loading branch information
NicoKiaru committed Dec 11, 2024
1 parent bdf286b commit afd655d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<!-- <scijava.app.directory>C:/Fiji.app</scijava.app.directory> -->
<scijava.app.directory>C:/fiji-win64/Fiji.app</scijava.app.directory>
<!-- scijava.app.directory>C:/Users/nicol/Dropbox/BIOP/ABBA-Python/constructor/Fiji.app</scijava.app.directory -->
<!-- package version below are determined by the parent pom but need to be upgraded or temporarily fixed for bugs -->

Expand Down Expand Up @@ -176,6 +176,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>ch.epfl.biop</groupId>
<artifactId>bigdataviewer-selector</artifactId>
<version>${bigdataviewer-selector.version}</version>
</dependency>

<dependency>
<groupId>ch.epfl.biop</groupId>
<artifactId>bigdataviewer-biop-tools</artifactId>
Expand Down

0 comments on commit afd655d

Please sign in to comment.