We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb37c5 commit 274bd81Copy full SHA for 274bd81
1 file changed
pom.xml
@@ -3422,6 +3422,12 @@
3422
<groupId>sc.fiji</groupId>
3423
<artifactId>bigwarp_fiji</artifactId>
3424
<version>${sc.fiji.bigwarp_fiji.version}</version>
3425
+ <exclusions>
3426
+ <exclusion>
3427
+ <groupId>com.googlecode.efficient-java-matrix-library</groupId>
3428
+ <artifactId>ejml</artifactId>
3429
+ </exclusion>
3430
+ </exclusions>
3431
</dependency>
3432
3433
<!-- MPI-CBG - https://github.com/axtimwalde/mpicbg -->
0 commit comments