Added namespace support for Endpoint interceptors including TransactionInterceptor (INT-85).

This commit is contained in:
Mark Fisher
2008-07-01 13:59:02 +00:00
parent 908966d975
commit 486df85a68
11 changed files with 206 additions and 43 deletions

View File

@@ -23,6 +23,7 @@
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.4.A" conf="compile->runtime"/>
</dependencies>
</ivy-module>