springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
476 stars 238 forks source link

Compilation error on master branch for 1.3.1 #157

Open ppodgorsek opened 5 years ago

ppodgorsek commented 5 years ago

The code currently on the master branch as of 1.3.1 does not work, Maven throws the following exception:

[ERROR] Failed to execute goal on project spring-test-dbunit-sample: Could not resolve dependencies for project com.github.springtestdbunit.sample:spring-test-dbunit-sample:jar:1.3.0-SNAPSHOT: Could not find artifact com.github.springtestdbunit:spring-test-dbunit:jar:1.3.0-SNAPSHOT

This is due to the POM versions not having been updated to 1.3.1-SNAPSHOT after the last release.

ppodgorsek commented 5 years ago

Will be done in a maintained repository under https://github.com/ppodgorsek/spring-test-dbunit/issues/3