<project>
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>2</version>
  </parent>

  <groupId>xmlbeans</groupId>
  <artifactId>xbean</artifactId>
  <version>2.0.0-1</version>

  <name>XMLBeans 2.0.0 with patched POM from MEV-406</name>
  <description>XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML</description>
  <url>http://xmlbeans.apache.org</url>

  <dependencies>
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax-api</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>

</project>
