aboutsummaryrefslogtreecommitdiffstats
path: root/all/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'all/pom.xml')
-rw-r--r--all/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/all/pom.xml b/all/pom.xml
index f0fe8568b7..384b27d77f 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -65,6 +65,30 @@
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>vaadin-compatibility-shared</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>vaadin-compatibility-server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>vaadin-compatibility-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>vaadin-compatibility-client-compiled</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>vaadin-widgets</artifactId>
<version>${project.version}</version>
</dependency>