You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/01 16:42:44 UTC

[camel] branch master updated: Added camel-zip-deflater to component POM

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

acosentino 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 779a0cd  Added camel-zip-deflater to component POM
779a0cd is described below

commit 779a0cd02893336d1155bfb601ae1bd697083cf8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 1 18:42:21 2019 +0200

    Added camel-zip-deflater to component POM
---
 components/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/pom.xml b/components/pom.xml
index 3c489fc..52c6a19 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -57,6 +57,7 @@
         <module>camel-vm</module>
         <module>camel-xpath</module>
         <module>camel-xslt</module>
+        <module>camel-zip-deflater</module>
 
         <!-- we want to test these modules first to catch any errors early as possible -->
         <module>camel-test</module>