Index: trunk/quest-runner/pom.xml
===================================================================
--- trunk/quest-runner/pom.xml	(revision 672)
+++ trunk/quest-runner/pom.xml	(revision 673)
@@ -57,4 +57,9 @@
       <artifactId>quest-plugin-php</artifactId>
       <version>0.0.1-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.17</version>
     </dependency>
   </dependencies>
@@ -133,23 +138,4 @@
         <executions>
           <execution>
-            <id>get-ui-core-config</id>
-            <phase>process-classes</phase>
-            <goals>
-              <goal>unpack</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>de.ugoe.cs.quest</groupId>
-                  <artifactId>quest-ui-core</artifactId>
-                  <version>0.0.1-SNAPSHOT</version>
-                  <classifier>config</classifier>
-                  <type>zip</type>
-                  <outputDirectory>${project.build.directory}/data</outputDirectory>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>
-          <execution>
             <id>get-jfc-plugin-config</id>
             <phase>process-classes</phase>
