Hi,
I have two service assemblies
1) common-sa (common-bean-su, common-eip-su) and
2) specific-sa(specific-bean-su, specific-eip-su).
I want to use some of the methods from common-bean-su in specific-bean-su.
I have added the dependency in specific-bean-su's pom.xml as
<dependency>
<groupId>common-group</groupId>
<artifactId>common-bean-su</artifactId>
<version>${aversion}</version>
</dependency>
I am getting the following error
GroupId: common-group
ArtifactId: common-parent
Version: ${aversion}
Reason: Unable to download the artifact from any repository
common-parent:pom:${aversion}
Am I configuring it wrong? Is it possible to reference su accross service
assemblies?
--
View this message in context:
http://www.nabble.com/Is-it-possible-to-reference-bean-su-from-one-SA-into-another-bean-su--tp22292466p22292466.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.