SPR-5616: updated spring-library to include asm and oxm bundles in .libd and ivy files
This commit is contained in:
parent
ce24868209
commit
826c733c9e
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency org="org.springframework" name="org.springframework.aop" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.aop" rev="latest.integration" conf="compile->compile"/>
|
||||||
|
<dependency org="org.springframework" name="org.springframework.asm" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="compile->compile"/>
|
||||||
|
|
@ -26,6 +27,7 @@
|
||||||
<dependency org="org.springframework" name="org.springframework.jdbc" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.jdbc" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.jms" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.jms" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="compile->compile"/>
|
<dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="compile->compile"/>
|
||||||
|
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration" conf="compile->compile"/>
|
||||||
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="compile->compile"/>
|
<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" 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.servlet" rev="latest.integration" conf="compile->compile"/>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ Library-Version: @bundle.version@
|
||||||
Library-Name: Spring Framework
|
Library-Name: Spring Framework
|
||||||
Import-Bundle:
|
Import-Bundle:
|
||||||
org.springframework.aop;version="[@bundle.version@, @bundle.version@]",
|
org.springframework.aop;version="[@bundle.version@, @bundle.version@]",
|
||||||
|
org.springframework.asm;version="[@bundle.version@, @bundle.version@]",
|
||||||
org.springframework.aspects;version="[@bundle.version@, @bundle.version@]";import-scope:=application,
|
org.springframework.aspects;version="[@bundle.version@, @bundle.version@]";import-scope:=application,
|
||||||
org.springframework.beans;version="[@bundle.version@, @bundle.version@]",
|
org.springframework.beans;version="[@bundle.version@, @bundle.version@]",
|
||||||
org.springframework.context;version="[@bundle.version@, @bundle.version@]",
|
org.springframework.context;version="[@bundle.version@, @bundle.version@]",
|
||||||
|
|
@ -11,6 +12,7 @@ Import-Bundle:
|
||||||
org.springframework.jdbc;version="[@bundle.version@, @bundle.version@]",
|
org.springframework.jdbc;version="[@bundle.version@, @bundle.version@]",
|
||||||
org.springframework.jms;version="[@bundle.version@, @bundle.version@]",
|
org.springframework.jms;version="[@bundle.version@, @bundle.version@]",
|
||||||
org.springframework.orm;version="[@bundle.version@, @bundle.version@]",
|
org.springframework.orm;version="[@bundle.version@, @bundle.version@]",
|
||||||
|
org.springframework.oxm;version="[@bundle.version@, @bundle.version@]",
|
||||||
org.springframework.transaction;version="[@bundle.version@, @bundle.version@]",
|
org.springframework.transaction;version="[@bundle.version@, @bundle.version@]",
|
||||||
org.springframework.web;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.servlet;version="[@bundle.version@, @bundle.version@]",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue