add junit to brouter-core dependencies
This commit is contained in:
parent
659bbe8d82
commit
419cb4e78c
2 changed files with 11 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue