add junit to brouter-core dependencies

This commit is contained in:
ntruchsess 2018-02-04 20:19:33 +01:00
parent 659bbe8d82
commit 419cb4e78c
2 changed files with 11 additions and 1 deletions

View file

@ -32,5 +32,10 @@
<artifactId>brouter-expressions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>