Skip to content

Commit 5b397bf

Browse files
committed
Update dependencies in pom.xml to include scijava-common and comment out fiji.
1 parent 081fc34 commit 5b397bf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,18 @@
9999

100100
<dependencies>
101101
<!-- include fiji -->
102+
<!--
102103
<dependency>
103104
<groupId>sc.fiji</groupId>
104105
<artifactId>fiji</artifactId>
105106
<scope>test</scope>
106107
</dependency>
108+
-->
109+
<!-- only scijava-common -->
110+
<dependency>
111+
<groupId>org.scijava</groupId>
112+
<artifactId>scijava-common</artifactId>
113+
</dependency>
107114

108115
<!-- JUnit 5 - https://junit.org/junit5/ -->
109116
<dependency>

0 commit comments

Comments
 (0)