You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
394 B
18 lines
394 B
<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>
|
|
|