+ marked expression package as optional for spring-context

This commit is contained in:
Costin Leau 2008-11-26 10:26:46 +00:00
parent 8ba93ae12c
commit cf1f6606f4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Import-Template:
org.springframework.aop.*;version="[3.0.0, 3.0.1)",
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
org.springframework.core.*;version="[3.0.0, 3.0.1)",
org.springframework.expression.*;version="[3.0.0, 3.0.1)",
org.springframework.expression.*;version="[3.0.0, 3.0.1)";resolution:=optional,
org.springframework.instrument.*;version="[3.0.0, 3.0.1)";resolution:=optional,
org.springframework.metadata.*;version="[3.0.0, 3.0.1)",
org.springframework.util.*;version="[3.0.0, 3.0.1)"