SPR-7404: Added JsonMessageConverter, borrowing from Spring AMQP

This commit is contained in:
David Syer
2011-12-09 11:03:40 +00:00
parent 3beef9a92e
commit 7ec9292e54
6 changed files with 747 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
<conf name="commons-pool" extends="runtime" description="JARs needed to run with Commons Pool"/>
<conf name="jca" extends="runtime" description="JARs needed to develop JCA beans"/>
<conf name="oxm" extends="runtime" description="JARs needed to use the MarshallingMessageConverter"/>
<conf name="jackson" extends="runtime" description="JARs needed to use the Jackson JSON View"/>
</configurations>
<publications>
@@ -35,6 +36,8 @@
conf="optional, commons-pool->compile"/>
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.5.1" conf="test->compile"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="${junit.version}" conf="test->compile"/>
<dependency org="org.codehaus.jackson" name="com.springsource.org.codehaus.jackson.mapper" rev="1.4.2"
conf="optional, jackson->compile"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="latest.integration"
conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration"