diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-02-01 19:13:08 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-01 19:13:08 +0200 |
commit | 6c624e86e39d8dc59452a2ce3e182d78b1f9eaeb (patch) | |
tree | add20750a4ee6a729cf828af25e685b1981b76b7 /pom.xml | |
parent | 53674a7cafc22e8e21f5a7d46df0f5c126fb76c6 (diff) | |
download | vaadin-framework-6c624e86e39d8dc59452a2ce3e182d78b1f9eaeb.tar.gz vaadin-framework-6c624e86e39d8dc59452a2ce3e182d78b1f9eaeb.zip |
Replace FontAwesome with Vaadin Icons (#8208)
* Include FontAwesome by default for easier migration
* Fix JSComponentLoadingIndicatorTest
Fixes #7979
Addresses part of #8219
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,6 +53,7 @@ <sonar.analysis.mode>preview</sonar.analysis.mode> <sonar.issuesReport.console.enable>true</sonar.issuesReport.console.enable> <sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable> + <vaadin.icons.version>3.0.0</vaadin.icons.version> </properties> <!-- TODO: remove this after maven plugin has been released --> @@ -280,6 +281,11 @@ <artifactId>japicmp-maven-plugin</artifactId> <version>0.9.1</version> </dependency> + <dependency> + <groupId>com.vaadin</groupId> + <artifactId>vaadin-icons</artifactId> + <version>${vaadin.icons.version}</version> + </dependency> </dependencies> </dependencyManagement> |