Skip to content

Commit efe1e64

Browse files
committed
fixed aspects bundle to declare dependencies for @async aspect as well (SPR-7702)
1 parent 3fe2d03 commit efe1e64

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed
Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
Bundle-SymbolicName: org.springframework.aspects
2-
Bundle-Name: Spring Aspects
3-
Bundle-Vendor: SpringSource
4-
Bundle-ManifestVersion: 2
5-
Import-Template:
6-
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
7-
org.aspectj.*;version=${aj.osgi.range};resolution:=optional,
8-
org.springframework.beans.*;version=${spring.osgi.range},
9-
org.springframework.cache.*;version=${spring.osgi.range};resolution:=optional,
10-
org.springframework.transaction.*;version=${spring.osgi.range};resolution:=optional,
11-
org.springframework.core.task.*;version=${spring.osgi.range};resolution:=optional,
12-
org.springframework.orm.jpa.*;version=${spring.osgi.range};resolution:=optional,
13-
org.springframework.dao.*;version=${spring.osgi.range};resolution:=optional
14-
Ignored-Existing-Headers:
15-
Bnd-LastModified,
16-
Import-Package,
17-
Tool
1+
Bundle-SymbolicName: org.springframework.aspects
2+
Bundle-Name: Spring Aspects
3+
Bundle-Vendor: SpringSource
4+
Bundle-ManifestVersion: 2
5+
Import-Template:
6+
javax.persistence;version="[1.0.0,3.0.0)";resolution:=optional,
7+
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
8+
org.aspectj.*;version=${aj.osgi.range};resolution:=optional,
9+
org.springframework.beans.*;version=${spring.osgi.range},
10+
org.springframework.cache.*;version=${spring.osgi.range};resolution:=optional,
11+
org.springframework.core.*;version=${spring.osgi.range},
12+
org.springframework.dao.*;version=${spring.osgi.range};resolution:=optional,
13+
org.springframework.orm.*;version=${spring.osgi.range};resolution:=optional,
14+
org.springframework.scheduling.*;version=${spring.osgi.range};resolution:=optional,
15+
org.springframework.transaction.*;version=${spring.osgi.range};resolution:=optional
16+
Ignored-Existing-Headers:
17+
Bnd-LastModified,
18+
Import-Package,
19+
Tool

0 commit comments

Comments
 (0)