Skip to content

Commit 71a251c

Browse files
committed
DATACMNS-325 - Open up lower boundary of Slf4j to 1.6.4 in MANIFEST.MF.
This change was introduced to ease the upgrade of STS to recent Spring Data Commons versions, originally introduced to enable Spring 4 compatibility (see DATACMNS-324).
1 parent 99cfe93 commit 71a251c

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
@@ -27,7 +27,7 @@ Import-Template:
2727
org.springframework.web.*;version="${spring30:[=.=.=,+1.1.0)}";resolution:=optional,
2828
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
2929
org.joda.time.*;version="${jodatime:[=.=.=,+1.0.0)}";resolution:=optional,
30-
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",
30+
org.slf4j.*;version="[1.6.4,2.0.0)",
3131
javax.servlet.*;version="[2.5.0, 4.0.0)";resolution:=optional,
3232
org.w3c.dom.*;version="0"
3333
DynamicImport-Package: *

0 commit comments

Comments
 (0)