This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 73290d7179845c3c6af70dd2b8cb82b18818c0aa Author: Peter Palaga <[email protected]> AuthorDate: Wed Jun 30 17:45:53 2021 +0200 Fix IllegalStateException: quarkus-container-image-jib and quarkus-container-image-docker were detected --- kafka/pom.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kafka/pom.xml b/kafka/pom.xml index 84cea7a..405bf17 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -58,6 +58,13 @@ <type>pom</type> <scope>import</scope> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-bom-test</artifactId> + <version>${camel-quarkus.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> </dependencies> </dependencyManagement> @@ -308,10 +315,6 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-kubernetes</artifactId> </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-container-image-jib</artifactId> - </dependency> </dependencies> </profile> <profile>
