Skip to content

Commit 6b27590

Browse files
committed
SWS-705 - OSGi import of org.springframework.security.authentication seems to be the wrong version
1 parent 6cdff3e commit 6b27590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/template.mf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Import-Template:
1515
org.apache.ws.security.*;version="[1.5.8, 2.0.0)";resolution:=optional,
1616
org.apache.xml.security.*;version="[1.0.5.D2, 2.0.0)";resolution:=optional,
1717
org.springframework.beans.*;version=${spring.framework.osgi.range},
18-
org.springframework.context.*;version=${spring.framework.osgi.range},
18+
org.springframework.context.*;version=${spring.framework.osgi.range},
1919
org.springframework.core.*;version=${spring.framework.osgi.range},
2020
org.springframework.dao.*;version=${spring.framework.osgi.range},
21-
org.springframework.security.*;version="[2.0.0, 3.0.0)",
21+
org.springframework.security.*;version="[3.0.0, 4.0.0)",
2222
org.springframework.util.*;version=${spring.framework.osgi.range},
2323
org.springframework.ws.*;version=${osgi.range},
2424
org.w3c.dom.*;version="0"

0 commit comments

Comments
 (0)