Author: snoopdave
Date: Sat Mar 20 20:30:48 2010
New Revision: 925676
URL: http://svn.apache.org/viewvc?rev=925676&view=rev
Log:
Shouldn't have removed dep on planet-business
Added:
roller/trunk/planet-web/src/main/webapp/WEB-INF/classes/
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=925676&r1=925675&r2=925676&view=diff
==============================================================================
--- roller/trunk/planet-web/pom.xml (original)
+++ roller/trunk/planet-web/pom.xml Sat Mar 20 20:30:48 2010
@@ -26,6 +26,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.roller</groupId>
+ <artifactId>planet-business</artifactId>
+ <version>5.0-BETA2-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
</dependency>