Skip to content
Snippets Groups Projects
Commit e8c62fb0 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

added missing dependency and added transitive extraction

parent 4ef3c5af
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<includeArtifactIds>javacpp,openblas,javacpp-platform</includeArtifactIds> <includeArtifactIds>javacpp,openblas,javacpp-platform</includeArtifactIds>
<outputDirectory>${project.build.outputDirectory}</outputDirectory> <outputDirectory>${project.build.outputDirectory}</outputDirectory>
<stripVersion>true</stripVersion> <stripVersion>true</stripVersion>
<excludeTransitive>true</excludeTransitive> <excludeTransitive>false</excludeTransitive>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
...@@ -106,6 +106,12 @@ ...@@ -106,6 +106,12 @@
<artifactId>javacpp-platform</artifactId> <artifactId>javacpp-platform</artifactId>
<version>1.5.7</version> <version>1.5.7</version>
</dependency> </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> </dependencies>
<!-- Icy Maven repository (to find parent POM) --> <!-- Icy Maven repository (to find parent POM) -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment