Skip to content

Commit

Permalink
[LOGGING-189] Fix Import-Package entry for org.slf4j. (#188)
Browse files Browse the repository at this point in the history
* 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 <piotr@github.copernik.eu>

---------

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
Co-authored-by: Piotr P. Karwasz <piotr@github.copernik.eu>
  • Loading branch information
3 people committed Mar 17, 2024
1 parent 8967fcf commit 0f61b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0f61b80

Please sign in to comment.