Skip to content

Commit

Permalink
chore(pom): add ejml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Mar 11, 2024
1 parent 11174a4 commit 015f484
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
<bigdataviewer-core.version>10.4.14</bigdataviewer-core.version>
<bigdataviewer-vistools.version>1.0.0-beta-34</bigdataviewer-vistools.version>

<ejml-core.version>0.41</ejml-core.version>
<ejml-ddense.version>0.41</ejml-ddense.version>
</properties>

<repositories>
Expand Down Expand Up @@ -312,6 +314,16 @@
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>org.ejml</groupId>
<artifactId>ejml-core</artifactId>
<version>${ejml-core.version}</version>
</dependency>
<dependency>
<groupId>org.ejml</groupId>
<artifactId>ejml-ddense</artifactId>
<version>${ejml-ddense.version}</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
Expand Down

0 comments on commit 015f484

Please sign in to comment.