blob: 7251ffc8ccf4df4a2fbeb342b3a06cb804cac842 [file] [log] [blame]
<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>io.servicecomb.samples</groupId>
<artifactId>samples</artifactId>
<version>0.2.0</version>
</parent>
<artifactId>springmvc-sample</artifactId>
<packaging>pom</packaging>
<modules>
<module>springmvc-provider</module>
<module>springmvc-consumer</module>
</modules>
</project>