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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c5e16c7  camel-kamelet-main - Add more knwon FQN to JAR mappings
c5e16c7 is described below

commit c5e16c7cb1a84c10bd50e48f81226d10d39fb30f
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Feb 13 13:53:29 2022 +0100

    camel-kamelet-main - Add more knwon FQN to JAR mappings
---
 .../src/main/resources/camel-main-known-dependencies.properties    | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index dd11cfd..2e8a21a 100644
--- 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++ 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -15,5 +15,10 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
+com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.4
+com.microsoft.sqlserver.jdbc.SQLServerDriver = 
com.microsoft.sqlserver:mssql-jdbc:10.2.0.jre11
+com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.28
+org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = 
org.apache.activemq:artemis-jms-client-all:2.20.0
 org.apache.commons.dbcp2.BasicDataSource = 
org.apache.commons:commons-dbcp2:2.9.0
-org.postgresql.Driver = org.postgresql:postgresql:42.3.2
\ No newline at end of file
+org.apache.qpid.jms.JmsConnectionFactory = 
org.apache.qpid:qpid-jms-client:0.61.0
+org.postgresql.Driver = org.postgresql:postgresql:42.3.2

Reply via email to