blob: 915924a1ffb371b13d60950091d49120e06ec6f2 [file] [log] [blame]
<?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>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>shardingsphere-example</artifactId>
<version>4.0.0-RC3</version>
</parent>
<artifactId>sharding-jdbc-example</artifactId>
<name>Example::jdbc::root</name>
<packaging>pom</packaging>
<modules>
<module>sharding-example</module>
<module>orchestration-example</module>
<module>transaction-example</module>
<module>other-feature-example</module>
</modules>
</project>