Update to forgerock-bom:2.1.1
Moves the forgerock-bom import from opendj-sdk-parent to opendj-sdk-bom.
Apply API changes since forgerock-bom-1.0.0
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2014 ForgeRock AS. |
| | | * Copyright 2014-2015 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.forgerock.opendj.ldap.spi; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public void thenOnRuntimeException(RuntimeExceptionHandler onRuntimeException) { |
| | | public LdapPromise<R> thenOnRuntimeException(RuntimeExceptionHandler onRuntimeException) { |
| | | wrappedPromise.thenOnRuntimeException(onRuntimeException); |
| | | return this; |
| | | } |
| | | |
| | | @Override |
| | |
| | | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <!-- ForgeRock BOM --> |
| | | <dependency> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <artifactId>forgerock-bom</artifactId> |
| | | <version>1.0.0</version> |
| | | <scope>import</scope> |
| | | <type>pom</type> |
| | | </dependency> |
| | | |
| | | <!-- Commons --> |
| | | <dependency> |
| | | <groupId>org.forgerock</groupId> |
| | |
| | | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <!-- ForgeRock BOM --> |
| | | <dependency> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <artifactId>forgerock-bom</artifactId> |
| | | <version>2.1.1</version> |
| | | <scope>import</scope> |
| | | <type>pom</type> |
| | | </dependency> |
| | | |
| | | <!-- I18N framework --> |
| | | <dependency> |
| | | <groupId>org.forgerock.commons</groupId> |