summaryrefslogtreecommitdiffstats
path: root/all
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 /all
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 'all')
-rw-r--r--all/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/all/pom.xml b/all/pom.xml
index 1630241db7..737c11a980 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -76,6 +76,12 @@
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>vaadin-compatibility-themes</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>vaadin-compatibility-client</artifactId>
<version>${project.version}</version>
</dependency>