You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/07 10:26:23 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - XML Apis

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

commit 4c587528f5193f805ffbd3fe314eddd57b07f5d1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 11:23:56 2023 +0100

    CAMEL-19062 - Clean up Parent POM - XML Apis
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-solr/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 28033511ec3..af749b00567 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -150,6 +150,7 @@
         <dependency>
             <groupId>xml-apis</groupId>
             <artifactId>xml-apis</artifactId>
+            <version>${xml-apis-version}</version>
             <scope>test</scope>
         </dependency>
         <!-- test infra -->