Skip to content
Snippets Groups Projects
Commit 091275bb authored by Colin DAMON's avatar Colin DAMON
Browse files

Remove ArchUnit

parent dbd0a716
No related branches found
No related tags found
1 merge request!22Resolve "Borestop"
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
<h2.version>1.4.200</h2.version> <h2.version>1.4.200</h2.version>
<validation-api.version>2.0.1.Final</validation-api.version> <validation-api.version>2.0.1.Final</validation-api.version>
<jaxb-runtime.version>2.3.3</jaxb-runtime.version> <jaxb-runtime.version>2.3.3</jaxb-runtime.version>
<archunit-junit5.version>0.14.1</archunit-junit5.version>
<mapstruct.version>1.3.1.Final</mapstruct.version> <mapstruct.version>1.3.1.Final</mapstruct.version>
<!-- Plugin versions --> <!-- Plugin versions -->
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
...@@ -248,20 +247,6 @@ ...@@ -248,20 +247,6 @@
<artifactId>spring-security-test</artifactId> <artifactId>spring-security-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit-junit5-api</artifactId>
<version>${archunit-junit5.version}</version>
<scope>test</scope>
</dependency>
<!-- Adding the engine dependency to the surefire-plugin unfortunately does not work in the current version. -->
<!-- https://www.archunit.org/userguide/html/000_Index.html#_junit_5 -->
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit-junit5-engine</artifactId>
<version>${archunit-junit5.version}</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.zalando</groupId> <groupId>org.zalando</groupId>
<artifactId>problem-spring-web</artifactId> <artifactId>problem-spring-web</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment