You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2019/01/28 09:30:01 UTC

[camel] branch master updated: [CAMEL-13127][13002] Fix import headers for camel-api

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c63df2  [CAMEL-13127][13002] Fix import headers for camel-api
2c63df2 is described below

commit 2c63df2ecfa3f8cdf15bf08febfcad6b720bea01
Author: jpoth <po...@gmail.com>
AuthorDate: Mon Jan 28 10:28:30 2019 +0100

    [CAMEL-13127][13002] Fix import headers for camel-api
---
 camel-api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/camel-api/pom.xml b/camel-api/pom.xml
index 32331f2..01d7688 100644
--- a/camel-api/pom.xml
+++ b/camel-api/pom.xml
@@ -47,6 +47,7 @@
         -noimport:=true
     </camel.osgi.export.pkg>
     <camel.osgi.import.pkg>
+      =org.apache.camel.util.concurrent,
       *
     </camel.osgi.import.pkg>
   </properties>