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 /themes | |
parent | 6fb2d1a98076c6fbb9ba014fab37d7bf7a6e6a62 (diff) | |
download | vaadin-framework-c78069eb3ece1b450c8fe911bf3c3a4dafef02c3.tar.gz vaadin-framework-c78069eb3ece1b450c8fe911bf3c3a4dafef02c3.zip |
Remove unnecessary buildhelpers module (#10742)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/pom.xml b/themes/pom.xml index 9ba2e9910c..1b6d4ea79f 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -22,12 +22,6 @@ <version>${project.version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>vaadin-buildhelpers</artifactId> - <version>${project.version}</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>com.vaadin</groupId> |