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

Matthew Swift
25.09.2015 60564f41c8db3dc316db23215e6fc0e422f0ee5d
OPENDJ-1924 CR-6766: switch to ForgeRock's version of Persistit
1 files modified
6 ■■■■ changed files
opendj-server-legacy/pom.xml 6 ●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -187,9 +187,9 @@
      <version>5.0.104</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.sonar</groupId>
      <artifactId>sonar-persistit</artifactId>
      <version>3.3.1</version>
      <groupId>org.forgerock.commons</groupId>
      <artifactId>forgerock-persistit-core</artifactId>
      <version>4.0.0-SNAPSHOT</version>
    </dependency>
  </dependencies>