You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by an...@apache.org on 2011/01/26 21:00:11 UTC

svn commit: r1063857 - /incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/http/ServletConfiguratorIntegrationTest.java

Author: angelos
Date: Wed Jan 26 20:00:11 2011
New Revision: 1063857

URL: http://svn.apache.org/viewvc?rev=1063857&view=rev
Log:
ACE-79 Removed some unused dependencies.

Modified:
    incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/http/ServletConfiguratorIntegrationTest.java

Modified: incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/http/ServletConfiguratorIntegrationTest.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/http/ServletConfiguratorIntegrationTest.java?rev=1063857&r1=1063856&r2=1063857&view=diff
==============================================================================
--- incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/http/ServletConfiguratorIntegrationTest.java (original)
+++ incubator/ace/trunk/ace-integrationtests/src/test/java/org/apache/ace/it/http/ServletConfiguratorIntegrationTest.java Wed Jan 26 20:00:11 2011
@@ -77,19 +77,6 @@ public class ServletConfiguratorIntegrat
             .setInterface(HttpService.class.getName(), null);
     }
 
-    protected Component[] getDependencies() {
-        return new Component[] {
-            createComponent()
-                .setImplementation(ServletConfiguratorIntegrationTest.class)
-                .add(createServiceDependency()
-                    .setService(HttpService.class)
-                    .setRequired(true))
-                .add(createServiceDependency()
-                    .setService(LogService.class)
-                    .setRequired(false))
-            };
-    }           
-
     // the echo servlet
     private HttpServlet m_echoServlet;
     // echo servlet service-reference