blob: 26787f87f8e0fb7eaf3c7f257c6f8b074cb82fd5 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>root.project</groupId>
<artifactId>servlets</artifactId>
<packaging>pom</packaging>
<name>servlets</name>
<version>1.0</version>
<parent>
<groupId>root</groupId>
<artifactId>project</artifactId>
<version>1.0</version>
</parent>
<modules>
<module>servlet</module>
</modules>
</project>