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

maximthomas
29.03.2025 a860d1bcc3187109c29ba632867f31705e88ce84
move from jcip-annotations to com.io7m.jcip.annotations to support OSGI
3 files modified
17 ■■■■ changed files
opendj-core/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml 6 ●●●● patch | view | raw | blame | history
pom.xml 7 ●●●●● patch | view | raw | blame | history
opendj-core/pom.xml
@@ -68,8 +68,8 @@
        </dependency>
        <dependency>
          <groupId>com.github.stephenc.jcip</groupId>
          <artifactId>jcip-annotations</artifactId>
            <groupId>com.io7m.jcip</groupId>
            <artifactId>com.io7m.jcip.annotations</artifactId>
        </dependency>
        <dependency>
opendj-server-legacy/pom.xml
@@ -231,8 +231,8 @@
    </dependency>
    <dependency>
      <groupId>com.github.stephenc.jcip</groupId>
      <artifactId>jcip-annotations</artifactId>
      <groupId>com.io7m.jcip</groupId>
      <artifactId>com.io7m.jcip.annotations</artifactId>
    </dependency>
    <dependency>
@@ -712,7 +712,7 @@
                <Embed-Dependency>
                  org.openidentityplatform.commons.persistit:core,
                  <!--je,-->
                  jcip-annotations
                  com.io7m.jcip.annotations
                </Embed-Dependency>
              </instructions>
            </configuration>
pom.xml
@@ -149,10 +149,11 @@
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>com.github.stephenc.jcip</groupId>
                <artifactId>jcip-annotations</artifactId>
                <version>1.0-1</version>
                <groupId>com.io7m.jcip</groupId>
                <artifactId>com.io7m.jcip.annotations</artifactId>
                <version>2.0.0</version>
            </dependency>
            <!-- OpenDJ SDK -->