Browse Source

将servlet版本修改为3.0.1

suntg 8 years ago
parent
commit
748a1b5140
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pom.xml

+ 2 - 1
pom.xml

@@ -46,7 +46,8 @@
 	<dependencies>
 		<dependency>
 			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
+			<artifactId>javax.servlet-api</artifactId>
+			<version>3.0.1</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>