<?xml version="1.0" encoding="ISO-8859-1"?>

<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>

  <!-- ==================================================== -->
  <!--     Module description                               -->
  <!-- ==================================================== -->
  <parent>
    <groupId>it.geosolutions.imageio-ext</groupId>
    <artifactId>imageio-ext-library</artifactId>
    <version>1.2-M102011</version>
  </parent>

  <groupId>it.geosolutions.imageio-ext</groupId>
  <artifactId>imageio-ext-jgrib1</artifactId>
  <version>1.2-M102011</version>
  <packaging>jar</packaging>
  <name>Image I/O-Extensions - Java GriB1 access library</name>
  <description>
    JGriB1 Java library is the reference library for reading and writing grib files edition 1 with the Java
    programming language.
    
    The library is extensible since it is configured using the abstract factory pattern (thanks to the GeoTools project),
    new parameters tables can be added dynamically (that means WITHOUT rebuilding the lib) as well as new grid data sections.
    
    Last but not least the license is friendly since we chose to stay LGPL
    
  </description>





  <!-- ==================================================== -->
  <!--     Dependencies                                     -->
  <!-- ==================================================== -->
  <dependencies>
	<dependency>
		<groupId>it.geosolutions.imageio-ext</groupId>
		<artifactId>imageio-ext-streams</artifactId>
		<version>${project.version}</version>
	</dependency>	
	<dependency>
		<groupId>it.geosolutions.imageio-ext</groupId>
		<artifactId>imageio-ext-test-data</artifactId>
		<version>${project.version}</version>
		<scope>test</scope>
	</dependency>		
  </dependencies>

</project>
