Skip to content

Commit 826c733

Browse files
committed
SPR-5616: updated spring-library to include asm and oxm bundles in .libd and ivy files
1 parent ce24868 commit 826c733

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

org.springframework.spring-library/ivy.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@
1919

2020
<dependencies>
2121
<dependency org="org.springframework" name="org.springframework.aop" rev="latest.integration" conf="compile->compile"/>
22+
<dependency org="org.springframework" name="org.springframework.asm" rev="latest.integration" conf="compile->compile"/>
2223
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration" conf="compile->compile"/>
2324
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="compile->compile"/>
2425
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="compile->compile"/>
2526
<dependency org="org.springframework" name="org.springframework.core" rev="latest.integration" conf="compile->compile"/>
2627
<dependency org="org.springframework" name="org.springframework.jdbc" rev="latest.integration" conf="compile->compile"/>
2728
<dependency org="org.springframework" name="org.springframework.jms" rev="latest.integration" conf="compile->compile"/>
2829
<dependency org="org.springframework" name="org.springframework.orm" rev="latest.integration" conf="compile->compile"/>
30+
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration" conf="compile->compile"/>
2931
<dependency org="org.springframework" name="org.springframework.transaction" rev="latest.integration" conf="compile->compile"/>
3032
<dependency org="org.springframework" name="org.springframework.web" rev="latest.integration" conf="compile->compile"/>
3133
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="latest.integration" conf="compile->compile"/>

org.springframework.spring-library/org.springframework.spring-library.libd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Library-Version: @bundle.version@
33
Library-Name: Spring Framework
44
Import-Bundle:
55
org.springframework.aop;version="[@bundle.version@, @bundle.version@]",
6+
org.springframework.asm;version="[@bundle.version@, @bundle.version@]",
67
org.springframework.aspects;version="[@bundle.version@, @bundle.version@]";import-scope:=application,
78
org.springframework.beans;version="[@bundle.version@, @bundle.version@]",
89
org.springframework.context;version="[@bundle.version@, @bundle.version@]",
@@ -11,6 +12,7 @@ Import-Bundle:
1112
org.springframework.jdbc;version="[@bundle.version@, @bundle.version@]",
1213
org.springframework.jms;version="[@bundle.version@, @bundle.version@]",
1314
org.springframework.orm;version="[@bundle.version@, @bundle.version@]",
15+
org.springframework.oxm;version="[@bundle.version@, @bundle.version@]",
1416
org.springframework.transaction;version="[@bundle.version@, @bundle.version@]",
1517
org.springframework.web;version="[@bundle.version@, @bundle.version@]",
1618
org.springframework.web.servlet;version="[@bundle.version@, @bundle.version@]",

0 commit comments

Comments
 (0)