Repository: aries-jax-rs-whiteboard Updated Branches: refs/heads/master 80aec383a -> 006c69efc
Automatic bnd updates 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/006c69ef Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/006c69ef Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/006c69ef Branch: refs/heads/master Commit: 006c69efc17dd551b692968ecc59b2e8423d3318 Parents: 9e8dc5d Author: Carlos Sierra <[email protected]> Authored: Wed Jul 19 13:13:57 2017 +0200 Committer: Carlos Sierra <[email protected]> Committed: Wed Jul 19 13:36:46 2017 +0200 ---------------------------------------------------------------------- jax-rs.example/example.bndrun | 3 ++- jax-rs.itests/itest.bndrun | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/006c69ef/jax-rs.example/example.bndrun ---------------------------------------------------------------------- diff --git a/jax-rs.example/example.bndrun b/jax-rs.example/example.bndrun index 18178e0..af22a5c 100644 --- a/jax-rs.example/example.bndrun +++ b/jax-rs.example/example.bndrun @@ -46,4 +46,5 @@ org.osgi.service.jaxrs;version='[1.0.0,1.0.1)',\ org.osgi.util.function;version='[1.1.0,1.1.1)',\ org.osgi.util.promise;version='[1.1.0,1.1.1)',\ - slf4j.api;version='[1.7.25,1.7.26)' + slf4j.api;version='[1.7.25,1.7.26)',\ + org.osgi.service.http.whiteboard;version='[1.0.0,1.0.1)' http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/006c69ef/jax-rs.itests/itest.bndrun ---------------------------------------------------------------------- diff --git a/jax-rs.itests/itest.bndrun b/jax-rs.itests/itest.bndrun index 5d5106b..f87d845 100644 --- a/jax-rs.itests/itest.bndrun +++ b/jax-rs.itests/itest.bndrun @@ -41,6 +41,8 @@ org.osgi.util.promise;version='[1.1.0,1.1.1)',\ osgi.enroute.hamcrest.wrapper;version='[1.3.0,1.3.1)',\ osgi.enroute.junit.wrapper;version='[4.12.0,4.12.1)',\ - slf4j.api;version='[1.7.25,1.7.26)' + slf4j.api;version='[1.7.25,1.7.26)',\ + org.osgi.service.http;version='[1.2.1,1.2.2)',\ + org.osgi.service.http.whiteboard;version='[1.0.0,1.0.1)' #-runvm: "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
