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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f61b80  [LOGGING-189] Fix Import-Package entry for org.slf4j. (#188)
0f61b80 is described below

commit 0f61b80588b088c37498e4d42a0c271d4dc7b052
Author: Václav Haisman <vhais...@gmail.com>
AuthorDate: Sun Mar 17 15:17:39 2024 +0100

    [LOGGING-189] Fix Import-Package entry for org.slf4j. (#188)
    
    * Fix Import-Package entry for org.slf4j.
    
    * Use same number of components in version range for org.slf4j.
    
    * Use versionmask macro to derive upper bound for SLF4J.
    
    * Update pom.xml
    
    Co-authored-by: Piotr P. Karwasz <pi...@github.copernik.eu>
    
    ---------
    
    Co-authored-by: Gary Gregory <garydgreg...@users.noreply.github.com>
    Co-authored-by: Piotr P. Karwasz <pi...@github.copernik.eu>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cba3934..8dc344b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -674,7 +674,7 @@ under the License.
       org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional,
       org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional,
       org.apache.logging.log4j;version="[2.0, 4.0)";resolution:=optional,
-      org.slf4j;version="1.7.0, 3.0";resolution:=optional
+      org.slf4j;version="[1.7, 3)";resolution:=optional
     </commons.osgi.import>
     
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>

Reply via email to