This projects provides commonly used code for junit-testing
projects.
Part of this is based on code released by third parties
- eu.coldrye.junit.diff.DiffPatchMatch, Apache 2.0 License
Include the following dependency in your pom and you are good to go
<dependency>
<groupId>eu.coldrye.junit</groupId>
<artifactId>junit-common</artifactId>
<version>1.1.1</version>
</dependency>