https://issues.apache.org/bugzilla/show_bug.cgi?id=50801

--- Comment #2 from Anthony Whitford <[email protected]> 2011-02-19 11:23:10 
EST ---
Sure.  From: 
http://svn.apache.org/repos/asf/poi/trunk/maven/poi-ooxml-schemas.pom

The dependency should be:

  <dependencies>
    <dependency>
      <groupId>org.apache.xmlbeans</groupId>
      <artifactId>xmlbeans</artifactId>
      <version>2.3.0</version>
      <!-- Excluding XMLBean's STAX because we want to use Geronimo's -->
      <exclusions>
        <exclusion>
          <groupId>stax</groupId>
          <artifactId>stax-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>

Adding the <exclusions> to the XMLBeans dependency would do the trick.  (Might
also be nice to upgrade XMLBeans, but I'm not sure if that needs to be a
separate request.)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to