This is an automated email from the ASF dual-hosted git repository. csierra pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git
commit 2c2a4a1b6fe5b00b858f41e9ed1d0fe6205fda87 Author: Carlos Sierra <[email protected]> AuthorDate: Fri Dec 21 12:40:27 2018 +0100 Auto update bndrun --- integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun | 3 ++- integrations/jackson/jackson-itest/itest.bndrun | 3 ++- integrations/shiro/shiro-itest/itest.bndrun | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun b/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun index 8ec8be1..b416758 100644 --- a/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun +++ b/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun @@ -42,5 +42,6 @@ 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.apache.felix.http.api;version='[3.0.0,3.0.1)' -include: -personal.bnd diff --git a/integrations/jackson/jackson-itest/itest.bndrun b/integrations/jackson/jackson-itest/itest.bndrun index 5e847a9..5344f1e 100644 --- a/integrations/jackson/jackson-itest/itest.bndrun +++ b/integrations/jackson/jackson-itest/itest.bndrun @@ -63,5 +63,6 @@ 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.apache.felix.http.api;version='[3.0.0,3.0.1)' -include: -personal.bnd diff --git a/integrations/shiro/shiro-itest/itest.bndrun b/integrations/shiro/shiro-itest/itest.bndrun index 6868797..b8aa3ae 100644 --- a/integrations/shiro/shiro-itest/itest.bndrun +++ b/integrations/shiro/shiro-itest/itest.bndrun @@ -67,5 +67,7 @@ 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.apache.shiro.crypto.core;version='[1.4.0,1.4.1)',\ + org.osgi.service.http.whiteboard;version='[1.0.0,1.0.1)' -include: -personal.bnd
