Skip to content

Commit

Permalink
Upgrade DbUnit naar versie 3
Browse files Browse the repository at this point in the history
Versie 3.0.0-SNAPSHOT is beschikbaar om uit te testen en upgrade traject te starten

zie: https://sourceforge.net/p/dbunit/mailman/message/58833038/
  • Loading branch information
mprins committed Nov 10, 2024
1 parent afe6759 commit 75019a7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,8 @@
<dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>2.8.0</version>
<version>3.0.0-SNAPSHOT</version>
<!--
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
Expand All @@ -719,6 +720,7 @@
<artifactId>ojdbc11</artifactId>
</exclusion>
</exclusions>
-->
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -816,6 +818,14 @@
<name>Releases hosted by B3Partners</name>
<url>https://repo.b3p.nl/nexus/repository/public/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>Sonatype-OSS-snapshots</id>
<name>Releases hosted by B3Partners</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 75019a7

Please sign in to comment.