Index: trunk/quest-core-assertions-test/pom.xml
===================================================================
--- trunk/quest-core-assertions-test/pom.xml	(revision 548)
+++ trunk/quest-core-assertions-test/pom.xml	(revision 571)
@@ -34,14 +34,4 @@
         <scope>test</scope>
     </dependency>
-    <!-- <dependency>
-	  <groupId>junit-addons</groupId>
-	  <artifactId>junit-addons</artifactId>
-	  <version>1.4</version>
-    </dependency>
-    <dependency>
-	  <groupId>nl.jqno.equalsverifier</groupId>
-	  <artifactId>equalsverifier</artifactId>
-	  <version>1.1.3</version>
-    </dependency>-->
   </dependencies>
   <build>
@@ -99,42 +89,4 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.4</version>
-        <executions>
-          <execution>
-            <id>unpack</id>
-            <phase>process-classes</phase>
-            <goals>
-              <goal>unpack</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>de.ugoe.cs.quest</groupId>
-                  <artifactId>quest-core-assertions</artifactId>
-                  <version>0.0.1-SNAPSHOT</version>
-                  <outputDirectory>${project.build.directory}/classes</outputDirectory>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>emma-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
-        <inherited>true</inherited>          
-        <executions>
-          <execution>
-            <phase>process-classes</phase>
-            <goals>
-              <goal>emma</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <version>2.3.2</version>
