<?xml version="1.0" encoding="iso-8859-1"?>
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.thoughtworks.xstream</groupId>
    <artifactId>xstream</artifactId>
    <version>1.0.2</version>
    <packaging>jar</packaging>
    <name>XStream</name>
    <url>http://xstream.codehaus.org/</url>
    <description>Java to XML Serialization, and back again.</description>
    <licenses>
        <license>
            <name>BSD style</name>
            <url>http://xstream.codehaus.com/license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <dependencies>
        <dependency>
            <groupId>xpp3</groupId>
            <artifactId>xpp3_min</artifactId>
            <version>1.1.3.4.O</version>
        </dependency>
        <dependency>
            <groupId>dom4j</groupId>
            <artifactId>dom4j</artifactId>
            <version>1.3</version>
            <optional>true</optional>
        </dependency>
    </dependencies>
    <distributionManagement>
        <downloadUrl>http://dist.codehaus.org/xstream/jars</downloadUrl>
    </distributionManagement> 
</project>

