Author: akarpe
Date: Tue Jul 5 20:20:07 2011
New Revision: 1143191
URL: http://svn.apache.org/viewvc?rev=1143191&view=rev
Log:
Modified the qpid-version in the parent pom to the latest version of qpid (0.10). Also commented
out the qpid-broker version used by Unit Test which is not publicly advertised by the Qpid
community.
Modified:
camel/trunk/components/camel-amqp/pom.xml
camel/trunk/parent/pom.xml
Modified: camel/trunk/components/camel-amqp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-amqp/pom.xml?rev=1143191&r1=1143190&r2=1143191&view=diff
==============================================================================
--- camel/trunk/components/camel-amqp/pom.xml (original)
+++ camel/trunk/components/camel-amqp/pom.xml Tue Jul 5 20:20:07 2011
@@ -83,12 +83,12 @@
<artifactId>camel-test</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker</artifactId>
<version>${qpid-version}</version>
<scope>test</scope>
- </dependency>
+ </dependency-->
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1143191&r1=1143190&r2=1143191&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Jul 5 20:20:07 2011
@@ -124,7 +124,7 @@
<pax-tiny-bundle-version>1.2.0</pax-tiny-bundle-version>
<pax-logging-version>1.5.3</pax-logging-version>
<protobuf-version>2.3.0</protobuf-version>
- <qpid-version>0.5.0</qpid-version>
+ <qpid-version>0.10</qpid-version>
<quartz-version>1.8.4</quartz-version>
<quickfix-version>1.5.0</quickfix-version>
<restlet-version>2.0.5</restlet-version>
|