This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new c5b3fcaf48 Adds Requirement for Configuration Admin (#290)
c5b3fcaf48 is described below

commit c5b3fcaf48a6a00453d96dafe57984faaa913856
Author: Jürgen Albert <j.alb...@data-in-motion.biz>
AuthorDate: Mon Jan 22 13:00:13 2024 +0100

    Adds Requirement for Configuration Admin (#290)
---
 configurator/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configurator/pom.xml b/configurator/pom.xml
index 85d2763f73..35afb087b3 100644
--- a/configurator/pom.xml
+++ b/configurator/pom.xml
@@ -74,6 +74,9 @@
                         <Provide-Capability>
                             
osgi.extender;osgi.extender="osgi.configurator";version:Version="1.0"
                         </Provide-Capability>
+                        <Require-Capability>
+                            
osgi.implementation;filter:='(&(osgi.implementation=osgi.cm)(version>=1.6.0)(!(version>=2.0.0)))'
+                        </Require-Capability>    
                     </instructions>
                 </configuration>
             </plugin>

Reply via email to