Signal SseEventSourceFactory

Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/dce1ac03
Tree: 
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/dce1ac03
Diff: 
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/dce1ac03

Branch: refs/heads/master
Commit: dce1ac03c70c0dbfd1f3a4a0536c8884b9952fc8
Parents: 67a4cf1
Author: Carlos Sierra <csie...@apache.org>
Authored: Tue Mar 13 18:02:59 2018 +0100
Committer: Carlos Sierra <csie...@apache.org>
Committed: Tue Mar 13 18:16:32 2018 +0100

----------------------------------------------------------------------
 jax-rs.whiteboard/bnd.bnd | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/dce1ac03/jax-rs.whiteboard/bnd.bnd
----------------------------------------------------------------------
diff --git a/jax-rs.whiteboard/bnd.bnd b/jax-rs.whiteboard/bnd.bnd
index d4bd24d..9e19ffc 100644
--- a/jax-rs.whiteboard/bnd.bnd
+++ b/jax-rs.whiteboard/bnd.bnd
@@ -12,7 +12,10 @@ Provide-Capability: \
         
uses:="org.osgi.service.jaxrs.runtime,org.osgi.service.jaxrs.runtime.dto", \
     osgi.service; \
         objectClass:List<String>="javax.ws.rs.client.ClientBuilder"; \
-        uses:="javax.ws.rs.client,org.osgi.service.jaxrs.client"
+        uses:="javax.ws.rs.client,org.osgi.service.jaxrs.client",\
+       osgi.service; \
+               
objectClass:List<String>="org.osgi.service.jaxrs.client.SseEventSourceFactory"; 
\
+               uses:="javax.ws.rs.client,org.osgi.service.jaxrs.client"
     
 Require-Capability: \
     osgi.implementation; \

Reply via email to