ATEST-259:

- adding tests, re-implementing a simpler CORS filter than previously
used
This commit is contained in:
Zellweger Christof Ralf
2015-10-28 12:52:32 +01:00
parent 6aa5801491
commit cd72af733a
9 changed files with 225 additions and 84 deletions

View File

@ -30,6 +30,9 @@ dependencies {
testCompile libraries.spring_boot_starter_test
testCompile libraries.jsonassert
testCompile libraries.jsonpath
testCompile 'com.jayway.restassured:rest-assured:2.4.1'
testCompile 'com.jayway.restassured:spring-mock-mvc:2.4.1'
}
uploadArchives {