mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-29 06:52:44 +00:00
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<?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>
|
|
<artifactId>dbswitch-parent</artifactId>
|
|
<groupId>com.gitee.dbswitch</groupId>
|
|
<version>1.8.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>dbswitch-product</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>dbswitch-product-mysql</module>
|
|
<module>dbswitch-product-oracle</module>
|
|
<module>dbswitch-product-postgresql</module>
|
|
<module>dbswitch-product-sqlserver</module>
|
|
<module>dbswitch-product-db2</module>
|
|
<module>dbswitch-product-dm</module>
|
|
<module>dbswitch-product-sybase</module>
|
|
<module>dbswitch-product-kingbase</module>
|
|
<module>dbswitch-product-oscar</module>
|
|
<module>dbswitch-product-sqlite</module>
|
|
<module>dbswitch-product-mariadb</module>
|
|
<module>dbswitch-product-hive</module>
|
|
<module>dbswitch-product-gbase</module>
|
|
<module>dbswitch-product-openguass</module>
|
|
<module>dbswitch-register-product</module>
|
|
</modules>
|
|
|
|
</project> |