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
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to