Skip to content

Commit

Permalink
Update to OpenCV 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Dec 8, 2022
1 parent 80f7964 commit 5e109aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>weasis-dicom-tools</artifactId>
<packaging>jar</packaging>
<name>Weasis DICOM API (based on dcm4che3)</name>
<version>5.29.0</version>
<version>5.29.0.1</version>

<properties>
<java-version>11</java-version>
Expand All @@ -20,8 +20,8 @@
<sonar.organization>nroduit-github</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<weasis.core.img.version>4.5.5.2</weasis.core.img.version>
<weasis.opencv.native.version>4.5.5-dcm</weasis.opencv.native.version>
<weasis.core.img.version>4.6.0</weasis.core.img.version>
<weasis.opencv.native.version>4.6.0-dcm</weasis.opencv.native.version>
<skipTests>false</skipTests>
</properties>

Expand Down Expand Up @@ -502,6 +502,7 @@
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-img</artifactId>
<classifier>jdk11</classifier>
<version>${weasis.core.img.version}</version>
</dependency>

Expand Down Expand Up @@ -536,7 +537,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<version>2.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5e109aa

Please sign in to comment.