mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-753: Changed Spring version range in felix plugin to [2.0,2.6) to allow use with minor 2.5 versions.
This commit is contained in:
parent
92ad1ecf81
commit
6d1932da33
@ -74,7 +74,7 @@
|
|||||||
<Implementation-Title>${pom.name}</Implementation-Title>
|
<Implementation-Title>${pom.name}</Implementation-Title>
|
||||||
<Implementation-Version>${pom.version}</Implementation-Version>
|
<Implementation-Version>${pom.version}</Implementation-Version>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
org.springframework*;resolution:=optional;version="[2.0,2.5]",
|
org.springframework*;resolution:=optional;version="[2.0,2.6)",
|
||||||
*;resolution:=optional
|
*;resolution:=optional
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
<Implementation-Title>${pom.name}</Implementation-Title>
|
<Implementation-Title>${pom.name}</Implementation-Title>
|
||||||
<Implementation-Version>${pom.version}</Implementation-Version>
|
<Implementation-Version>${pom.version}</Implementation-Version>
|
||||||
<Import-Package>
|
<Import-Package>
|
||||||
org.springframework*;resolution:=optional;version="[2.0,2.5]",
|
org.springframework*;resolution:=optional;version="[2.0,2.6)",
|
||||||
*;resolution:=optional
|
*;resolution:=optional
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user