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

[camel-karaf-examples] branch main updated: Update example

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


The following commit(s) were added to refs/heads/main by this push:
     new d9aa446  Update example
d9aa446 is described below

commit d9aa446ce5d8d5f47e8dcb54b85334b49516041c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Oct 3 13:59:49 2023 +0200

    Update example
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 598031e..f03ec5c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -138,6 +138,7 @@
         <woodstox-version>6.0.3</woodstox-version>
         <xmlunit-version>1.6</xmlunit-version>
         <derby-version>10.14.2.0</derby-version>
+        <commons-dbcp2-version>2.9.0</commons-dbcp2-version>
 
         <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql -->
         <!-- as having org.apache.camel as prefix is not needed and makes the name very long -->