mirror of https://github.com/apache/activemq.git
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:
parent
84da202a7a
commit
8e33f646c6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue