svn commit: r1027494 - /lenya/trunk/org.apache.lenya.core.usecase/pom.xml

[email protected] Tue, 26 Oct 2010 12:11:48 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Tue Oct 26 12:11:48 2010
New Revision: 1027494

URL: http://svn.apache.org/viewvc?rev=1027494&view=rev
Log:
Add a dependency to core-utils

Modified:
    lenya/trunk/org.apache.lenya.core.usecase/pom.xml

Modified: lenya/trunk/org.apache.lenya.core.usecase/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.usecase/pom.xml?rev=1027494&r1=1027493&r2=1027494&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.core.usecase/pom.xml (original)
+++ lenya/trunk/org.apache.lenya.core.usecase/pom.xml Tue Oct 26 12:11:48 2010
@@ -79,6 +79,10 @@
       <groupId>org.apache.lenya</groupId>
       <artifactId>lenya-core-cache</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-utils</artifactId>
+    </dependency>
     
     <!-- Tests -->
     <dependency>