Commit 23b09ecc authored by dreis2211's avatar dreis2211 Committed by Andy Wilkinson

Make dependency available for javadoc generation

See gh-17111
parent 95d0e26c
......@@ -437,6 +437,11 @@
<artifactId>commons-dbcp2</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</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