mirror of https://github.com/apache/activemq.git
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:
parent
d3ec081fc6
commit
d50a3ca5ce
|
@ -88,6 +88,12 @@
|
|||
<artifactId>camel-web</artifactId>
|
||||
<classifier>classes</classifier>
|
||||
<version>${camel-version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>spring</artifactId>
|
||||
<groupId>org.springframework</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
|
|
Loading…
Reference in New Issue