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

Nicolas Capponi
10.45.2015 8f1e3251b1a6588af96bc4751646967d55af9723
OPENDJ-1741 Fix plugin dependencies in pom.xml
1 files modified
12 ■■■■ changed files
opendj3-server-dev/pom.xml 12 ●●●● patch | view | raw | blame | history
opendj3-server-dev/pom.xml
@@ -415,8 +415,8 @@
        </executions>
      </plugin>
      <plugin>
        <groupId>org.forgerock</groupId>
        <artifactId>manifest-classpath-maven-plugin</artifactId>
        <groupId>org.forgerock.opendj</groupId>
        <artifactId>opendj-manifest-classpath-maven-plugin</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <executions>
          <execution>
@@ -559,8 +559,8 @@
      <!-- Create consolidated schema file for use in upgrade -->
      <plugin>
        <groupId>org.forgerock</groupId>
        <artifactId>concat-schema-maven-plugin</artifactId>
        <groupId>org.forgerock.opendj</groupId>
        <artifactId>opendj-concat-schema-maven-plugin</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <executions>
          <execution>
@@ -1044,8 +1044,8 @@
      <!-- Generates log references for documentation -->
      <plugin>
        <groupId>org.forgerock</groupId>
        <artifactId>genlogref-documentation-maven-plugin</artifactId>
        <groupId>org.forgerock.opendj</groupId>
        <artifactId>opendj-logref-doc-maven-plugin</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <executions>
          <execution>