pom.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>com.customs.cq.datacenter</groupId>
  7. <artifactId>secure-producting</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>secure-producting-system</artifactId>
  12. <description>system系统模块</description>
  13. <dependencies>
  14. <!--==================================== 项目自身模块 - start ====================================-->
  15. <!-- 通用工具-->
  16. <dependency>
  17. <groupId>com.customs.cq.datacenter</groupId>
  18. <artifactId>secure-producting-common</artifactId>
  19. </dependency>
  20. <!-- OSS对象存储模块 -->
  21. <dependency>
  22. <groupId>com.customs.cq.datacenter</groupId>
  23. <artifactId>secure-producting-oss</artifactId>
  24. </dependency>
  25. <!--==================================== 项目自身模块 - end ====================================-->
  26. <dependency>
  27. <groupId>com.baomidou</groupId>
  28. <artifactId>mybatis-plus-core</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.baomidou</groupId>
  32. <artifactId>mybatis-plus-extension</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.alibaba</groupId>
  36. <artifactId>easyexcel-core</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>cn.dev33</groupId>
  40. <artifactId>sa-token-core</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>cn.hutool</groupId>
  44. <artifactId>hutool-core</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework</groupId>
  48. <artifactId>spring-tx</artifactId>
  49. </dependency>
  50. <dependency>
  51. <groupId>jakarta.validation</groupId>
  52. <artifactId>jakarta.validation-api</artifactId>
  53. </dependency>
  54. </dependencies>
  55. </project>