Skip to content

Commit

Permalink
settings weasis.core.img in now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Jacquemoud committed Jan 25, 2024
1 parent f162eca commit b1e16e4
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<changelist>-SNAPSHOT</changelist>
<sha1/>

<dcm4che.version>5.31.2</dcm4che.version>
<dcm4che.version>5.31.3</dcm4che.version>
<weasis.core.img.version>4.8.1.2-SNAPSHOT</weasis.core.img.version>
<!-- @NOTE: import weasis.core.img is now optional in dependencyManagement -->
<!-- Setting its version explicitly override the transitivity inherited from dcm4che, including weasis.opencv.native.version-->
</properties>

<modules>
Expand All @@ -24,6 +26,19 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-img-bom</artifactId>
<version>${weasis.core.img.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-img</artifactId>
<version>${weasis.core.img.version}</version>
</dependency>

<dependency>
<groupId>org.dcm4che</groupId>
<artifactId>dcm4che-parent</artifactId>
Expand Down Expand Up @@ -68,18 +83,6 @@
<version>${dcm4che.version}</version>
</dependency>

<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-img-bom</artifactId>
<version>${weasis.core.img.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-img</artifactId>
<version>${weasis.core.img.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit b1e16e4

Please sign in to comment.