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:
parent
b2342e4605
commit
c018491a36
|
@ -25,7 +25,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<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>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in New Issue