diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-03-06 09:44:30 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-03-07 15:43:00 +0200 |
commit | 0094aebe9ea69f54141bfd4a15c0240f5e997917 (patch) | |
tree | 667f9a65467a3aa4897b91707355bc198da6eeb1 | |
parent | 1bdab4d7ea90cbe6bfbef1da9db8c9600f57e328 (diff) | |
download | vaadin-framework-0094aebe9ea69f54141bfd4a15c0240f5e997917.tar.gz vaadin-framework-0094aebe9ea69f54141bfd4a15c0240f5e997917.zip |
Some cleanup to themes module (#8526)
-rw-r--r-- | themes/.gitignore | 1 | ||||
-rw-r--r-- | themes/pom.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/.gitignore b/themes/.gitignore deleted file mode 100644 index 9f11b838a5..0000000000 --- a/themes/.gitignore +++ /dev/null @@ -1 +0,0 @@ -src/main/themes/VAADIN/addons/* diff --git a/themes/pom.xml b/themes/pom.xml index 93f0117869..502dcf7b4d 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -32,12 +32,14 @@ <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-sass-compiler</artifactId> + <version>${vaadin.sass.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-icons</artifactId> + <version>${vaadin.icons.version}</version> <scope>provided</scope> </dependency> |