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 2021/11/09 22:22:27 UTC

[camel-quarkus] branch main updated: Fixup 218bef4 Special fix for Solr - Cannot run tests against alternative BOMs #3258

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d01c2a  Fixup 218bef4 Special fix for Solr - Cannot run tests against alternative BOMs #3258
7d01c2a is described below

commit 7d01c2a32a3abb7ae8307e5b870d41eaea2d6df3
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Nov 9 15:09:48 2021 +0100

    Fixup 218bef4 Special fix for Solr - Cannot run tests against
    alternative BOMs #3258
---
 integration-tests/solr/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/integration-tests/solr/pom.xml b/integration-tests/solr/pom.xml
index b516d82..7ed025a 100644
--- a/integration-tests/solr/pom.xml
+++ b/integration-tests/solr/pom.xml
@@ -83,6 +83,9 @@
                     <name>!quickly</name>
                 </property>
             </activation>
+            <properties>
+                <camel-quarkus.version>${project.version}</camel-quarkus.version>
+            </properties>
             <build>
                 <plugins>
                     <plugin>
@@ -110,7 +113,7 @@
                             <dependency>
                                 <groupId>org.apache.camel.quarkus</groupId>
                                 <artifactId>camel-quarkus-integration-test-support</artifactId>
-                                <version>${project.version}</version>
+                                <version>${camel-quarkus.version}</version>
                             </dependency>
                         </dependencies>
                     </plugin>