Add buildSrc including build conventions plugins

Closes gh-1942
This commit is contained in:
Eleftheria Stein
2021-10-29 13:30:29 +02:00
parent b6f90640a6
commit 84fab2e2a9
166 changed files with 7379 additions and 46 deletions

View File

@@ -8,6 +8,9 @@ dependencies {
compile "org.springframework:spring-jdbc"
testCompile "javax.servlet:javax.servlet-api"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"
testCompile "org.springframework:spring-test"
testCompile "org.springframework:spring-web"
testCompile "org.springframework.security:spring-security-core"
testCompile "org.junit.jupiter:junit-jupiter-api"