Upgrade: Remove direct and indirect Guava dependency, update reflections (fixes #60)
Removes direct guava
usage by moving to java 8 Stream API.
Remove indirect guava
usage by moving reflections
to reflections8
Fixes https://github.com/Syncleus/Ferma/issues/60 by moving to reflections8
Edited by Oleksandr Porunov