]> source.dussan.org Git - vaadin-framework.git/commit
chore: avoid repackaging of google elemental dep and use it directly (#12416)
authorDenis <denis@vaadin.com>
Mon, 4 Oct 2021 13:07:07 +0000 (16:07 +0300)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 13:07:07 +0000 (16:07 +0300)
commit65220e4794875bd8cab96423903314fe4db74996
tree2ed0bc0197f562beb84f6b8a4aaa562997412cbe
parent2fc98eaf9c0e2cd42cf4a66fb6d2cd2e9f0a08a9
chore: avoid repackaging of google elemental dep and use it directly (#12416)

* chore: avoid repackaging of google elemental dep and use it directly

The google elemental dependency is not OSGi compatible so it's repackaged
into shared module to use it directly from there. But there is a custom Vaadin version
of google elemental dep and it's OSGi compatible. Flow uses this version and to be able
to use FW in MPR the versions should match. So the Vaadin google elemental dep is added
instead of repackaging.

* chore: import elemental package in the bnd file
shared/bnd.bnd
shared/pom.xml