Skip to content

Commit

Permalink
Merge pull request #25 from knoppiks/24-fix-dependency-issue
Browse files Browse the repository at this point in the history
Fix Dependency Issue
  • Loading branch information
UMEihle committed Apr 25, 2024
2 parents 81f115a + 81a2544 commit d41ccbc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@
<repository>
<id>Dcm4Che</id>
<name>Dcm4Che Repository</name>
<url>https://www.dcm4che.org/maven2/</url>
</repository>
<repository>
<id>git.smith.care</id>
<url>https://git.smith.care/api/v4/projects/135/packages/maven</url>
<url>https://maven.scijava.org/content/repositories/public/</url>
</repository>
</repositories>

Expand Down Expand Up @@ -248,7 +244,7 @@
<dependency>
<groupId>org.dcm4che</groupId>
<artifactId>dcm4che-core</artifactId>
<version>5.23.0</version>
<version>5.23.2</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
Expand Down

0 comments on commit d41ccbc

Please sign in to comment.