<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>cocoon-core-modules</artifactId>
    <groupId>org.apache.cocoon</groupId>
    <version>3</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>cocoon-sitemap-api</artifactId>
  <name>Cocoon Sitemap API</name>
  <version>1.0.0-M1</version>
  <description>Interfaces for the sitemap: Processor, actions, modules, flow, matching,
    selection and some support interfaces for classloading, notification,
    processing and various support interfaces.</description>
  <dependencies>
    <dependency>
      <groupId>org.apache.cocoon</groupId>
      <artifactId>cocoon-pipeline-api</artifactId>
      <version>1.0.0-M1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.avalon.framework</groupId>
      <artifactId>avalon-framework-impl</artifactId>
      <version>4.3</version>
      <exclusions>
        <exclusion>
          <artifactId>avalon-logkit</artifactId>
          <groupId>avalon-logkit</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>