<?xml version="1.0"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>woodstox</groupId>
  <artifactId>wstx-asl</artifactId>
  <version>2.9.3</version>
  <name>Woodstox ASL</name>
  <description>
    Woodstox is an XML pull parser, an implementation of the
    StAX API.Woodstox is available in two licenses: wstx-asl
    is licensed under the Apache Software License, version 2.
    There is another jar file, wstx-lgpl, which is available
    under the LGPL.
  </description>
  <url>http://woodstox.codehaus.org/</url>
  <issueManagement>
    <system>jira</system>
    <url>http://jira.codehaus.org/browse/WSTX</url>
  </issueManagement>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax-api</artifactId>
      <version>1.0.1</version>
    </dependency>    
  </dependencies>
</project>
