CAMEL-10367: remove stale dependency and version prop, fix a couple typos

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

Branch: refs/heads/camel-2.18.x
Commit: 17c3407fef17f29aeaef0f578e1fc6ca3427fa9c
Parents: f374df8
Author: Robert Gemmell <rob...@apache.org>
Authored: Tue Oct 4 12:20:28 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Oct 7 10:10:36 2016 -0500

----------------------------------------------------------------------
 components/camel-amqp/pom.xml | 7 +------
 components/readme.adoc        | 2 +-
 parent/pom.xml                | 1 -
 3 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/17c3407f/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 2e857b9..1574490 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>camel-amqp</artifactId>
   <packaging>jar</packaging>
   <name>Camel :: AMQP</name>
-  <description>Camel AMQP component which is based on the Apache Qid 
project</description>
+  <description>Camel AMQP component which is based on the Apache Qpid 
project</description>
 
   <properties>
     <!-- Wrapped qpid-jms-client requires invalid version of the package.
@@ -57,11 +57,6 @@
       <artifactId>qpid-jms-client</artifactId>
       <version>${qpid-jms-client-version}</version>
     </dependency>
-    <dependency>
-        <groupId>org.apache.qpid</groupId>
-        <artifactId>qpid-client</artifactId>
-        <version>${qpid-version}</version>
-    </dependency>
 
     <!-- testing -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/17c3407f/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 775c202..4a18a4f 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -13,7 +13,7 @@ Components
 `ahc-ws:httpUri` | To exchange data with external Websocket servers using 
Async Http Client.
 
 | link:camel-amqp/src/main/docs/amqp-component.adoc[AMQP] (camel-amqp) +
-`amqp:destinationType:destinationName` | Messaging with AMQP protocol using 
Apache QPid Client.
+`amqp:destinationType:destinationName` | Messaging with AMQP protocol using 
Apache Qpid Client.
 
 | link:camel-flink/src/main/docs/flink-component.adoc[Apache Flink] 
(camel-flink) +
 `flink:endpointType` | The flink component can be used to send DataSet jobs to 
Apache Flink cluster.

http://git-wip-us.apache.org/repos/asf/camel/blob/17c3407f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index cc68ec2..8c9ee98 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -481,7 +481,6 @@
     <powermock-version>1.6.1</powermock-version>
     <protobuf-version>3.1.0</protobuf-version>
     <qpid-bundle-version>0.28_1</qpid-bundle-version>
-    <qpid-version>0.28</qpid-version>
     <qpid-proton-j-version>0.14.0</qpid-proton-j-version>
     <qpid-jms-client-version>0.11.0</qpid-jms-client-version>
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>

Reply via email to