pom.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. <artifactId>imcs-admin-boot</artifactId>
  7. <groupId>com.github.zuihou</groupId>
  8. <version>b.2.5-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>imcs-business-entity</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>io.swagger</groupId>
  15. <artifactId>swagger-annotations</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.baomidou</groupId>
  19. <artifactId>mybatis-plus-annotation</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.github.zuihou</groupId>
  23. <artifactId>zuihou-core</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>cn.afterturn</groupId>
  27. <artifactId>easypoi-annotation</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.github.zuihou</groupId>
  31. <artifactId>imcs-common</artifactId>
  32. <version>b.2.5-SNAPSHOT</version>
  33. <scope>compile</scope>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.github.zuihou</groupId>
  37. <artifactId>zuihou-injection-starter</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.github.zuihou</groupId>
  41. <artifactId>imcs-authority-entity</artifactId>
  42. <version>b.2.5-SNAPSHOT</version>
  43. <scope>compile</scope>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.github.zuihou</groupId>
  47. <artifactId>imcs-authority-entity</artifactId>
  48. <version>b.2.5-SNAPSHOT</version>
  49. <scope>compile</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.baidubce</groupId>
  53. <artifactId>bce-java-sdk</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.springframework.boot</groupId>
  57. <artifactId>spring-boot-starter-jdbc</artifactId>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.alibaba</groupId>
  61. <artifactId>druid</artifactId>
  62. <version>1.1.22</version>
  63. <scope>compile</scope>
  64. </dependency>
  65. </dependencies>
  66. </project>