summaryrefslogtreecommitdiffstats
path: root/bom
diff options
context:
space:
mode:
authorAleksi Hietanen <aleksi@vaadin.com>2016-10-13 10:21:41 +0300
committerPekka Hyvönen <pekka@vaadin.com>2016-10-13 11:58:59 +0000
commit24e11dca6b074217d594e618727dfe7abf7c3a90 (patch)
treef310c0dffd9e2a814f543d3238d97dcc523086c4 /bom
parent7c8a03ce9e37d4abc172c050976a15d7f269b55e (diff)
downloadvaadin-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.xml5
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>