updated manifest template to add model package import
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1660 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
a0e2b6b13b
commit
71932f7503
|
|
@ -28,6 +28,7 @@ Import-Template:
|
|||
org.springframework.context.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.http.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.model.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.oxm.*;version="[3.0.0, 3.0.1)";resolution:=optional,
|
||||
org.springframework.stereotype;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.ui.*;version="[3.0.0, 3.0.1)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue