Remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1373855 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java b/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java
index 8712ded..f27bd20 100644
--- a/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java
+++ b/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java
@@ -24,14 +24,10 @@
 import junit.framework.TestCase;

 

 import org.apache.tuscany.sca.common.xml.dom.DOMHelper;

-import org.apache.tuscany.sca.core.ExtensionPointRegistry;

-import org.apache.tuscany.sca.impl.NodeImpl;

 import org.apache.tuscany.sca.runtime.DOMInvoker;

 import org.junit.Test;

 import org.xml.sax.SAXException;

 

-import sample.Helloworld;

-

 /**

  * Shows programatically creating a contribution, composite and component, starting the composite and

  * then test invoking the components service.