diff --git a/pom.xml b/pom.xml index 7222b772f2c4f7e396617e87c288011f3d7190f3..684fb3e14ecccde7924a81c047b5aae43960dc62 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ <includeArtifactIds>javacpp,openblas,javacpp-platform</includeArtifactIds> <outputDirectory>${project.build.outputDirectory}</outputDirectory> <stripVersion>true</stripVersion> - <excludeTransitive>true</excludeTransitive> + <excludeTransitive>false</excludeTransitive> </configuration> </execution> </executions> @@ -106,6 +106,12 @@ <artifactId>javacpp-platform</artifactId> <version>1.5.7</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.bytedeco/openblas-platform --> + <dependency> + <groupId>org.bytedeco</groupId> + <artifactId>openblas-platform</artifactId> + <version>0.3.19-1.5.7</version> + </dependency> </dependencies> <!-- Icy Maven repository (to find parent POM) -->