This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 2177b71f89113e95aa02d581fdd0a024a0693bc7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Oct 19 10:17:41 2021 +0200

    Kafka Service Registry Example: Added missing plugin versions
---
 kafka-service-registry/kafka-registry-producer/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kafka-service-registry/kafka-registry-producer/pom.xml 
b/kafka-service-registry/kafka-registry-producer/pom.xml
index 34037a6..f21780f 100644
--- a/kafka-service-registry/kafka-registry-producer/pom.xml
+++ b/kafka-service-registry/kafka-registry-producer/pom.xml
@@ -47,6 +47,8 @@
         
<maven.compiler.testTarget>${maven.compiler.target}</maven.compiler.testTarget>
         
<maven.compiler.testSource>${maven.compiler.source}</maven.compiler.testSource>
 
+        <formatter-maven-plugin.version>2.11.0</formatter-maven-plugin.version>
+        <impsort-maven-plugin.version>1.3.2</impsort-maven-plugin.version>
         <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
         <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>

Reply via email to