Просмотр исходного кода

5660-软件权限一览表 文件流返回

xiexh 1 месяц назад
Родитель
Сommit
ef20f87e27
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      ibps-provider-root/modules/provider-platform-default/pom.xml

+ 5 - 1
ibps-provider-root/modules/provider-platform-default/pom.xml

@@ -95,7 +95,11 @@
 			<artifactId>spring-boot-starter-test</artifactId>
 			<scope>test</scope>
 		</dependency>
-	</dependencies>
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi</artifactId>
+        </dependency>
+    </dependencies>
 	
 	<build>
 		<plugins>