Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…a/SAMJ into main
  • Loading branch information
carlosuc3m committed Apr 20, 2024
2 parents 1971aaf + f4467fd commit 90cb8fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.idea

# miscellaneous
*.swp
*.sw*

/bin/

9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,16 @@
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
</dependency>
<!--<dependency>
<!--
<dependency>
<groupId>org.apposed</groupId>
<artifactId>appose</artifactId>
<version>0.1.1</version>
</dependency> -->
</dependency>
NOTE: dl-modelrunner @ 0.5.5 (which is what is used here)
copied-in the apposed project and thus the dependency
on apposed is not necessary here.
-->
<dependency>
<groupId>io.bioimage</groupId>
<artifactId>dl-modelrunner</artifactId>
Expand Down

0 comments on commit 90cb8fe

Please sign in to comment.