<!--
	Ivy
	
	Copyright 2023-2025 MicroEJ Corp.
	Use of this source code is governed by a BSD-style license that can be found with this software.
-->
<ivy-module version="2.0" xmlns:ea="http://www.easyant.org" xmlns:ej="https://developer.microej.com" ej:version="2.0.0">
	<info organisation="com.microej.pack.external-resource" module="external-resource-testsuite" status="integration" revision="2.0.0">
		<ea:build organisation="com.is2t.easyant.buildtypes" module="build-microej-javaimpl" microej.lib.name="ext-res-testsuite-1.0" rip.printableName="ext-res-testsuite Impl" revision="5.2.+">
			<ea:property name="skip.test" value="set"/>
			<ea:property name="target.main.classes" value="${basedir}/target~/test/classes"/>
			<ea:property name="addon-processor.src.test.java.path.ref.name" value="src.java.path"/>
			<ea:property name="addon-processor.srctestjava.dir" value="${basedir}/src/main/java"/>
		</ea:build>
	</info>
	<configurations defaultconfmapping="default->default;provided->provided">
		<conf name="default" visibility="public" description="Runtime dependencies to other artifacts"/>
		<conf name="provided" visibility="public" description="Compile-time dependencies to APIs provided by the platform"/>
		<conf name="platform" visibility="private" description="Build-time dependency, specify the platform to use"/>
		<conf name="documentation" visibility="public" description="Documentation related to the artifact (javadoc, PDF)"/>
		<conf name="source" visibility="public" description="Source code"/>
		<conf name="dist" visibility="public" description="Contains extra files such as README.md, licenses"/>
		<conf name="test" visibility="private" description="Dependencies for test execution. It is not required for normal use of the application, and is only available for the test compilation and execution phases."/>
	</configurations>
	
	<publications>
		<!-- keep this empty if no specific artifact to publish -->
	</publications>
	
	<dependencies>
		<!--
			Put MicroEJ API dependencies and other dependencies here.
		-->
		<dependency org="ej.api" name="edc" rev="1.3.3" conf="provided"/>
		<dependency org="ej.api" name="bon" rev="1.4.0" conf="provided"/>
		<dependency org="ej.api" name="sni" rev="1.4.0" conf="provided"/>
		<dependency org="ej.library.eclasspath" name="logging" rev="1.2.1"/>
		<dependency org="com.microej" name="external-resource-writer" rev="1.0.0" />

		<dependency org="ej.library.test" name="junit" rev="1.7.1" conf="default;test->*"/>
	</dependencies>
</ivy-module>
