svn commit: r1027501 - /lenya/trunk/org.apache.lenya.core.impl/pom.xml

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

URL: http://svn.apache.org/viewvc?rev=1027501&view=rev
Log:
- add the dependency to core-utils

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

Modified: lenya/trunk/org.apache.lenya.core.impl/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.impl/pom.xml?rev=1027501&r1=1027500&r2=1027501&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.core.impl/pom.xml (original)
+++ lenya/trunk/org.apache.lenya.core.impl/pom.xml Tue Oct 26 12:25:16 2010
@@ -42,6 +42,10 @@
       <artifactId>lenya-core-repository</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-utils</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-sourceresolve</artifactId>
       <version>2.2.3</version>