Author: davsclaus
Date: Wed May 28 21:46:17 2008
New Revision: 661209
URL: http://svn.apache.org/viewvc?rev=661209&view=rev
Log:
CAMEL-552: spring-aop is needed as runtime dependency
Modified:
activemq/camel/trunk/components/camel-spring/pom.xml
Modified: activemq/camel/trunk/components/camel-spring/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/pom.xml?rev=661209&r1=661208&r2=661209&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/pom.xml (original)
+++ activemq/camel/trunk/components/camel-spring/pom.xml Wed May 28 21:46:17
2008
@@ -70,6 +70,11 @@
<artifactId>spring-tx</artifactId>
<version>${spring-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-aop</artifactId>
+ <version>${spring-version}</version>
+ </dependency>
<!-- for testing -->
<dependency>
@@ -88,12 +93,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- <version>${spring-version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<scope>test</scope>