diff options
Diffstat (limited to 'compatibility-server/bnd.bnd')
-rw-r--r-- | compatibility-server/bnd.bnd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compatibility-server/bnd.bnd b/compatibility-server/bnd.bnd index ef841e7d0d..e39fbbcf4d 100644 --- a/compatibility-server/bnd.bnd +++ b/compatibility-server/bnd.bnd @@ -3,7 +3,6 @@ Bundle-Name: Vaadin Compatibility Server Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0 Import-Package: com.vaadin*;version="[${osgi.bundle.version},${osgi.bundle.version}]",\ - org.osgi*,\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\ * Export-Package: !com.vaadin.v7.shared*,\ |