From 0b9b1804ff1c02b705d4203cfae02ff7b054c068 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 5 Oct 2016 09:24:45 +0200 Subject: [PATCH] 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. --- template.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.mf b/template.mf index d74b88be3..9983894a6 100644 --- a/template.mf +++ b/template.mf @@ -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",