Skip to content

Commit

Permalink
Update dbunit version and remove snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored Jan 26, 2025
1 parent 9032486 commit 586967d
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -708,19 +708,7 @@
<dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>3.0.0-SNAPSHOT</version>
<!--
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
</exclusion>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc11</artifactId>
</exclusion>
</exclusions>
-->
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -802,14 +790,6 @@
<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 586967d

Please sign in to comment.