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

Jean-Noël Rouvignac
12.10.2016 895ca8728dd4a56a6f7ff3be3de43701b8e3748e
Added JCIP annotations to opendj-core
2 files modified
12 ■■■■■ changed files
opendj-sdk/opendj-core/pom.xml 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/pom.xml 7 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj-core/pom.xml
@@ -65,6 +65,11 @@
        </dependency>
        <dependency>
          <groupId>com.github.stephenc.jcip</groupId>
          <artifactId>jcip-annotations</artifactId>
        </dependency>
        <dependency>
            <groupId>org.forgerock</groupId>
            <artifactId>forgerock-build-tools</artifactId>
            <scope>test</scope>
opendj-sdk/pom.xml
@@ -205,6 +205,13 @@
                <artifactId>opendj-rest2ldap</artifactId>
                <version>${opendj.sdk.version}</version>
            </dependency>
            <!-- Other -->
            <dependency>
                <groupId>com.github.stephenc.jcip</groupId>
                <artifactId>jcip-annotations</artifactId>
                <version>1.0-1</version>
            </dependency>
        </dependencies>
    </dependencyManagement>