updated spring-library to include web.portlet in .libd and ivy files
This commit is contained in:
parent
4c7c30985f
commit
24e8dccd44
|
|
@ -31,6 +31,7 @@
|
|||
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.web" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.web.portlet" rev="latest.integration" conf="compile->compile"/>
|
||||
<dependency org="org.aopalliance" name="com.springsource.org.aopalliance" rev="1.0.0" conf="compile->compile"/>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,4 +16,5 @@ Import-Bundle:
|
|||
org.springframework.transaction;version="[@bundle.version@, @bundle.version@]",
|
||||
org.springframework.web;version="[@bundle.version@, @bundle.version@]",
|
||||
org.springframework.web.servlet;version="[@bundle.version@, @bundle.version@]",
|
||||
org.springframework.web.portlet;version="[@bundle.version@, @bundle.version@]",
|
||||
com.springsource.org.aopalliance;version="[1.0.0, 1.0.0]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue