Skip to content

Commit

Permalink
Correct the export-package for OSGi setting
Browse files Browse the repository at this point in the history
Fix #4570
  • Loading branch information
ZheSun88 committed Sep 7, 2018
1 parent e5c2e4b commit fb19489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-data/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Bundle-License: http://www.apache.org/licenses/LICENSE-2.0
Import-Package: javax.validation*;resolution:=optional;version='${javax.validation.version}',\
com.vaadin.flow*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\
*
Export-Package: com.vaadin.flow.component.html*;-noimport:=true
Export-Package: com.vaadin.flow.data*;-noimport:=true

0 comments on commit fb19489

Please sign in to comment.