org.springframework.data version required for JBoss Fuse
Issue
- We are preparing our upgrade from
JBoss Fuse 6.1
toJBoss Fuse 6.2.1
. When we try to install belowbundles
<bundle>mvn:org.springframework.data/spring-data-commons/1.9.4.RELEASE</bundle>
<bundle>mvn:org.springframework.data/spring-data-jpa/1.6.0.RELEASE</bundle>
- We get a missing dependency error like below.
osgi.identity=org.springframework.data.core; type=osgi.bundle; version="[1.9.4.RELEASE,1.9.4.RELEASE]"; resolution:=mandatory [caused by: Unable to resolve org.springframework.data.core/1.9.4.RELEASE: missing requirement [org.springframework.data.core/1.9.4.RELEASE] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.springframework.beans)(version>=4.0.9)(!(version>=5.1.0)))"]]]]]
at org.apache.felix.resolver.ResolutionError.toException(ResolutionError.java:42)[86:io.fabric8.fabric-agent:1.2.0.redhat-621090]
Environment
- Red Hat JBoss Fuse
- 6.2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.