This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push: new bb9f5dc [CAMEL-16010] Extend pax-logging import range in camel-paxlogging bb9f5dc is described below commit bb9f5dc1c8706954468f831563acd95618165a4a Author: jbonofre <jbono...@apache.org> AuthorDate: Sat Jan 9 16:10:58 2021 +0100 [CAMEL-16010] Extend pax-logging import range in camel-paxlogging --- components/camel-paxlogging/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-paxlogging/pom.xml b/components/camel-paxlogging/pom.xml index 9a491eb..c7a6fe2 100644 --- a/components/camel-paxlogging/pom.xml +++ b/components/camel-paxlogging/pom.xml @@ -32,6 +32,10 @@ <description>Camel OSGi Pax Logging support</description> <properties> + <camel.osgi.import> + org.ops4j.pax.logging*;version="[1,3)", + * + </camel.osgi.import> </properties> <dependencies>