- add the dependency to core-utils

git-svn-id: https://svn.apache.org/repos/asf/lenya/trunk@1027501 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.lenya.core.impl/pom.xml b/org.apache.lenya.core.impl/pom.xml
index dfa47dc..787ac5c 100644
--- a/org.apache.lenya.core.impl/pom.xml
+++ b/org.apache.lenya.core.impl/pom.xml
@@ -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>