Make dependency tests based on ArchUnit.

The DependencyTests are reimplemented using ArchUnit and enabled.

See #2708
Original pull request #2706
This commit is contained in:
Jens Schauder
2022-11-02 11:01:41 +01:00
committed by Mark Paluch
parent 6190baa3db
commit d56bbbdefb
5 changed files with 113 additions and 20 deletions

View File

@@ -335,9 +335,9 @@
</dependency>
<dependency>
<groupId>de.schauderhaft.degraph</groupId>
<artifactId>degraph-check</artifactId>
<version>0.1.4</version>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit</artifactId>
<version>${archunit}</version>
<scope>test</scope>
</dependency>