diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-03-22 16:36:14 +0200 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-03-22 16:36:14 +0200 |
commit | c78069eb3ece1b450c8fe911bf3c3a4dafef02c3 (patch) | |
tree | 17db6ae8f64200dd07d12167199c570006806610 /all | |
parent | 6fb2d1a98076c6fbb9ba014fab37d7bf7a6e6a62 (diff) | |
download | vaadin-framework-c78069eb3ece1b450c8fe911bf3c3a4dafef02c3.tar.gz vaadin-framework-c78069eb3ece1b450c8fe911bf3c3a4dafef02c3.zip |
Remove unnecessary buildhelpers module (#10742)
Diffstat (limited to 'all')
-rw-r--r-- | all/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/all/pom.xml b/all/pom.xml index c3297d3c90..f84b9aa4ca 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -345,7 +345,6 @@ </goals> <configuration> <failOnError>false</failOnError> - <excludePackageNames>com.vaadin.buildhelpers</excludePackageNames> <skip>false</skip> <links> <link>https://docs.oracle.com/javase/8/docs/api/</link> |