You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/21 07:48:45 UTC

[GitHub] [camel] jamesnetherton commented on a diff in pull request #8602: camel-fhir: Override commons-text version

jamesnetherton commented on code in PR #8602:
URL: https://github.com/apache/camel/pull/8602#discussion_r1001476958


##########
components/camel-fhir/camel-fhir-api/pom.xml:
##########
@@ -40,6 +40,11 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-support</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-text</artifactId>
+            <version>${commons-text-version}</version>
+        </dependency>

Review Comment:
   Latest commit adds an exclusion + comment. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org