DATACMNS-788 - template.mf now uses placeholder for Slf4j.

This commit is contained in:
Oliver Gierke
2015-11-23 13:27:48 +01:00
parent 3ed2f44e60
commit b400bacc0a

View File

@@ -31,7 +31,7 @@ Import-Template:
org.springframework.web.*;version="${spring:[=.=.=,+1.1.0)}";resolution:=optional,
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
org.joda.time.*;version="${jodatime:[=.=.=,+1.0.0)}";resolution:=optional,
org.slf4j.*;version="[1.6.0,2.0.0)",
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",
org.threeten.bp.*;version="${threetenbp:[=.=.=,+1.0.0)}";resolution:=optional,
javax.servlet.*;version="[2.5.0, 4.0.0)";resolution:=optional,
org.w3c.dom.*;version="0"