In my project, I'm trying to use com.google.auth. However, this is requiring me to add dependency of com.google.guava. Even with this dependency added and exported via bnd-maven-plugin, I'm getting error: Caused by: java.lang.ClassNotFoundException: com.google.common.base.MoreObjects not found by co...