Skip to content

Commit

Permalink
Merge branch 'bdv' into 'master'
Browse files Browse the repository at this point in the history
Bdv

See merge request scicomp/scidev_team/spimacquisition!4
  • Loading branch information
moon committed Aug 17, 2022
2 parents 5a1207a + 52164c7 commit e98c0e3
Show file tree
Hide file tree
Showing 9 changed files with 1,502 additions and 8 deletions.
21 changes: 20 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.openspim</groupId>
<artifactId>uOpenSPIM</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.9-SNAPSHOT</version>
<packaging>jar</packaging>

<name>µOpenSPIM</name>
Expand Down Expand Up @@ -209,6 +209,25 @@
<artifactId>jdk.tools</artifactId>
<version>1.8</version>
</dependency>

<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
<version>5.6.3</version>
</dependency>

<dependency>
<groupId>sc.fiji</groupId>
<artifactId>bigdataviewer_fiji</artifactId>
<version>6.2.2</version>
</dependency>

<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2-cache</artifactId>
<version>1.0.0-beta-16</version>
</dependency>

</dependencies>

<build>
Expand Down
Loading

0 comments on commit e98c0e3

Please sign in to comment.