Author: gnodet
Date: Wed Dec 27 07:52:10 2006
New Revision: 490521
URL: http://svn.apache.org/viewvc?view=rev&rev=490521
Log:
Add spring-aop and ensure the right jetty plugin is used in
servicemix-web-console
Modified:
incubator/servicemix/trunk/web/servicemix-web-console/pom.xml
Modified: incubator/servicemix/trunk/web/servicemix-web-console/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/web/servicemix-web-console/pom.xml?view=diff&rev=490521&r1=490520&r2=490521
==============================================================================
--- incubator/servicemix/trunk/web/servicemix-web-console/pom.xml (original)
+++ incubator/servicemix/trunk/web/servicemix-web-console/pom.xml Wed Dec 27
07:52:10 2006
@@ -152,6 +152,11 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-aop</artifactId>
+ <version>${spring-version}</version>
+ </dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
@@ -214,6 +219,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
+ <version>${jetty-version}</version>
<configuration>
<connectors>
<connector
implementation="org.mortbay.jetty.nio.SelectChannelConnector">