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 415419d Camel-jsonapi: Removed commented code in POM
415419d is described below
commit 415419d27b2e7d395b6550d422f890c18157b742
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 12 17:09:21 2019 +0200
Camel-jsonapi: Removed commented code in POM
---
components/camel-jsonapi/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/components/camel-jsonapi/pom.xml b/components/camel-jsonapi/pom.xml
index 5364889..9270379 100644
--- a/components/camel-jsonapi/pom.xml
+++ b/components/camel-jsonapi/pom.xml
@@ -22,8 +22,9 @@
<name>Camel :: JsonApi</name>
<description>Camel JsonApi data format</description>
- <!-- <properties>
<camel.osgi.export.pkg>org.apache.camel.dataformat.thrift.*</camel.osgi.export.pkg>
<camel.osgi.export.service>org.apache.camel.spi.DataFormatResolver;dataformat=thrift</camel.osgi.export.service>
- </properties> -->
+ <properties>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>