Author: gmazza
Date: Sun Mar 31 12:19:37 2013
New Revision: 1462935
URL: http://svn.apache.org/r1462935
Log:
Added struts2-spring-plugin dependency to planet-web pom.
Modified:
roller/trunk/planet-web/pom.xml
Modified: roller/trunk/planet-web/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/planet-web/pom.xml?rev=1462935&r1=1462934&r2=1462935&view=diff
==============================================================================
--- roller/trunk/planet-web/pom.xml (original)
+++ roller/trunk/planet-web/pom.xml Sun Mar 31 12:19:37 2013
@@ -38,6 +38,25 @@
<dependency>
<groupId>org.apache.struts</groupId>
+ <artifactId>struts2-spring-plugin</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.struts</groupId>
<artifactId>struts2-tiles-plugin</artifactId>
<exclusions>
<exclusion>