Skip to content

Commit

Permalink
Use Taikai for architecture tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Jun 6, 2024
1 parent a35811d commit cf50dfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<junit-jupiter.version>5.10.2</junit-jupiter.version>
<archunit.version>1.3.0</archunit.version>
<taikai.version>0.1.1</taikai.version>

<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
Expand Down Expand Up @@ -66,6 +67,12 @@
<version>${archunit.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.enofex</groupId>
<artifactId>taikai</artifactId>
<version>${taikai.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

This file was deleted.

0 comments on commit cf50dfe

Please sign in to comment.