mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Maxim Thomas
12.06.2019 9cd800c33f7dd7f6b113539390951fd07855b9f0
opendj-rest2ldap/pom.xml
@@ -19,7 +19,7 @@
    <parent>
        <artifactId>opendj-parent</artifactId>
        <groupId>org.forgerock.opendj</groupId>
        <groupId>org.openidentityplatform.opendj</groupId>
        <version>4.4.4-SNAPSHOT</version>
    </parent>
   
@@ -40,48 +40,48 @@
    <dependencies>
        <dependency>
            <groupId>org.forgerock.opendj</groupId>
            <groupId>org.openidentityplatform.opendj</groupId>
            <artifactId>opendj-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.forgerock.commons</groupId>
            <groupId>org.openidentityplatform.commons</groupId>
            <artifactId>json-resource</artifactId>
        </dependency>
        <dependency>
            <groupId>org.forgerock.commons</groupId>
            <groupId>org.openidentityplatform.commons</groupId>
            <artifactId>json-resource-http</artifactId>
        </dependency>
        <dependency>
            <groupId>org.forgerock.commons</groupId>
            <groupId>org.openidentityplatform.commons</groupId>
            <artifactId>forgerock-util</artifactId>
        </dependency>
        <dependency>
            <groupId>org.forgerock.commons</groupId>
            <groupId>org.openidentityplatform.commons</groupId>
            <artifactId>i18n-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.forgerock.http</groupId>
            <groupId>org.openidentityplatform.http</groupId>
            <artifactId>chf-oauth2</artifactId>
            <version>21.0.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.forgerock.http</groupId>
            <groupId>org.openidentityplatform.http</groupId>
            <artifactId>chf-client-apache-async</artifactId>
        </dependency>
        <dependency>
            <groupId>org.forgerock</groupId>
            <groupId>org.openidentityplatform</groupId>
            <artifactId>forgerock-build-tools</artifactId>
            <scope>test</scope>
        </dependency>
         <dependency>
            <groupId>org.forgerock.commons</groupId>
            <groupId>org.openidentityplatform.commons</groupId>
             <artifactId>api-descriptor</artifactId>
             <version>21.0.0-SNAPSHOT</version>
             <type>jar</type>
@@ -92,7 +92,7 @@
    <build>
        <plugins>
            <plugin>
                <groupId>org.forgerock.commons</groupId>
                <groupId>org.openidentityplatform.commons</groupId>
                <artifactId>i18n-maven-plugin</artifactId>
                <executions>
                    <execution>