소스 검색

移动数据导入导出包

gaodm 4 년 전
부모
커밋
dcc30367c1
3개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 0
      cdssman-service/pom.xml
  2. 0 0
      cdssman-service/src/main/java/com/diagbot/util/ExcelUtils.java
  3. 0 8
      common/pom.xml

+ 6 - 0
cdssman-service/pom.xml

@@ -208,6 +208,12 @@
             <artifactId>okhttp</artifactId>
         </dependency>
 
+        <!-- easypoi -->
+        <dependency>
+            <groupId>cn.afterturn</groupId>
+            <artifactId>easypoi-spring-boot-starter</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>

common/src/main/java/com/diagbot/util/ExcelUtils.java → cdssman-service/src/main/java/com/diagbot/util/ExcelUtils.java


+ 0 - 8
common/pom.xml

@@ -100,14 +100,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <!-- easypoi -->
-        <dependency>
-            <groupId>cn.afterturn</groupId>
-            <artifactId>easypoi-spring-boot-starter</artifactId>
-            <version>4.2.0</version>
-            <scope>provided</scope>
-        </dependency>
-
         <dependency>
             <groupId>com.auth0</groupId>
             <artifactId>java-jwt</artifactId>