dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
Version2.4.8compared with

Version Details

Runtime Changes (1)

2.4.7 2.4.8
ChangeGroup / ArtifactPreviousCurrent
- Removed org.slf4j » slf4j-nop1.5.6-

Test Changes (2)

2.4.7 2.4.8
ChangeGroup / ArtifactPreviousCurrent
+ Added ch.qos.logback » logback-classic-0.9.15
+ Added org.slf4j » jcl-over-slf4j-1.5.6