[Edgent-443] undesired j7 api-topology-test-server jar
diff --git a/platforms/java7/api/topology/pom.xml b/platforms/java7/api/topology/pom.xml
index 9836f48..152275d 100644
--- a/platforms/java7/api/topology/pom.xml
+++ b/platforms/java7/api/topology/pom.xml
@@ -79,46 +79,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <!--
-              Make the default test-jar exclude the service descriptor
-              Or some tests would succeed where they should fail.
-          -->
-          <execution>
-            <id>default</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <exclude>META-INF/services/**</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-          <!--
-              Create a second test-jar that contains only the dummy
-              Server and the service descriptor for that. This is used
-              by other modules unit-tests.
-          -->
-          <execution>
-            <id>dummy-server-jar</id>
-            <phase>package</phase>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-            <configuration>
-              <classifier>test-server</classifier>
-              <includes>
-                <include>**/services/**</include>
-                <include>META-INF/services/**</include>
-              </includes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>