12 lines
274 B
Text
12 lines
274 B
Text
<dependencies>
|
|
<dependency>
|
|
<maven>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
</maven>
|
|
<jpp>
|
|
<groupId>JPP</groupId>
|
|
<artifactId>tomcat6-servlet-2.5-api</artifactId>
|
|
</jpp>
|
|
</dependency>
|
|
</dependencies>
|