Files
dbswitch/dbswitch-product/pom.xml
2023-07-22 23:59:26 +08:00

31 lines
1.1 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.0</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-repository</module>
</modules>
</project>