Browse Source

Update Servlet 3.0 dependency in webmvc pom

pull/7/head
Chris Beams 15 years ago
parent
commit
7d177ecfd4
  1. 6
      org.springframework.web.servlet/pom.xml

6
org.springframework.web.servlet/pom.xml

@ -56,9 +56,9 @@ @@ -56,9 +56,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>3.0</version>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>7.0.8</version>
<scope>provided</scope>
</dependency>
<dependency>

Loading…
Cancel
Save