<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>mule-modules</artifactId>
    <groupId>org.mule.modules</groupId>
    <version>1.3.3</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>mule-module-xml</artifactId>
  <name>XML Extensions</name>
  <version>1.3.3</version>
  <description>Functionality for working with XML</description>
  <profiles>
    <profile>
      <id>java14</id>
      <activation>
        <jdk>1.4</jdk>
      </activation>
      <dependencies>
        <dependency>
          <groupId>xml-apis</groupId>
          <artifactId>xml-apis</artifactId>
          <version>1.3.03</version>
        </dependency>
        <dependency>
          <groupId>xerces</groupId>
          <artifactId>xercesImpl</artifactId>
          <version>2.8.1</version>
        </dependency>
        <dependency>
          <groupId>dom4j</groupId>
          <artifactId>dom4j</artifactId>
          <version>1.4</version>
          <exclusions>
            <exclusion>
              <artifactId>jaxen</artifactId>
              <groupId>jaxen</groupId>
            </exclusion>
            <exclusion>
              <artifactId>relaxngDatatype</artifactId>
              <groupId>relaxngDatatype</groupId>
            </exclusion>
            <exclusion>
              <artifactId>isorelax</artifactId>
              <groupId>isorelax</groupId>
            </exclusion>
            <exclusion>
              <artifactId>saxpath</artifactId>
              <groupId>saxpath</groupId>
            </exclusion>
            <exclusion>
              <artifactId>msv</artifactId>
              <groupId>msv</groupId>
            </exclusion>
          </exclusions>
        </dependency>
        <dependency>
          <groupId>commons-jxpath</groupId>
          <artifactId>commons-jxpath</artifactId>
          <version>1.2</version>
          <exclusions>
            <exclusion>
              <artifactId>xerces</artifactId>
              <groupId>xerces</groupId>
            </exclusion>
            <exclusion>
              <artifactId>ant-optional</artifactId>
              <groupId>ant</groupId>
            </exclusion>
            <exclusion>
              <artifactId>jdom</artifactId>
              <groupId>jdom</groupId>
            </exclusion>
            <exclusion>
              <artifactId>servlet-api</artifactId>
              <groupId>javax.servlet</groupId>
            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>java5</id>
      <activation>
        <jdk>1.5</jdk>
      </activation>
      <dependencies>
        <dependency>
          <groupId>dom4j</groupId>
          <artifactId>dom4j</artifactId>
          <version>1.4</version>
          <exclusions>
            <exclusion>
              <artifactId>xml-apis</artifactId>
              <groupId>xml-apis</groupId>
            </exclusion>
            <exclusion>
              <artifactId>jaxen</artifactId>
              <groupId>jaxen</groupId>
            </exclusion>
            <exclusion>
              <artifactId>relaxngDatatype</artifactId>
              <groupId>relaxngDatatype</groupId>
            </exclusion>
            <exclusion>
              <artifactId>isorelax</artifactId>
              <groupId>isorelax</groupId>
            </exclusion>
            <exclusion>
              <artifactId>saxpath</artifactId>
              <groupId>saxpath</groupId>
            </exclusion>
            <exclusion>
              <artifactId>msv</artifactId>
              <groupId>msv</groupId>
            </exclusion>
          </exclusions>
        </dependency>
        <dependency>
          <groupId>commons-jxpath</groupId>
          <artifactId>commons-jxpath</artifactId>
          <version>1.2</version>
          <exclusions>
            <exclusion>
              <artifactId>xml-apis</artifactId>
              <groupId>xml-apis</groupId>
            </exclusion>
            <exclusion>
              <artifactId>xerces</artifactId>
              <groupId>xerces</groupId>
            </exclusion>
            <exclusion>
              <artifactId>ant-optional</artifactId>
              <groupId>ant</groupId>
            </exclusion>
            <exclusion>
              <artifactId>jdom</artifactId>
              <groupId>jdom</groupId>
            </exclusion>
            <exclusion>
              <artifactId>servlet-api</artifactId>
              <groupId>javax.servlet</groupId>
            </exclusion>
          </exclusions>
        </dependency>
      </dependencies>
    </profile>
  </profiles>
  <dependencies>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2</version>
    </dependency>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.2.1</version>
    </dependency>
    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3_min</artifactId>
      <version>1.1.3.4.O</version>
    </dependency>
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax-api</artifactId>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>woodstox</groupId>
      <artifactId>wstx-asl</artifactId>
      <version>3.0.2</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>