SPR-7404: Added JsonMessageConverter, borrowing from Spring AMQP
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user