Author: rdonkin
Date: Fri Jul 1 14:56:19 2011
New Revision: 1141956
URL: http://svn.apache.org/viewvc?rev=1141956&view=rev
Log:
JAMES-1286 Dependencies in the parent pom which are scoped test are not
transitively loaded from the container-spring dependency.
Modified:
james/app/trunk/pom.xml
Modified: james/app/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1141956&r1=1141955&r2=1141956&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Fri Jul 1 14:56:19 2011
@@ -456,5 +456,15 @@ END Tanuki Software License ============
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
+ <artifactId>apache-james-mailbox-memory</artifactId>
+<!--
+The declared scope at the parent pom level is test.
+-->
+ <scope>runtime</scope>
+ </dependency>
+
+
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]