...
-<build>
- <plugins>
- ...
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.0</version>
- </plugin>
- </plugins>
-</build>
-...
-<dependencies>
- ...
- <dependency>
- <groupId>com.tngtech.archunit</groupId>
- <artifactId>archunit-junit5</artifactId>
- <version>0.13.0</version>
- <scope>test</scope>
- </dependency>
-</dependencies>
-...
-