blob: ff180761a436624ae58d4d1be07d449d3337519a [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">
<parent>
<artifactId>sharding-sphere-example</artifactId>
<groupId>io.shardingsphere</groupId>
<version>3.0.0.M3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sharding-jdbc-example</artifactId>
<packaging>pom</packaging>
<modules>
<module>raw-jdbc-example</module>
<module>spring-boot-example</module>
<module>spring-namespace-example</module>
</modules>
</project>