Skip to content

Commit

Permalink
POM: only depend on the ejml modules that are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Jun 13, 2024
1 parent ddf1f72 commit 3f982ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,12 @@
<dependencies>
<dependency>
<groupId>org.ejml</groupId>
<artifactId>ejml-all</artifactId>
<artifactId>ejml-core</artifactId>
<version>${ejml.version}</version>
</dependency>
<dependency>
<groupId>org.ejml</groupId>
<artifactId>ejml-ddense</artifactId>
<version>${ejml.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 3f982ff

Please sign in to comment.