Tests for RouteServer

This commit is contained in:
Manuel Fuhr 2022-10-26 07:44:42 +02:00
parent 15df3d392d
commit fed171fd06
4 changed files with 147 additions and 5 deletions

View file

@ -70,8 +70,6 @@ distributions {
}
dependencies {
testImplementation 'junit:junit:4.13.1'
implementation project(':brouter-codec')
implementation project(':brouter-core')
implementation project(':brouter-expressions')
@ -79,4 +77,6 @@ dependencies {
implementation project(':brouter-mapaccess')
implementation project(':brouter-util')
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.json:json:20180813'
}