Skip to content

Commit

Permalink
POM: fix dependencies according to mvn dependency:analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
maarzt committed Jan 19, 2019
1 parent 9d8dad5 commit e857d44
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</licenses>

<dependencies>
<!-- Tr2d dependencies -->
<dependency>
<groupId>com.indago</groupId>
<artifactId>tr2d</artifactId>
Expand All @@ -49,11 +50,51 @@
<groupId>net.imglib2</groupId>
<artifactId>imglib2-labkit</artifactId>
</dependency>

<!-- others -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-ops</artifactId>
</dependency>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
</dependency>
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2-ij</artifactId>
</dependency>
<dependency>
<groupId>org.scijava</groupId>
<artifactId>ui-behaviour</artifactId>
</dependency>
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2-realtransform</artifactId>
</dependency>
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
</dependency>
<dependency>
<groupId>io.scif</groupId>
<artifactId>scifio</artifactId>
</dependency>
<dependency>
<groupId>sc.fiji</groupId>
<artifactId>bigdataviewer-vistools</artifactId>
</dependency>
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-common</artifactId>
</dependency>
<dependency>
<groupId>com.miglayout</groupId>
<artifactId>miglayout</artifactId>
<classifier>swing</classifier>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit e857d44

Please sign in to comment.