<?xml version="1.0" encoding="ISO-8859-1"?><project>
  <parent>
    <artifactId>configs</artifactId>
    <groupId>org.apache.geronimo.configs</groupId>
    <version>1.2-beta</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>system-database</artifactId>
  <packaging>car</packaging>
  <name>Geronimo Configs :: System Database</name>
  <version>1.2-beta</version>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.geronimo.plugins</groupId>
        <artifactId>car-maven-plugin</artifactId>
        <configuration>
          <deploymentConfigs>
            <deploymentConfig>${gbeanDeployer}</deploymentConfig>
            <deploymentConfig>${j2eeDeployer}</deploymentConfig>
            <deploymentConfig>${connectorDeployer}</deploymentConfig>
          </deploymentConfigs>
          <module>
            <groupId>org.tranql</groupId>
            <artifactId>tranql-connector-derby-embed-xa</artifactId>
            <type>rar</type>
          </module>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.geronimo.configs</groupId>
      <artifactId>connector-deployer</artifactId>
      <version>1.2-beta</version>
      <type>car</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.configs</groupId>
      <artifactId>transaction</artifactId>
      <version>1.2-beta</version>
      <type>car</type>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.modules</groupId>
      <artifactId>geronimo-derby</artifactId>
      <version>1.2-beta</version>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.modules</groupId>
      <artifactId>geronimo-timer</artifactId>
      <version>1.2-beta</version>
    </dependency>
    <dependency>
      <groupId>org.apache.derby</groupId>
      <artifactId>derby</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.derby</groupId>
      <artifactId>derbynet</artifactId>
    </dependency>
    <dependency>
      <groupId>org.tranql</groupId>
      <artifactId>tranql-connector-derby-embed-xa</artifactId>
      <type>rar</type>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.configs</groupId>
      <artifactId>connector-deployer</artifactId>
      <version>1.2-beta</version>
      <type>car</type>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>