<?xml version="1.0"?><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-pipeline-impl</artifactId>
  <name>Cocoon Pipeline Implementation</name>
  <version>1.0.0-M1</version>
  <description>Several implementations of the ProcessingPipeline interface together with
    needed classes and components. Abstract classes for making it easier to
    write sitemap components.</description>
  <url>http://cocoon.apache.org/${docs.m.pipeline-impl.relPath}</url>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-site-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.cocoon</groupId>
      <artifactId>cocoon-pipeline-api</artifactId>
      <version>1.0.0-M1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.cocoon</groupId>
      <artifactId>cocoon-configuration-api</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.cocoon</groupId>
      <artifactId>cocoon-util</artifactId>
      <version>1.0.0-M1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.excalibur.components.pool</groupId>
      <artifactId>excalibur-pool-api</artifactId>
      <version>2.1</version>
      <exclusions>
        <exclusion>
          <artifactId>avalon-logkit</artifactId>
          <groupId>org.apache.avalon.logkit</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.excalibur.components.sourceresolve</groupId>
      <artifactId>excalibur-sourceresolve</artifactId>
      <version>2.1</version>
      <exclusions>
        <exclusion>
          <artifactId>avalon-framework-impl</artifactId>
          <groupId>org.apache.avalon.framework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>avalon-logkit</artifactId>
          <groupId>org.apache.avalon.logkit</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.excalibur.components.store</groupId>
      <artifactId>excalibur-store</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.excalibur.containerkit.instrument</groupId>
      <artifactId>excalibur-instrument-api</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2</version>
    </dependency>
    <dependency>
      <groupId>jakarta-regexp</groupId>
      <artifactId>jakarta-regexp</artifactId>
      <version>1.4</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>2.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>2.0.2</version>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.3.02</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>xmlunit</groupId>
      <artifactId>xmlunit</artifactId>
      <version>0.8</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <site>
      <id>website</id>
      <url>${docs.deploymentBaseUrl}/${docs.m.pipeline-impl.relPath}</url>
    </site>
    <status>deployed</status>
  </distributionManagement>
  <properties>
    <docs.name>${project.name}</docs.name>
    <docs.version>${docs.m.pipeline-impl.version}</docs.version>
  </properties>
</project>