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

Gaetan Boismal
26.43.2015 74c27ef05a1a1b54a17792cd568699040ea5985b
opendj-config/pom.xml
@@ -74,6 +74,14 @@
      <artifactId>opendj-cli</artifactId>
      <version>${project.version}</version>
    </dependency>
    <!-- We need to override testNG version to make test works (see OPENDJ-2389) -->
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.0.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <properties>