Added more details to exception messages in OperationInvokingHandler as well as javadoc, few more tests, added entries to ivy and .classpath

This commit is contained in:
Oleg Zhurakousky
2010-02-08 20:55:23 +00:00
parent a07ed6b81d
commit 0c82b8b5cb
4 changed files with 57 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
<dependencies>
<dependency org="org.junit" name="com.springsource.org.junit" rev="${junit.version}" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="${spring.version}" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
</dependencies>