You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/07/01 11:44:49 UTC

[camel-quarkus] 02/03: Dependency parity validator workarounds

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

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

commit f5e1ed88680030655bdd5f38e6226251ebd38dd3
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Jun 25 18:10:46 2020 +0200

    Dependency parity validator workarounds
---
 extensions/jira/runtime/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index 04d2fdb..0ec3862 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -31,6 +31,9 @@
 
     <properties>
         <firstVersion>1.0.0-M4</firstVersion>
+
+        <!-- Workaround for https://github.com/quarkusio/quarkus/issues/10280 -->
+        <skipExtensionValidation>true</skipExtensionValidation>
     </properties>
 
     <repositories>