KAFKA-6536: Adding versions for japicmp-maven-plugin and maven-shade-plugin in quickstart (#4569)

Author: Yaswanth Kumar <yash27422@gmail.com>

Reviewers: Guozhang Wang <guozhang@confluent.io>, Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
Yaswanth Kumar 2018-02-17 02:54:18 +05:30 committed by Matthias J. Sax
parent 0b3b6049f0
commit a2b6f66fd3
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase/>
@ -74,6 +75,7 @@
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.11.0</version>
<configuration>
<skip>true</skip>
</configuration>