Make the dep on spring plugin optional (so the objectFactory is not set to "spring")

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@802891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-08-10 18:44:53 +00:00
parent 60fdb065c5
commit d04a467f58
+1
View File
@@ -66,6 +66,7 @@
<groupId>org.apache.struts</groupId>
<artifactId>struts2-spring-plugin</artifactId>
<version>${pom.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>