Skip to content

Commit

Permalink
Add missing test dependency : assertj-core
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Michaut <[email protected]>
  • Loading branch information
armic-artelys committed Jul 9, 2021
1 parent 4d29d36 commit 2c449b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions afs-timeseries-server-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
<groupId>org.mock-server</groupId>
<artifactId>mockserver-netty</artifactId>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 2c449b0

Please sign in to comment.