<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://www.riotfamily.org/ivy/ivy-doc.xsl"?>
<ivy-module version="1.3">
    <info 
        organisation="json" 
        module="json-lib" 
        revision="2.0" 
        status="release">

        <license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
    	<ivyauthor name="neteye" url="http://neteye.de" />

		<description homepage="http://json-lib.sourceforge.net">
			JSON-lib is a java library for transforming beans, maps and XML to JSON and back again to beans and DynaBeans.
		</description>
    </info>
	<configurations>
    	<conf name="default" />
        <conf name="xml" extends="default" />
        <conf name="jdk15" />
        <conf name="jdk15-xml" extends="jdk15" />
		
	</configurations>
    <publications>
        <artifact name="json-lib" conf="default" />
        <artifact name="json-lib-jdk15" conf="jdk15" />
    </publications>
	<dependencies>
	    <dependency org="apache" name="commons-logging" rev="1.0.4" conf="*->default" />
		<dependency org="apache" name="commons-lang" rev="2.3" conf="*->default" />
		<dependency org="apache" name="commons-beanutils" rev="1.7.0" conf="*->default" />
		<dependency org="ezmorph" name="ezmorph" rev="1.0.1" conf="*->default" />
		<dependency org="xom" name="xom" rev="1.1" conf="xml,jdk15-xml->default" />
	</dependencies>
</ivy-module>
