seznam / euphoria

Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
Apache License 2.0
82 stars 11 forks source link

[euphoria-core] bundle guava into core and shade it #195

Closed je-ik closed 7 years ago

je-ik commented 7 years ago

I think this kind of works, but the module euphoria-core still depends on guava, which is wrong. I didn't figure out, how to safely remove it, though. Any ideas welcome!