Added missing bundle for client certificate auth.



git-svn-id: https://svn.apache.org/repos/asf/ace/trunk@1801763 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/run-relay/relay.bndrun b/run-relay/relay.bndrun
index ec65a10..19a257a 100644
--- a/run-relay/relay.bndrun
+++ b/run-relay/relay.bndrun
@@ -21,6 +21,7 @@
 	org.apache.ace.authentication.api;version=latest,\
 	org.apache.ace.authentication.impl;version=latest,\
 	org.apache.ace.authentication.processor.basicauth;version=latest,\
+	org.apache.ace.authentication.processor.clientcert;version=latest,\
 	org.apache.ace.authentication.processor.password;version=latest,\
 	org.apache.ace.configurator.impl;version=latest,\
 	org.apache.ace.connectionfactory;version=latest,\