Skip to content

Commit

Permalink
Add dependency org.apache.mahout.math #534
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Oct 24, 2024
1 parent bfb3c02 commit ed918f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lphy-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
<artifactId>jebl</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-math</artifactId>
<version>0.11.0</version>
</dependency>

</dependencies>

Expand Down
1 change: 1 addition & 0 deletions lphy-base/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
module lphy.base {
requires transitive lphy.core;
requires transitive jebl;
requires transitive mahout.math;

requires transitive java.desktop;

Expand Down

0 comments on commit ed918f3

Please sign in to comment.