<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>cocoon-blocks-modules</artifactId>
    <groupId>org.apache.cocoon</groupId>
    <version>3</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>cocoon-databases-impl</artifactId>
  <name>Cocoon Database Block Implementation</name>
  <version>1.0.0-M1</version>
  <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-databases-impl/cocoon-databases-impl-1.0.0-M1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-databases-impl/cocoon-databases-impl-1.0.0-M1</developerConnection>
    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-databases-impl/cocoon-databases-impl-1.0.0-M1</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.cocoon</groupId>
      <artifactId>cocoon-core</artifactId>
      <version>2.2.0-M3</version>
    </dependency>
    <dependency>
      <groupId>org.apache.cocoon</groupId>
      <artifactId>cocoon-databases-mocks</artifactId>
      <version>1.0.0-M1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>excalibur-datasource</groupId>
      <artifactId>excalibur-datasource</artifactId>
      <version>2.1</version>
      <exclusions>
        <exclusion>
          <artifactId>d-haven-managed-pool</artifactId>
          <groupId>d-haven-managed-pool</groupId>
        </exclusion>
        <exclusion>
          <artifactId>geronimo-spec-javamail</artifactId>
          <groupId>geronimo-spec</groupId>
        </exclusion>
        <exclusion>
          <artifactId>geronimo-spec-jms</artifactId>
          <groupId>geronimo-spec</groupId>
        </exclusion>
        <exclusion>
          <artifactId>avalon-logkit</artifactId>
          <groupId>avalon-logkit</groupId>
        </exclusion>
        <exclusion>
          <artifactId>avalon-framework-api</artifactId>
          <groupId>avalon-framework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>avalon-framework-impl</artifactId>
          <groupId>avalon-framework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-pool-api</artifactId>
          <groupId>excalibur-pool</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-pool-impl</artifactId>
          <groupId>excalibur-pool</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-fortress-meta</artifactId>
          <groupId>excalibur-fortress</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-fortress-container-api</artifactId>
          <groupId>excalibur-fortress</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-component</artifactId>
          <groupId>excalibur-component</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-testcase</artifactId>
          <groupId>excalibur-component</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-logger</artifactId>
          <groupId>excalibur-logger</groupId>
        </exclusion>
        <exclusion>
          <artifactId>excalibur-instrument-api</artifactId>
          <groupId>excalibur-instrument</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>