aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2017-02-09 11:17:35 +0200
committerHenri Sara <henri.sara@gmail.com>2017-02-09 11:17:35 +0200
commit96a63f93abb4afee36c149974128390b13f62d4c (patch)
treeafc82be2ffff19aafb452469a030a7e0d3190d8a /pom.xml
parent322ba2ab9d7a6af8a8e68c063da7480e08843118 (diff)
downloadvaadin-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fdc697beb9..50eb873846 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,6 +285,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons</artifactId>
<version>${vaadin.icons.version}</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>