exclude reference to spring 3.0.0.M3 via camel-web jersey dependency

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@826645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-10-19 11:28:15 +00:00
parent d3ec081fc6
commit d50a3ca5ce
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@
<artifactId>camel-web</artifactId> <artifactId>camel-web</artifactId>
<classifier>classes</classifier> <classifier>classes</classifier>
<version>${camel-version}</version> <version>${camel-version}</version>
<exclusions>
<exclusion>
<artifactId>spring</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${pom.groupId}</groupId> <groupId>${pom.groupId}</groupId>