Update pom to include the same webconsole version as the other camel components.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1125371 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-05-20 13:10:48 +00:00
parent 69579dcc6d
commit e560055b70
1 changed files with 45 additions and 45 deletions

View File

@ -430,7 +430,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-web</artifactId>
<version>2.4.0</version>
<version>${camel-version}</version>
<type>war</type>
</dependency>