diff options
Diffstat (limited to 'compatibility-shared')
-rw-r--r-- | compatibility-shared/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml index 9c9b88fdbc..aa5a27ab8c 100644 --- a/compatibility-shared/pom.xml +++ b/compatibility-shared/pom.xml @@ -48,7 +48,7 @@ <Bundle-Version>${osgi.bundle.version}</Bundle-Version> <Export-Package>com.vaadin.*;version="${osgi.bundle.version}"</Export-Package> <Require-Bundle> - com.vaadin.shared;bundle-version="${osgi.bundle.version}", + com.vaadin.shared;bundle-version="${osgi.bundle.version}" </Require-Bundle> </instructions> </configuration> |