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

Prashant
17.50.2026 54c54fda42e49d077b1784f4940d20317e701d25
opendj-server-legacy/pom.xml
@@ -193,17 +193,18 @@
      <artifactId>handler-jdbc</artifactId>
    </dependency>
    <!-- slf4j libraries -->
<!--     <dependency> -->
<!--       <groupId>org.slf4j</groupId> -->
<!--       <artifactId>slf4j-jdk14</artifactId> -->
<!--     </dependency> -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jul-to-slf4j</artifactId>
    </dependency>
    <!-- Source: https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine -->
    <dependency>
      <groupId>com.github.ben-manes.caffeine</groupId>
      <artifactId>caffeine</artifactId>
      <version>3.2.3</version>
      <scope>compile</scope>
    </dependency>
    <!-- mail -->
    <dependency>