Skip to content

Commit

Permalink
Added test dependency to app POM.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Dec 11, 2022
1 parent 9e60b1a commit 942d64d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<artifactId>kit</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Test -->
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 942d64d

Please sign in to comment.