Author: chirino
Date: Mon Sep 10 13:44:44 2007
New Revision: 574368
URL: http://svn.apache.org/viewvc?rev=574368&view=rev
Log:
Make activemq-web compile.. needed an explict dependency on spring-webmvc
Modified:
activemq/trunk/activemq-web/pom.xml
Modified: activemq/trunk/activemq-web/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-web/pom.xml?rev=574368&r1=574367&r2=574368&view=diff
==============================================================================
--- activemq/trunk/activemq-web/pom.xml (original)
+++ activemq/trunk/activemq-web/pom.xml Mon Sep 10 13:44:44 2007
@@ -85,6 +85,13 @@
<dependency>
<groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <version>${spring-version}</version>
+ <optional>false</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring-version}</version>
<optional>false</optional>