Skip to content

Commit

Permalink
POM: tweak dependency declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 13, 2021
1 parent de9fb81 commit ca4474c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@
<groupId>net.imagej</groupId>
<artifactId>imagej</artifactId>
</dependency>

<!-- Fiji Incorporates Jointly ImageJ1 ;-) -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
Expand All @@ -203,17 +201,19 @@
<groupId>net.imagej</groupId>
<artifactId>imagej-legacy</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>

<!-- SciJava dependencies - https://github.com/scijava -->
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-common</artifactId>
</dependency>

<!-- Third-party dependencies -->
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>

<!-- Runtime dependencies -->

<!-- Op-Finder is currently GPL -->
Expand Down

0 comments on commit ca4474c

Please sign in to comment.