Initial work towards OPENDJ-1195: Realign the SDK developer guide with the SDK trunk once the new Maven module and package layout has been validated
* fix dependencies.
| | |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-ldap-sdk</artifactId> |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.slf4j</groupId> |
| | | <artifactId>slf4j-api</artifactId> |
| | | <type>pom</type> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.slf4j</groupId> |
| | |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-ldap-sdk</artifactId> |
| | | <version>${project.version}</version> |
| | | <type>pom</type> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.slf4j</groupId> |
| | |
| | | <outputDirectory>lib</outputDirectory> |
| | | <directoryMode>0755</directoryMode> |
| | | <fileMode>0644</fileMode> |
| | | <excludes> |
| | | <exclude>org.forgerock.opendj:opendj-ldap-sdk</exclude> |
| | | </excludes> |
| | | </dependencySet> |
| | | </dependencySets> |
| | | </assembly> |