How to read error messages when obr deploy command fails? Here is an example:
-> obr deploy configuration-exporter
Unsatisfied requirement(s):
---------------------------
(&(package=com.google.common.collect))
RoutingService :: DAO
(&(package=com.sybase365.routingservice))
ARF :: Service Bundle :: Configuration Exporter
(&(package=com.google.common.base))
RoutingService :: DAO
(service=org.osgi.service.event.EventHandler)
Apache Felix EventAdmin
(&(package=com.google.common.base))
ARF :: Service Bundle :: Configuration Exporter
(|(ee=J2SE-1.5))
Guava: Google Core Libraries for Java 1.5
(&(package=com.google.common.collect))
ARF :: Service Bundle :: Configuration Exporter
(service=org.osgi.service.event.EventHandler)
Apache Felix EventAdmin
How to read the above message? What is actually unsatisfied?