Skip to content

Commit 0b9b180

Browse files
committed
DATAREDIS-558 - Use version range for SLF4J in OSGi manifest template.
Use version range to not lock SLF4J to a particular patch version. The range spans from the current version to the next major version.
1 parent 382377d commit 0b9b180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Import-Template:
2323
org.springframework.transaction.support.*;version="${spring:[=.=.=.=,+1.1.0)}",
2424
org.springframework.expression.*;version="${spring:[=.=.=.=,+1.1.0)}",
2525
org.springframework.data.*;version="0",
26-
org.slf4j.*;version="[1.7.12, 1.7.12]",
26+
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",
2727
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
2828
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
2929
org.w3c.dom.*;version="0",

0 commit comments

Comments
 (0)