Browse Source

将servlet版本修改为3.0.1

suntg 8 năm trước cách đây
mục cha
commit
748a1b5140
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>