Skip to content

Commit 274bd81

Browse files
committed
Stop old EJML artifact from entering the dep tree
We'll need a new release of BigWarp at some point.
1 parent bcb37c5 commit 274bd81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3422,6 +3422,12 @@
34223422
<groupId>sc.fiji</groupId>
34233423
<artifactId>bigwarp_fiji</artifactId>
34243424
<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>
34253431
</dependency>
34263432

34273433
<!-- MPI-CBG - https://github.com/axtimwalde/mpicbg -->

0 commit comments

Comments
 (0)