Hi Milan,

Try adding followings to your "pom.xml".

<repositories>
        <!-- WSO2 released artifact repository -->
        <repository>
            <id>wso2.releases</id>
            <name>WSO2 Releases Repository</name>
            <url>http://maven.wso2.org/nexus/content/repositories/releases/
</url>
            <releases>
                <enabled>true</enabled>
                <updatePolicy>daily</updatePolicy>
                <checksumPolicy>ignore</checksumPolicy>
            </releases>
        </repository>

        <repository>
            <id>wso2-nexus</id>
            <name>WSO2 internal Repository</name>
            <url>http://maven.wso2.org/nexus/content/groups/wso2-public/
</url>
            <releases>
                <enabled>true</enabled>
                <updatePolicy>daily</updatePolicy>
                <checksumPolicy>ignore</checksumPolicy>
            </releases>
        </repository>
    </repositories>

Thank you

On Wed, Mar 25, 2015 at 2:22 PM, Milan Perera <[email protected]> wrote:

> ​Hi​,
>
> ​I'm following a tutorial [1] which is about ​building a Carbon Component.
> When I added below mentioned dependencies to my pom.xml, IDE showed
> $subject and maven build also failed.
> ​I have cleaned .m2 repo and updated, still the problem remains.​
>
>
> ​<dependencies>
>     <dependency>
>         <groupId>org.apache.axis2.wso2</groupId>
>         <artifactId>axis2</artifactId>
>         <version>*1.6.1.wso2v10*</version>
>     </dependency>
>     <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>
> </dependencies>​
>
> ​Any help is appreciated to resolve this issue.
>
> Thank you.​
>
> ​[1] ​
> http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/
>
>
> --
> Milan Harindu Perera
> Software Engineer
> *WSO2, Inc*
> (+94) 77 309 7088
> lean . enterprise . middleware
> <http://lk.linkedin.com/in/milanharinduperera>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
With Regards,

*Rasika Perera*
Software Engineer
M: +94 71 680 9060 E: [email protected]
LinkedIn: http://lk.linkedin.com/in/rasika90

WSO2 Inc. www.wso2.com
lean.enterprise.middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to