mirror of https://github.com/apache/maven.git
o using javax.servlet
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329344 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b8009fe2d
commit
d33fea54f0
|
@ -7,9 +7,9 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>servletapi</groupId>
|
||||
<artifactId>servletapi</artifactId>
|
||||
<version>2.3</version>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue