Skip to content

Commit ddd7239

Browse files
committed
Comment out scijava-common dependency and uncomment fiji in pom.xml.
1 parent 4a7607f commit ddd7239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

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

100100
<dependencies>
101101
<!-- include fiji -->
102-
<!--
103102
<dependency>
104103
<groupId>sc.fiji</groupId>
105104
<artifactId>fiji</artifactId>
106105
<scope>test</scope>
107106
</dependency>
108-
-->
109107
<!-- only scijava-common -->
108+
<!--
110109
<dependency>
111110
<groupId>org.scijava</groupId>
112111
<artifactId>scijava-common</artifactId>
113112
</dependency>
113+
-->
114114

115115
<!-- JUnit 5 - https://junit.org/junit5/ -->
116116
<dependency>

0 commit comments

Comments
 (0)