Skip to content

Commit

Permalink
ADD missing linux-s390x & linux-x86 dependencyManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Jacquemoud committed Jan 25, 2024
1 parent 19ac166 commit be0c753
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
<artifactItem>
<groupId>org.weasis.thirdparty.org.opencv</groupId>
<artifactId>${lib-file-name}</artifactId>
<version>${weasis.opencv.native.version}</version>
<type>${lib-file-ext}</type>
<classifier>${os-name}-${cpu-name}</classifier>
<overWrite>false</overWrite>
Expand Down
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@
<artifactId>libopencv_java</artifactId>
<version>${weasis.opencv.native.version}</version>
<type>so</type>
<classifier>linux-aarch64</classifier>
<classifier> </classifier>
</dependency>
<dependency>
<groupId>org.weasis.thirdparty.org.opencv</groupId>
<artifactId>libopencv_java</artifactId>
<version>${weasis.opencv.native.version}</version>
<type>so</type>
<classifier>linux-s390x</classifier>
</dependency>
<dependency>
<groupId>org.weasis.thirdparty.org.opencv</groupId>
Expand All @@ -57,6 +64,13 @@
<type>so</type>
<classifier>linux-armv7a</classifier>
</dependency>
<dependency>
<groupId>org.weasis.thirdparty.org.opencv</groupId>
<artifactId>libopencv_java</artifactId>
<version>${weasis.opencv.native.version}</version>
<type>so</type>
<classifier>linux-aarch64</classifier>
</dependency>
<dependency>
<groupId>org.weasis.thirdparty.org.opencv</groupId>
<artifactId>libopencv_java</artifactId>
Expand Down

0 comments on commit be0c753

Please sign in to comment.