pom.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>aivfo-business-manage</artifactId>
  5. <groupId>com.aivfo</groupId>
  6. <version>2.2.4.0-SNAPSHOT</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>aivfo-business-manage-manage</artifactId>
  10. <packaging>pom</packaging>
  11. <dependencyManagement>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.aivfo</groupId>
  15. <artifactId>aivfo-business-manage-app-manage</artifactId>
  16. <version>${project.version}</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.aivfo</groupId>
  20. <artifactId>aivfo-business-manage-pc-manage</artifactId>
  21. <version>${project.version}</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.aivfo</groupId>
  25. <artifactId>aivfo-business-manage-surface-manage</artifactId>
  26. <version>${project.version}</version>
  27. </dependency>
  28. </dependencies>
  29. </dependencyManagement>
  30. <modules>
  31. <module>aivfo-business-manage-pc-manage</module>
  32. <module>aivfo-business-manage-surface-manage</module>
  33. <module>aivfo-business-manage-app-manage</module>
  34. </modules>
  35. <!-- 公共依赖 -->
  36. <dependencies>
  37. <!-- 模块内部依赖 -->
  38. <dependency>
  39. <groupId>com.aivfo</groupId>
  40. <artifactId>aivfo-business-manage-service-impl</artifactId>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.aivfo</groupId>
  44. <artifactId>aivfo-business-manage-facade</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.aivfo</groupId>
  48. <artifactId>aivfo-business-manage-rpc</artifactId>
  49. </dependency>
  50. <!-- 模块内部依赖 -->
  51. <!-- aivfo框架依赖 -->
  52. <dependency>
  53. <groupId>com.aivfo</groupId>
  54. <artifactId>aivfo-web-servlet-spring-boot-starter</artifactId>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.aivfo</groupId>
  58. <artifactId>aivfo-monitor-spring-boot-starter</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.aivfo</groupId>
  62. <artifactId>aivfo-element-auth</artifactId>
  63. </dependency>
  64. <!-- aivfo框架依赖 -->
  65. <dependency>
  66. <groupId>org.springframework.boot</groupId>
  67. <artifactId>spring-boot-starter-test</artifactId>
  68. </dependency>
  69. <!-- 操作日志 Kafka 基础设施(M8 G3-2) -->
  70. <dependency>
  71. <groupId>com.aivfo</groupId>
  72. <artifactId>aivfo-kafka-spring-boot-starter</artifactId>
  73. </dependency>
  74. </dependencies>
  75. </project>