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 f643461 [CAMEL-13109] Generate the Provide-Capability for the
services for components/ languages / dataformats - file component
f643461 is described below
commit f6434612320d5dbbc108feccc554a1abbddbba0d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jan 23 15:12:26 2019 +0100
[CAMEL-13109] Generate the Provide-Capability for the services for
components/ languages / dataformats - file component
---
components/camel-file/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/components/camel-file/pom.xml b/components/camel-file/pom.xml
index 859f5b6..aac7f3c 100644
--- a/components/camel-file/pom.xml
+++ b/components/camel-file/pom.xml
@@ -39,7 +39,6 @@
*
</camel.osgi.import>
<camel.osgi.export.pkg>org.apache.camel.component.file.*</camel.osgi.export.pkg>
-
<camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=file</camel.osgi.export.service>
<!-- do not skip any tests by default -->
<platform.skip.tests/>
</properties>