OPEN - issue INT-632: MessagingAnnotationPostProcessor is chained too late to allow aspects to be added

http://jira.springframework.org/browse/INT-632

Ground work for testcase.
This commit is contained in:
Iwein Fuld
2009-06-08 12:18:59 +00:00
parent 6091ed0985
commit b94065f84f
4 changed files with 98 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.6.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6.A" conf="test->runtime"/>
<dependency org="org.mockito" name="com.springsource.org.mockito" rev="1.6.0" conf="test->runtime"/>
<dependency org="org.aspectj" name="com.springsource.org.aspectj.weaver" rev="1.6.3.RELEASE" conf="test->runtime"/>
</dependencies>
</ivy-module>