diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-02-09 11:17:35 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-09 11:17:35 +0200 |
commit | 96a63f93abb4afee36c149974128390b13f62d4c (patch) | |
tree | afc82be2ffff19aafb452469a030a7e0d3190d8a /pom.xml | |
parent | 322ba2ab9d7a6af8a8e68c063da7480e08843118 (diff) | |
download | vaadin-framework-96a63f93abb4afee36c149974128390b13f62d4c.tar.gz vaadin-framework-96a63f93abb4afee36c149974128390b13f62d4c.zip |
Include Vaadin-Icons into the project, (#8485)
Include Vaadin-Icons into the valo theme in the project,
make vaadin-icons dependency 'provided'
Fixes #8471
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -285,6 +285,7 @@ <groupId>com.vaadin</groupId> <artifactId>vaadin-icons</artifactId> <version>${vaadin.icons.version}</version> + <scope>provided</scope> </dependency> </dependencies> </dependencyManagement> |