We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a883a commit 159f958Copy full SHA for 159f958
pom.xml
@@ -142,17 +142,15 @@
142
<artifactId>imglib2</artifactId>
143
</dependency>
144
145
- <dependency>
146
- <groupId>org.apache.commons</groupId>
147
- <artifactId>commons-math3</artifactId>
148
- </dependency>
149
-
+ <!-- Additional dependencies -->
150
<dependency>
151
<groupId>net.sf.trove4j</groupId>
152
<artifactId>trove4j</artifactId>
153
154
155
- <!-- Additional dependencies -->
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ </dependency>
156
157
<groupId>org.smurn</groupId>
158
<artifactId>jply</artifactId>
0 commit comments