Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 7961970

Browse files
diltaclaytonparnell
authored andcommitted
Update pom.xml - Fix MLP dependency
Fix MLP inference by adding the dependency required by Mleap
1 parent 12e8ba1 commit 7961970

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
@@ -401,6 +401,12 @@
401401
<artifactId>commons-codec</artifactId>
402402
<version>1.15</version>
403403
</dependency>
404+
<!-- for MLP inference from Mleap -->
405+
<dependency>
406+
<groupId>com.github.fommil.netlib</groupId>
407+
<artifactId>core</artifactId>
408+
<version>1.1.2</version>
409+
</dependency>
404410
</dependencies>
405411
<properties>
406412
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)