allow overwrite

This commit is contained in:
Fabian Märki
2018-12-17 09:15:29 +01:00
parent 84520b9b9e
commit 0eb4250155
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ dependencies {
compile (project(':ch.psi.daq.query'))
compile libraries.logback_classic
compile 'org.hibernate:hibernate-validator:5.2.0.Final'
compile(libraries.spring_boot_starter_web) {
exclude group: 'org.slf4j', module: 'log4j-over-slf4j'
}