-
Notifications
You must be signed in to change notification settings - Fork 13
Maven Repository
Endi S. Dewata edited this page Jul 10, 2024
·
3 revisions
LDAP SDK artifacts are available from this Maven repository: https://github.com/dogtagpki/repo/tree/maven
Warning
|
This is still under construction. |
To use the repository, add the repository into pom.xml
:
<repository>
<id>dogtagpki</id>
<url>https://raw.githubusercontent.com/dogtagpki/repo/maven</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
To use LDAP SDK modules, add the following dependencies as needed:
<dependency>
<groupId>org.dogtagpki.ldap-sdk</groupId>
<artifactId>ldapjdk</artifactId>
<version>5.6.0-SNAPSHOT</version>
</dependency>