我尝试在部署的项目中使用Jersey 2.1
和CDI
Java EE 7
Glassfish 4.0.
Jersey 模块依赖于Guava 库。但是使用带有 CDI 的 Guava 库 (14.0.1) 会导致引发以下异常。
CDI deployment failure:WELD-001408 Unsatisfied dependencies for type [Set<Service>] with qualifiers [@Default] at injection point [[BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject com.google.common.util.concurrent.ServiceManager(Set<Service>)].
我该如何克服这个问题?