mirror of https://github.com/apache/kafka.git
KAFKA-8212 DOCS (kafka) - Fix Maven artifacts table from cutting off text (#6576)
Reviewer: Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
parent
8bd66eb870
commit
ad0f7aead7
|
@ -53,7 +53,7 @@
|
|||
<span id="streams-developer-guide-maven"></span><h2>Libraries and Maven artifacts</h2>
|
||||
<p>This section lists the Kafka Streams related libraries that are available for writing your Kafka Streams applications.</p>
|
||||
<p>You can define dependencies on the following libraries for your Kafka Streams applications.</p>
|
||||
<table border="1" class="non-scrolling-table docutils">
|
||||
<table border="1" class="datatable">
|
||||
<colgroup>
|
||||
<col width="14%" />
|
||||
<col width="19%" />
|
||||
|
|
Loading…
Reference in New Issue