diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-29 13:34:37 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-29 13:33:17 +0000 |
commit | ce3575500883820c16bbb53363a3d6dca5c4a6fb (patch) | |
tree | 730b213e09bc52f0e7419484b5a4adca4a6b73db /server/pom.xml | |
parent | 9fce56f6a4b81b69bbdf70a5434a51d6f85aebd8 (diff) | |
download | vaadin-framework-ce3575500883820c16bbb53363a3d6dca5c4a6fb.tar.gz vaadin-framework-ce3575500883820c16bbb53363a3d6dca5c4a6fb.zip |
Fix OSGi support in compatibility packages
Change-Id: I0f04060c70d83724c08c37e93dd57a2d93b065a8
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml index 303d40df8a..27edf34288 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -51,6 +51,7 @@ <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <scope>provided</scope> + <optional>true</optional> </dependency> <!-- Sass compiler --> |