Repository: camel
Updated Branches:
  refs/heads/master 83e97655c -> e234e4fdf


Revert "Camel-Firebase: Full build of Camel with the new component"

This reverts commit 4e7a7ce11d8cdc6560bb7bfd3a7ccfb53b6deda3.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/200226af
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/200226af
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/200226af

Branch: refs/heads/master
Commit: 200226af342e3a2b69bbf24f969df00da95105b2
Parents: 83e9765
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Fri Nov 25 12:49:20 2016 +0100
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Fri Nov 25 12:49:20 2016 +0100

----------------------------------------------------------------------
 apache-camel/pom.xml                                            | 5 -----
 components/readme.adoc                                          | 3 ---
 docs/user-manual/en/SUMMARY.md                                  | 1 -
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml       | 5 -----
 4 files changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/200226af/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index fea8b5e..72894cf 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1269,11 +1269,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-firebase-starter</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-flatpack-starter</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/200226af/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 4df0174..dbbc3ff 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -168,9 +168,6 @@ Components
 | link:camel-facebook/src/main/docs/facebook-component.adoc[Facebook] 
(camel-facebook) +
 `facebook:methodName` | The Facebook component provides access to all of the 
Facebook APIs accessible using Facebook4J.
 
-| link:camel-firebase/src/main/docs/firebase-component.adoc[Firebase] 
(camel-firebase) +
-`firebase:databaseUrl` | The Google Firebasecomponent enables you to save and 
modify data in a Google Firebase database via the FirebaseProducer class.
-
 | link:camel-flatpack/src/main/docs/flatpack-component.adoc[Flatpack] 
(camel-flatpack) +
 `flatpack:type:resourceUri` | The flatpack component supports fixed width and 
delimited file parsing via the FlatPack library.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/200226af/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 6aece7c..8efc73c 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -198,7 +198,6 @@
        * [etcd](etcd-component.adoc)
        * [Exec](exec-component.adoc)
        * [Facebook](facebook-component.adoc)
-       * [Firebase](firebase-component.adoc)
        * [Flatpack](flatpack-component.adoc)
        * [FOP](fop-component.adoc)
        * [Freemarker](freemarker-component.adoc)

http://git-wip-us.apache.org/repos/asf/camel/blob/200226af/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
----------------------------------------------------------------------
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 5a17daa..d23ed18 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -794,11 +794,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-firebase</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-flatpack</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to