Hi all, Incase if you are looking for other dependencies which are missing, use[1] to get the info on the dependencies. You can search it by the artifact name, which will give you the groupId and etc.
[1] - http://maven.wso2.org/nexus/index.html#welcome Regards, Hemika Hemika Kodikara Software Engineer WSO2 Inc. lean . enterprise . middleware http://wso2.com Mobile : +94777688882 On Tue, Feb 24, 2015 at 11:46 AM, Tharik Kanaka <[email protected]> wrote: > Hi Irham, > > Thank you very much now its being built successfully. Actually those > dependencies were included in last year, anyway i replaced them. > > Regards, > > On Tue, Feb 24, 2015 at 11:26 AM, Irham Iqbal <[email protected]> wrote: > >> Hi Tharik, >> >> I think your dependency group ids are wrong(i.e org.wso2.carbon). Please >> use the dependencies as following . >> >> <dependency> >> <groupId>org.wso2.carbon.automation</groupId> >> <artifactId>org.wso2.carbon.automation.test.utils</artifactId> >> <version>${carbon.automation.version}</version> >> </dependency> >> >> <dependency> >> <groupId>org.wso2.carbon.automation</groupId> >> <artifactId>org.wso2.carbon.automation.engine</artifactId> >> <version>${carbon.automation.version}</version> >> >> </dependency> >> >> <dependency> >> >> <groupId>org.wso2.carbon.automation</groupId> >> <artifactId>org.wso2.carbon.automation.extensions</artifactId> >> <version>${carbon.automation.version}</version> >> </dependency> >> >> >> <dependency> >> <groupId>org.wso2.carbon.automationutils</groupId> >> <artifactId>org.wso2.carbon.integration.common.extensions</artifactId> >> <version>${carbon.automationutils.version}</version> >> </dependency> >> <dependency> >> <groupId>org.wso2.carbon.automationutils</groupId> >> <artifactId>org.wso2.carbon.integration.common.utils</artifactId> >> <version>${carbon.automationutils.version}</version> >> </dependency> >> >> <dependency> >> >> <groupId>org.wso2.carbon.automationutils</groupId> >> <artifactId>org.wso2.carbon.integration.common.admin.client</artifactId> >> <version>${carbon.automationutils.version}</version> >> </dependency> >> >> <carbon.automation.version>4.3.1</carbon.automation.version> >> >> <carbon.automationutils.version>4.3.0</carbon.automationutils.version> >> >> Thanks, >> >> Iqbal >> >> On Tue, Feb 24, 2015 at 11:16 AM, Tharik Kanaka <[email protected]> wrote: >> >>> Hi All, >>> >>> I am rebuilding an CodePlex ESB connector i am getting following error. >>> Please refer the pom file [1]. This was built in last year for >>> 4.3.0-SNAPSHOt version. >>> >>> Failed to execute goal on project org.wso2.carbon.connector.codeplex: >>> Could not resolve dependencies for project >>> org.wso2.carbon.connector:org.wso2.carbon.connector.codeplex:jar:1.0.0: The >>> following artifacts could not be resolved: >>> org.wso2.carbon:org.wso2.carbon.integration.common.extensions:jar:4.3.0, >>> org.wso2.carbon:org.wso2.carbon.integration.common.admin.client:jar:4.3.0: >>> Could not find artifact >>> org.wso2.carbon:org.wso2.carbon.integration.common.extensions:jar:4.3.0 in >>> wso2-maven2-repository (http://dist.wso2.org/maven2) >>> >>> [1] >>> https://github.com/keizer619/esb-connectors/blob/master/codeplex/pom.xml >>> >>> -- >>> >>> *Tharik Kanaka* | Associate Software Engineer >>> >>> WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka >>> >>> Email: [email protected] | Web: www.wso2.com >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Irham Iqbal >> Software Engineer - Test Automation >> WSO2, Inc.: http://wso2.com >> lean. enterprise. middleware >> phone: +94 777888452 >> > > > > -- > > *Tharik Kanaka* | Associate Software Engineer > > WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka > > Email: [email protected] | Web: www.wso2.com > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
