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.
This commit is contained in:
Mark Paluch
2016-10-05 09:24:45 +02:00
parent 382377df99
commit 0b9b1804ff

View File

@@ -23,7 +23,7 @@ Import-Template:
org.springframework.transaction.support.*;version="${spring:[=.=.=.=,+1.1.0)}",
org.springframework.expression.*;version="${spring:[=.=.=.=,+1.1.0)}",
org.springframework.data.*;version="0",
org.slf4j.*;version="[1.7.12, 1.7.12]",
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.w3c.dom.*;version="0",