<?xml version="1.0" encoding="UTF-8"?>
<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>com.bc.ceres</groupId>
        <artifactId>ceres</artifactId>
        <version>0.13.1</version>
    </parent>

    <groupId>com.bc.ceres</groupId>
    <artifactId>ceres-binio</artifactId>
    <packaging>jar</packaging>
    <name>Ceres Binary I/O Library</name>

    <description>
        The Ceres Binary I/O Library provides a generic access to binary data structures.
    </description>

    <dependencies>

        <dependency>
            <groupId>com.bc.ceres</groupId>
            <artifactId>ceres-core</artifactId>
        </dependency>

        <dependency>
            <groupId>jdom</groupId>
            <artifactId>jdom</artifactId>
            <version>1.1</version>
        </dependency>

    </dependencies>

</project>
