add necessary bundles for connector feature
-------------------------------------------
Key: SMX4-370
URL: https://issues.apache.org/activemq/browse/SMX4-370
Project: ServiceMix 4
Issue Type: Bug
Reporter: Freeman Fang
Fix For: 4.1.0
we need add bundles as follows
<bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version}</bundle>
<bundle>mvn:org.springframework/spring-aop/${spring.version}</bundle>
<bundle>mvn:org.springframework/spring-beans/${spring.version}</bundle>
<bundle>mvn:org.springframework/spring-context/${spring.version}</bundle>
<bundle>mvn:org.springframework/spring-transaction/${spring.version}</bundle>
which is needed for jencks bundle in connector feature
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.