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

vharseko
11.26.2020 7ba506a4f9a14c630ecf46ecd269d838b73736de
opendj-config/pom.xml
@@ -30,20 +30,21 @@
  <packaging>bundle</packaging>
  <dependencies>
    <dependency>
      <groupId>org.openidentityplatform.commons</groupId>
      <artifactId>i18n-core</artifactId>
      <groupId>org.openidentityplatform.commons.i18n-framework</groupId>
      <artifactId>core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.openidentityplatform.commons</groupId>
      <artifactId>i18n-slf4j</artifactId>
      <groupId>org.openidentityplatform.commons.i18n-framework</groupId>
      <artifactId>slf4j</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.openidentityplatform</groupId>
      <artifactId>forgerock-build-tools</artifactId>
      <groupId>org.openidentityplatform.commons</groupId>
      <artifactId>build-tools</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.openidentityplatform.opendj</groupId>
@@ -68,7 +69,7 @@
    <doclint>none</doclint>
  </properties>
  <build>
  <build><finalName>${project.groupId}.${project.artifactId}</finalName>
    <resources>
      <!-- Main resources -->
      <resource>
@@ -122,8 +123,8 @@
        </executions>
      </plugin>
      <plugin>
        <groupId>org.openidentityplatform.commons</groupId>
        <artifactId>i18n-maven-plugin</artifactId>
        <groupId>org.openidentityplatform.commons.i18n-framework</groupId>
        <artifactId>maven-plugin</artifactId>
        <executions>
          <execution>
            <phase>generate-sources</phase>