Skip to content

Commit 8aa1327

Browse files
use the same ejml version used by j4ml (#636)
1 parent e4cf0f0 commit 8aa1327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common-tools/clas-tracking/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<dependencies>
1717
<dependency>
1818
<groupId>org.ejml</groupId>
19-
<artifactId>ejml-all</artifactId>
20-
<version>0.44.0</version>
19+
<artifactId>ejml-simple</artifactId>
20+
<version>0.40</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.jlab.clas</groupId>

0 commit comments

Comments
 (0)