DATAJDBC-114 - Adding test to prevent dependency circles.

Added a test that finds dependency circles.

Removed the dependency circles found by that test.
This commit is contained in:
Jens Schauder
2017-07-20 13:57:49 +02:00
committed by Greg Turnquist
parent 0229f89996
commit 15fcf171fb
3 changed files with 46 additions and 1 deletions

View File

@@ -155,6 +155,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.schauderhaft.degraph</groupId>
<artifactId>degraph-check</artifactId>
<version>0.1.4</version>
<scope>test</scope>
</dependency>
</dependencies>