Commit 973a18db authored by Stephane Nicoll's avatar Stephane Nicoll

Fix javadoc generation

parent e9acc7f1
...@@ -147,6 +147,11 @@ ...@@ -147,6 +147,11 @@
<artifactId>java-statsd-client</artifactId> <artifactId>java-statsd-client</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<optional>true</optional>
</dependency>
<dependency> <dependency>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment