Skip to content

Commit

Permalink
Re-arrange all dependencies with scope test in a common section in th…
Browse files Browse the repository at this point in the history
…e pom.xml
  • Loading branch information
stefanhahmann committed Oct 26, 2023
1 parent c7ea180 commit f39fbe6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,28 +104,28 @@
<artifactId>ui-behaviour</artifactId>
</dependency>

<!-- hierarchical clustering, tests only -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-dev</artifactId>
<scope>test</scope>
</dependency>

<!-- hierarchical clustering -->
<dependency>
<groupId>com.apporiented</groupId>
<artifactId>hierarchical-clustering</artifactId>
<version>1.2.0</version>
</dependency>


<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<!-- hierarchical clustering, tests only -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-dev</artifactId>
<scope>test</scope>
</dependency>


<!-- include imagej-legacy at test runtime -->
<dependency>
<groupId>net.imagej</groupId>
Expand Down

0 comments on commit f39fbe6

Please sign in to comment.