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.
20 lines
524 B
20 lines
524 B
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>root.project.servlets</groupId>
|
|
<artifactId>servlet</artifactId>
|
|
<packaging>war</packaging>
|
|
<name>servlet</name>
|
|
<parent>
|
|
<groupId>root.project</groupId>
|
|
<artifactId>servlets</artifactId>
|
|
<version>1.0</version>
|
|
</parent>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>root.project</groupId>
|
|
<artifactId>primary-source</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |