add the core impl dependency

git-svn-id: https://svn.apache.org/repos/asf/lenya/trunk@1033119 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.lenya.core.workflow/pom.xml b/org.apache.lenya.core.workflow/pom.xml
index 850f3da..fc77174 100644
--- a/org.apache.lenya.core.workflow/pom.xml
+++ b/org.apache.lenya.core.workflow/pom.xml
@@ -34,6 +34,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.lenya</groupId>
+      <artifactId>lenya-core-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lenya</groupId>
       <artifactId>lenya-core-usecase</artifactId>
     </dependency>
     <dependency>
@@ -88,11 +92,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.lenya</groupId>
-      <artifactId>lenya-core-impl</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lenya</groupId>
       <artifactId>lenya-core-resourcetype</artifactId>
       <scope>runtime</scope>
     </dependency>