浏览代码

将servlet版本修改为3.0.1

suntg 8 年之前
父节点
当前提交
748a1b5140
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>