mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
31 lines
915 B
XML
31 lines
915 B
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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>ebean-parent</artifactId>
|
|
<groupId>io.ebean</groupId>
|
|
<version>13.23.0-jakarta</version>
|
|
</parent>
|
|
|
|
<artifactId>platforms</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>all</module>
|
|
<module>clickhouse</module>
|
|
<module>db2</module>
|
|
<module>h2</module>
|
|
<module>hana</module>
|
|
<module>hsqldb</module>
|
|
<module>mariadb</module>
|
|
<module>mysql</module>
|
|
<module>nuodb</module>
|
|
<module>oracle</module>
|
|
<module>postgres</module>
|
|
<module>sqlanywhere</module>
|
|
<module>sqlite</module>
|
|
<module>sqlserver</module>
|
|
</modules>
|
|
|
|
</project>
|