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 2021/03/28 13:58:20 UTC

[camel] 02/02: Add back camel-api to core modules

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

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

commit 93be88857bfafe7c4e5523ac6cab39a342f2a29a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 28 15:40:49 2021 +0200

    Add back camel-api to core modules
---
 core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/pom.xml b/core/pom.xml
index aa7e990..745f1bd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -35,6 +35,7 @@
 
     <modules>
         <module>camel-util</module>
+        <module>camel-api</module>
         <module>camel-core-catalog</module>
         <module>camel-support</module>
         <module>camel-management-api</module>