소스 검색

pom添加servlet-api

ylx 7 년 전
부모
커밋
32c6d3ae73
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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>