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

@@ -16,6 +16,7 @@ dependencies {
testRuntime 'org.junit.jupiter:junit-jupiter-engine'
testCompile 'org.springframework.boot:spring-boot-starter-test'
integrationTestCompile seleniumDependencies
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
integrationTestCompile 'org.testcontainers:testcontainers'
}