居家业务模块,通过sdk调用机构业务的基础框架
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.iec</groupId>
  6. <artifactId>iec-jjyl-business</artifactId>
  7. <version>${revision}</version>
  8. </parent>
  9. <artifactId>iec-jjyl-business-api</artifactId>
  10. <packaging>jar</packaging>
  11. <dependencies>
  12. <!--core 工具类-->
  13. <dependency>
  14. <groupId>com.iec</groupId>
  15. <artifactId>iec-jjyl-common-core</artifactId>
  16. </dependency>
  17. <!--feign 工具类-->
  18. <dependency>
  19. <groupId>com.iec</groupId>
  20. <artifactId>iec-jjyl-common-feign</artifactId>
  21. </dependency>
  22. <!--mybatis 依赖-->
  23. <dependency>
  24. <groupId>com.iec</groupId>
  25. <artifactId>iec-jjyl-common-mybatis</artifactId>
  26. </dependency>
  27. <!-- excel 导入导出 https://github.com/pig-mesh/excel-spring-boot-starter -->
  28. <dependency>
  29. <groupId>com.pig4cloud.excel</groupId>
  30. <artifactId>excel-spring-boot-starter</artifactId>
  31. </dependency>
  32. </dependencies>
  33. </project>