Skip to content

Commit

Permalink
fix generate javadoc for kafka-connect-adaptor failed (#11807)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Aug 27, 2021
1 parent 74b322c commit 6aa44a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pulsar-io/kafka-connect-adaptor/pom.xml
Expand Up @@ -113,5 +113,11 @@
<type>test-jar</type>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>
</project>

0 comments on commit 6aa44a0

Please sign in to comment.