Mercurial > dive4elements > river
changeset 9044:a27c03105605
Do not halt on warnings: this is necessary because we use slf4j-log which is only an indirect, but necessary dependency
author | gernotbelger |
---|---|
date | Wed, 02 May 2018 15:29:02 +0200 |
parents | fda171e16988 |
children | 0ddeeb413fae |
files | backend/pom-oracle.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/backend/pom-oracle.xml Wed May 02 15:27:46 2018 +0200 +++ b/backend/pom-oracle.xml Wed May 02 15:29:02 2018 +0200 @@ -36,7 +36,7 @@ <goal>analyze-only</goal> </goals> <configuration> - <failOnWarning>true</failOnWarning> + <failOnWarning>false</failOnWarning> <ignoreNonCompile>true</ignoreNonCompile> </configuration> </execution>