Hi Tharindu,

I guess your dependency is wrong. I think what you need is below

 <dependency>
            <groupId>org.wso2.carbon.identity</groupId>
            <artifactId>org.wso2.carbon.identity.mgt</artifactId>
            <version>5.0.7</version>
        </dependency>

it's there in the wso2 public repo [1] and also in releases repo [2]

[1] -
http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/identity/org.wso2.carbon.identity.mgt/5.0.7/
[2] -
http://maven.wso2.org/nexus/content/repositories/releases/org/wso2/carbon/identity/org.wso2.carbon.identity.mgt/5.0.7/

Thanks,

On Sat, Feb 13, 2016 at 7:52 PM, Tharindu Edirisinghe <[email protected]>
wrote:

> Hi IS Team,
>
> I need to write a custom component for IS 5.1.0, which should depend on
> identity-mgt component. I added the following dependency.
>
>
>         <dependency>
>             <groupId>org.wso2.carbon.identity</groupId>
>             <artifactId>identity-mgt</artifactId>
>             <version>5.0.7</version>
>         </dependency>
>
> Added the nexus repo also to the pom file but when I try to build, it
> cannot find the *org.wso2.carbon.identity.mgt_5.0.7.jar *in the nexus
> repo [1].
>
> Any idea ?
>
> [1]
> http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/identity/identity-mgt/5.0.7/
>
> Thanks,
> TharinduE
> --
>
> Tharindu Edirisinghe
> Software Engineer | WSO2 Inc
> Platform Security Team
> Blog : tharindue.blogspot.com
> mobile : +94 775181586
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to