version 1.6 of slf4j is compatible with 1.5

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2095 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2010-07-09 23:39:19 +00:00
parent b2342e4605
commit c018491a36
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</goals> </goals>
<configuration> <configuration>
<instructions> <instructions>
<Import-Package>org.slf4j;version="[1.5,1.6)";resolution:=optional,*</Import-Package> <Import-Package>org.slf4j;version="[1.5,1.7)";resolution:=optional,*</Import-Package>
</instructions> </instructions>
</configuration> </configuration>
</execution> </execution>