aazeem
aazeem

Reputation: 864

Cannot find forgerock openDJ 3.5.1 maven jars

I am trying to use openDj 3.5.1 or 3.5.2 and have a maven dependency on it. However, i cannot find the jar at https://maven.forgerock.org/repo/webapp/#/home or https://mvnrepository.com/artifact/org.forgerock.opendj

Can someone help me getting this jar using maven?

Upvotes: 1

Views: 365

Answers (3)

Mnaseem
Mnaseem

Reputation: 155

You have to register at forgerock website. Go to their download page and use the Search option. Download the toolkit and the jars you require. And install in your local repository.

Upvotes: 1

aazeem
aazeem

Reputation: 864

Apparently forgerock decided to release these jars into their private-release repo, and not in public repos. So, if you have forgerock's backstage account then you can get them using basic authentication through maven

Upvotes: 1

JnRouvignac
JnRouvignac

Reputation: 787

Please see this: Is OpenDJ, OpenAM and OpenIAM free software.

If you are a ForgeRock customer, then you should contact support.

Upvotes: 3

Related Questions