Create test for wekan config

This commit is contained in:
Malanius 2018-09-30 17:43:34 +02:00
parent 5e93948620
commit e6ae8b22d0
2 changed files with 99 additions and 0 deletions

View file

@ -37,6 +37,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.18.0</version>
<scope>test</scope>
</dependency>
</dependencies>