<?xml version="1.0" encoding="UTF-8"?>
<project>
  <!-- General information -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.codehaus.woodstox</groupId>
  <artifactId>woodstox-core-lgpl</artifactId>
  <packaging>jar</packaging>
  <name>Woodstox</name>
  <version>4.0.4</version>
  <description>Woodstox is a high-performance XML processor that
implements Stax (JSR-173) and SAX2 APIs</description>

  <!-- Contact information -->
  <url>http://woodstox.codehaus.org</url>
  <issueManagement><url>http://jira.codehaus.org/browse/WSTX</url></issueManagement>

  <!-- Dependency information -->
  <dependencies>
    <!-- Stax API jar is needed; 1.0.1 preferable over vanilla 1.0, since
         it contains one critical bug fix to implementation auto-detection
      -->
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax-api</artifactId>
      <version>1.0.1</version>
    </dependency>
    <!-- Stax2 API (and matching RI), too, is required, not included,
         We need version 3.x of it
      -->
    <dependency>
      <groupId>org.codehaus.woodstox</groupId>
      <artifactId>stax2-api</artifactId>
      <version>3.0.1</version>
    </dependency>
  </dependencies>

  <!-- Licensing (joy!) -->
  <licenses>
    <license>
      <name>GNU Lesser General Public License (LGPL), Version 2.1</name>
      <url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <organization>
    <name>Codehaus</name>
    <url>http://www.codehaus.org/</url>
  </organization>
</project>
