<?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/xsd/maven-4.0.0.xsd">

  <parent>
    <groupId>org.kie.workbench.screens</groupId>
    <artifactId>kie-wb-common-screens</artifactId>
    <version>7.65.0.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>kie-wb-common-datasource-mgmt</artifactId>
  <packaging>pom</packaging>

  <name>Kie Workbench - Common - Data Source Mgmt</name>
  <description>Kie Workbench - Common - Data Source Mgmt</description>

  <modules>
    <module>kie-wb-common-datasource-mgmt-api</module>
    <module>kie-wb-common-datasource-mgmt-backend</module>
    <module>kie-wb-common-datasource-mgmt-client</module>
    <module>kie-wb-common-datasource-mgmt-wildfly</module>
    <module>kie-wb-common-datasource-mgmt-dbcp</module>
    <module>kie-wb-common-datasource-mgmt-dashbuilder</module>
  </modules>

</project>
