Make activemq-web compile.. needed an explict dependency on spring-webmvc

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@574368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-09-10 20:44:44 +00:00
parent 84da202a7a
commit 8e33f646c6
1 changed files with 7 additions and 0 deletions

View File

@ -83,6 +83,13 @@
<artifactId>xbean-spring</artifactId>
</dependency>
<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>