blob: f978e24278b920ae9062f855130a2cb9df521b53 [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.4.1-SNAPSHOT</version>
</parent>
<artifactId>auth-sample</artifactId>
<packaging>pom</packaging>
<modules>
<module>auth-provider</module>
<module>auth-consumer</module>
</modules>
</project>