Hi Chamila, Did you build your project? Or is it failing because of cannot resolved these jars? May be you haven's specify the wso2 repositories in your pom file. Can you check it? See repositories in [1] as an example.
[1]- https://github.com/wso2-dev/carbon-storage-management/blob/master/pom.xml Thanks, Harsha On Tue, Jul 22, 2014 at 6:05 PM, Chamila De Alwis <[email protected]> wrote: > Hi, > > I'm trying out this[1] tutorial to create a carbon component. However two > dependencies can't be solved because they are not located. > > <dependency> > <groupId>org.apache.ws.commons.axiom.wso2</groupId> > <artifactId>axiom</artifactId> > <version>1.2.11.wso2v4</version> > </dependency> > <dependency> > <groupId>wsdl4j.wso2</groupId> > <artifactId>wsdl4j</artifactId> > <version>1.6.2.wso2v4</version> > </dependency> > > Should I specify any mirror settings to resolve these jars? > > I've located the second jar, wsdl4j[2] but I can't locate the axiom > jar[3]. Both of these can't be resolved. > > [1] - > http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/ > [2] - > > http://maven.wso2.org/nexus/content/groups/wso2-public/wsdl4j/wso2/wsdl4j/maven-metadata.xml > [3] - http://findjar.com/index.x?query=axiom+limit%3Anone > > > -- > > Regards, > Chamila de Alwis > Software Engineer | WSO2 | +94772207163 > Blog: code.chamiladealwis.com > > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Harsha Kumara Software Engineer, WSO2 Inc. Mobile: +94775505618 Blog:harshcreationz.blogspot.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
