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

dklco pushed a commit to branch SLING-12035
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-maintenance.git

commit cbd1cdc3a67128304d834858de9a41a0c2af3ced
Author: Dan Klco <k...@adobe.com>
AuthorDate: Mon Sep 25 14:36:29 2023 -0400

    SLING-12035: Using a permissive version range for 
org.apache.jackrabbit.oak.commons.jmx to enable update to latest Oak version
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9d3d957..62ac557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,19 @@
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>bnd-process</id>
+                        <goals>
+                            <goal>bnd-process</goal>
+                        </goals>
+                        <configuration>
+                            <bnd>
+                                Import-Package: 
org.apache.jackrabbit.oak.commons.jmx;version="[0.0,3)",*
+                            </bnd>
+                        </configuration>
+                    </execution>
+                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to