2022-09-19 18:32:45 +08:00
|
|
|
<?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>datacap-plugin</artifactId>
|
|
|
|
<groupId>io.edurt.datacap.plugin</groupId>
|
|
|
|
<version>1.0.0.20221015</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<artifactId>datacap-plugin-jdbc</artifactId>
|
|
|
|
<groupId>io.edurt.datacap.plugin.jdbc</groupId>
|
|
|
|
<name>DataCap plugin for jdbc</name>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>mysql</module>
|
2022-09-22 21:43:57 +08:00
|
|
|
<module>clickhouse</module>
|
2022-09-25 12:04:27 +08:00
|
|
|
<module>presto</module>
|
2022-09-27 23:24:50 +08:00
|
|
|
<module>postgresql</module>
|
2022-09-26 18:48:42 +08:00
|
|
|
<module>redis</module>
|
2022-09-27 22:40:33 +08:00
|
|
|
<module>trino</module>
|
2022-09-28 14:37:40 +08:00
|
|
|
<module>elasticsearch</module>
|
2022-09-28 20:50:37 +08:00
|
|
|
<module>druid</module>
|
2022-09-29 16:59:27 +08:00
|
|
|
<module>kyuubi</module>
|
2022-09-29 21:53:55 +08:00
|
|
|
<module>hive</module>
|
2022-09-19 18:32:45 +08:00
|
|
|
</modules>
|
|
|
|
</project>
|