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

Fabio Pistolesi
16.50.2016 e45160522e232d1969e3e1fb0cb6378edbebcd3d
Include Json Common Audit handler
2 files modified
7 ■■■■ changed files
opendj-bom/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml 5 ●●●●● patch | view | raw | blame | history
opendj-bom/pom.xml
@@ -45,7 +45,7 @@
            <dependency>
                <groupId>org.forgerock.commons</groupId>
                <artifactId>commons-bom</artifactId>
                <version>21.0.0-alpha-10</version>
                <version>21.0.0-alpha-12</version>
                <scope>import</scope>
                <type>pom</type>
            </dependency>
opendj-server-legacy/pom.xml
@@ -149,6 +149,11 @@
    <dependency>
      <groupId>org.forgerock.commons</groupId>
      <artifactId>forgerock-audit-handler-json</artifactId>
    </dependency>
    <dependency>
      <groupId>org.forgerock.commons</groupId>
      <artifactId>forgerock-audit-handler-elasticsearch</artifactId>
    </dependency>