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

commit 384946a92b8f75773b0c720321322b6c85aa96b9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 11 13:36:25 2022 +0100

    Added a note about where to place explicit dependencies versions used in 
kamelets
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2398350..18e3bdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,8 @@
         <junit.jupiter.version>5.8.1</junit.jupiter.version>
         <classgraph.version>4.8.138</classgraph.version>
 
+        <!-- Versions used inside Kamelets (add them also to the 
dependencyManagement section and the groovy script below) -->
+        <!-- These properties must keep this same format 
"version.<groupId>.<artifactId>" -->
         
<version.org.apache.commons.commons-dbcp2>2.9.0</version.org.apache.commons.commons-dbcp2>
         
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42>
         
<version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>

Reply via email to