We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d7ace commit 1efc960Copy full SHA for 1efc960
1 file changed
pom.xml
@@ -104,6 +104,25 @@
104
<artifactId>fiji</artifactId>
105
<scope>test</scope>
106
<exclusions>
107
+
108
+ <!-- Fiji Is Just ImageJ! -->
109
+ <exclusion>
110
+ <groupId>net.imagej</groupId>
111
+ <artifactId>imagej</artifactId>
112
+ </exclusion>
113
114
115
+ <artifactId>ij</artifactId>
116
117
118
119
+ <artifactId>ij1-patcher</artifactId>
120
121
122
123
+ <artifactId>imagej-legacy</artifactId>
124
125
126
<!-- Standard Fiji projects - https://github.com/fiji -->
127
<exclusion>
128
<groupId>org.janelia</groupId>
0 commit comments