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 2019/10/27 14:49:05 UTC

[camel] branch springboot22 updated: Undo jooq upgrade as it dont work in osgi

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

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


The following commit(s) were added to refs/heads/springboot22 by this push:
     new a6bb281  Undo jooq upgrade as it dont work in osgi
a6bb281 is described below

commit a6bb2813f837376f5800f2dea7e99caa14a89831
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Oct 27 15:47:29 2019 +0100

    Undo jooq upgrade as it dont work in osgi
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1de2794..5dd2c65 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -369,7 +369,7 @@
         <jolt-version>0.1.1</jolt-version>
         <jolt-bundle-version>0.1.1_1</jolt-bundle-version>
         <jool-version>0.9.12</jool-version>
-        <jooq-version>3.12.1</jooq-version>
+        <jooq-version>3.11.12</jooq-version>
         <johnzon-version>1.2.1</johnzon-version>
         <jose4j-version>0.6.4</jose4j-version>
         <josql-bundle-version>1.5_5</josql-bundle-version>