<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>it.geosolutions.imageio-ext</groupId>
		<artifactId>imageio-ext-library</artifactId>
		<version>1.0.8</version>
	</parent>
	<groupId>it.geosolutions.imageio-ext</groupId>
	<artifactId>imageio-ext-customstreams</artifactId>
	<packaging>jar</packaging>
	<version>1.0.8</version>
	<name>Image I/O-Extensions - Custom Streams</name>
	<scm>
		<connection>
      scm:svn:https://imageio-ext.dev.java.net/svn/imageio-ext/trunk/library/customstreams
    </connection>
		<url>https://imageio-ext.dev.java.net/svn/imageio-ext/trunk/library/customstreams</url>
	</scm>
	<!--
		=====================================================================
	-->
	<!--
		Dependencies management.
	-->
	<!--
		=====================================================================
	-->
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>it.geosolutions.imageio-ext</groupId>
			<artifactId>imageio-ext-test-data</artifactId>
			<version>1.0.8</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>it.geosolutions.imageio-ext</groupId>
			<artifactId>imageio-ext-utilities</artifactId>
			<version>1.0.8</version>
		</dependency>		
	</dependencies>
</project>
