Skip to content

Commit

Permalink
Merge pull request #1418 from nroduit/fix-1417
Browse files Browse the repository at this point in the history
Fix #1417
  • Loading branch information
gunterze committed Apr 8, 2024
2 parents 4fa332f + 155e9cf commit e18a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcm4che-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<name>weasis.opencv.native.version</name>
<!--suppress UnresolvedMavenProperty -->
<value>${org.weasis.thirdparty.org.opencv:libopencv_java:so:linux-x86-64}</value>
<regex>.*libopencv_java\/(.*)\/libopencv_java.*</regex>
<regex>.*libopencv_java[\/\\](.*)[\/\\]libopencv_java.*</regex>
<replacement>$1</replacement>
<failIfNoMatch>true</failIfNoMatch>
</configuration>
Expand Down

0 comments on commit e18a003

Please sign in to comment.