Author: jstrachan
Date: Fri Apr 25 06:10:58 2008
New Revision: 651598
URL: http://svn.apache.org/viewvc?rev=651598&view=rev
Log:
added a little comment to describe the activemq dependency as being a test only
dependency
Modified:
activemq/camel/trunk/pom.xml
Modified: activemq/camel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=651598&r1=651597&r2=651598&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Fri Apr 25 06:10:58 2008
@@ -34,6 +34,7 @@
</prerequisites>
<properties>
+ <!-- Note that this dependency is only used for testing! -->
<activemq-version>5.0.0</activemq-version>
<commons-io-version>1.3.1</commons-io-version>
<compiler.fork>false</compiler.fork>