Thanks Darshana for the quick response ! Yes, I found the correct artifact id by opening the pom file inside the identity.mgt jar file.
Regards, TharinduE On Sat, Feb 13, 2016 at 8:00 PM, Darshana Gunawardana <[email protected]> wrote: > Hi Tharindu, > > The artifact I'd you are using is wrong. > > For org.wso2.carbon.identity.mgt.jar, artifactId should be > "org.wso2.carbon.identity.mgt" as follows (which is available at [1]) > > <dependency> > <groupId>org.wso2.carbon.identity</groupId> > <artifactId>org.wso2.carbon.identity.mgt</artifactId> > <version>5.0.7</version> > </dependency> > > [1] > http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/identity/org.wso2.carbon.identity.mgt/5.0.7/ > > Regards, > Darshana > > On Saturday, 13 February 2016, 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 >> > > > -- > Regards, > > > *Darshana Gunawardana*Senior Software Engineer > WSO2 Inc.; http://wso2.com > > *E-mail: [email protected] <[email protected]>* > *Mobile: +94718566859 <%2B94718566859>*Lean . Enterprise . Middleware > > -- 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
