Hi Darshana, The bundle with group id "org.apache.ws.security" comes from [1] which is the wso2 fork of wss4j. It is then bundled at orbit [2] adding xmlsec and bouncycastle with group id "org.apache.ws.security.wso2". The bundle from the orbit (which has group id "org.apache.ws.security.wso2") is the correct one to use.
[1] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/dependencies/wss4j/1.5.11-wso2v6/ [2] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/dependencies/orbit/wss4j/ On Fri, Jul 18, 2014 at 2:56 PM, Darshana Akalanka Pagoda Arachchi < [email protected]> wrote: > Hi, > > I was getting a maven error for resolving the following when building the > ESB from the source. > > File : > 'carbon/platform/tags/turing-chunk07/products/esb/4.8.1/modules/integration/core/pom.xml' > > <dependency> > <groupId>org.apache.ws.security</groupId> > <artifactId>wss4j</artifactId> > <version>1.5.11-wso2v6</version> > </dependency> > > This dependency is not there in the maven repository but is available in > the org.apache.ws.security.wso2 package. So after changing the pom file at > 'carbon/platform/tags/turing-chunk07/products/esb/4.8.1/modules/integration/core/pom.xml' > to the following I was able to go pass this. > > <dependency> > <groupId>org.apache.ws.security.wso2</groupId> > <artifactId>wss4j</artifactId> > <version>1.5.11.wso2v6</version> > </dependency> > > Are these the same jars? The name is also different (1.5.11-wso2v6 vs > 1.5.11.wso2v6). > If so it looks like the pom file needs to change? > > -- > *Darshana Akalanka Pagoda Arachchi,* > *Software Engineer* > *078-4721791* > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Pulasthi Mahawithana* Software Engineer WSO2 Inc., http://wso2.com/ Mobile: +94-71-5179022 Blog: http://blog.pulasthi.org
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
