You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ca...@apache.org on 2012/03/19 17:41:05 UTC

svn commit: r1302534 - /incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml

Author: carlucci
Date: Mon Mar 19 16:41:05 2012
New Revision: 1302534

URL: http://svn.apache.org/viewvc?rev=1302534&view=rev
Log:
RAVE-515: rave-vanilla-extension project not starting up

Modified:
    incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml

Modified: incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml?rev=1302534&r1=1302533&r2=1302534&view=diff
==============================================================================
--- incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml (original)
+++ incubator/rave/sandbox/rave-extensions/rave-vanilla-extension/rave-vanilla-extension-portal/pom.xml Mon Mar 19 16:41:05 2012
@@ -45,6 +45,21 @@ override on command line with -Dcargo.de
       <cargo.args />
   </properties>
 
+    <dependencyManagement>
+        <dependencies>
+            <!--
+                spring-security-web 3.1.0.RELEASE has dependencies on some spring 3.0.6.RELEASE jars,
+                one of which is spring-aop.  This causes some initialization issues so ensure that the spring-aop
+                version used is 3.1.0.RELEASE
+            -->
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-aop</artifactId>
+                <version>${org.springframework.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
   <dependencies>
 
     <!-- servlet-api, jsp-api and el-api api must be scope provided -->