Removed mockito-all which was not used but caused the tests to fail.

git-svn-id: https://svn.apache.org/repos/asf/ace/trunk@1684035 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.ace.agent.controller.itest/bnd.bnd b/org.apache.ace.agent.controller.itest/bnd.bnd
index bde4694..b9e380f 100644
--- a/org.apache.ace.agent.controller.itest/bnd.bnd
+++ b/org.apache.ace.agent.controller.itest/bnd.bnd
@@ -1,7 +1,6 @@
 Test-Cases: org.apache.ace.agent.itest.CustomAgentControllerTest,\
 	org.apache.ace.agent.itest.CustomStandaloneAgentControllerTest
 -runbundles: \
-	org.mockito.mockito-all,\
 	org.apache.ace.test;version=latest,\
 	org.apache.ace.builder;version=latest,\
 	org.apache.felix.configadmin,\
@@ -38,8 +37,7 @@
 	org.apache.felix.dependencymanager,\
 	org.apache.felix.http.jetty,\
 	biz.aQute.bnd,\
-	junit.osgi,\
-	org.mockito.mockito-all	
+	junit.osgi
 -runsystempackages: sun.reflect
 -runproperties: \
 	org.apache.felix.eventadmin.Timeout=0,\