<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <groupId>org.talend.esb</groupId>
    <artifactId>datasource-service</artifactId>
    <name>Talend ESB :: SAM :: Datasource OSGi Service</name>
    <packaging>pom</packaging>

    <parent>
        <groupId>org.talend.esb</groupId>
        <artifactId>sam-parent</artifactId>
        <version>8.0.1.R2023-08-RT</version>
    </parent>

    <modules>
        <module>derby</module>
        <module>h2</module>
        <module>mysql</module>
        <module>mysql-8</module>
        <module>oracle</module>
        <module>db2</module>
        <module>sqlserver</module>
        <module>postgresql</module>
    </modules>
</project>
