diff options
author | Aleksi Hietanen <aleksi@vaadin.com> | 2016-10-13 10:21:41 +0300 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-10-13 11:58:59 +0000 |
commit | 24e11dca6b074217d594e618727dfe7abf7c3a90 (patch) | |
tree | f310c0dffd9e2a814f543d3238d97dcc523086c4 /bom | |
parent | 7c8a03ce9e37d4abc172c050976a15d7f269b55e (diff) | |
download | vaadin-framework-24e11dca6b074217d594e618727dfe7abf7c3a90.tar.gz vaadin-framework-24e11dca6b074217d594e618727dfe7abf7c3a90.zip |
Move all themes except Valo into a new compatibility-themes package
Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
Diffstat (limited to 'bom')
-rw-r--r-- | bom/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bom/pom.xml b/bom/pom.xml index c99cff7c7b..d154f79b4f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -66,6 +66,11 @@ </dependency> <dependency> <groupId>com.vaadin</groupId> + <artifactId>vaadin-compatibility-themes</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>com.vaadin</groupId> <artifactId>vaadin-compatibility-client</artifactId> <version>${project.version}</version> </dependency> |