Browse Source

pom添加servlet-api

ylx 7 years ago
parent
commit
32c6d3ae73
1 changed files with 8 additions and 0 deletions
  1. 8 0
      fund_trusteeship_ccb/pom.xml

+ 8 - 0
fund_trusteeship_ccb/pom.xml

@@ -21,6 +21,14 @@
 			<version>4.9</version>
 			<scope>test</scope>
 		</dependency>
+		
+		<dependency>
+   	 		<groupId>javax.servlet</groupId>
+    		<artifactId>javax.servlet-api</artifactId>
+    		<version>3.1.0</version>
+    		<scope>provided</scope>
+		</dependency>
+		
 
 		<dependency>
 			<groupId>org.mockito</groupId>