pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.fjhx</groupId>
  7. <artifactId>bytesailing</artifactId>
  8. <version>1.0</version>
  9. <packaging>pom</packaging>
  10. <modules>
  11. <module>code</module>
  12. <module>hx-admin</module>
  13. <module>hx-customer</module>
  14. <module>hx-ehsd</module>
  15. <module>hx-finance</module>
  16. <module>hx-iot</module>
  17. <module>hx-item</module>
  18. <module>hx-mail</module>
  19. <module>hx-mes</module>
  20. <module>hx-supply</module>
  21. <module>hx-wms</module>
  22. <module>hx-common</module>
  23. <module>hx-oa</module>
  24. <module>hx-purchase</module>
  25. <module>hx-account</module>
  26. <module>hx-sale</module>
  27. <module>hx-victoriatourist</module>
  28. <module>hx-dingding</module>
  29. <module>hx-data</module>
  30. <module>hx-jxst</module>
  31. <module>hx-form</module>
  32. </modules>
  33. <properties>
  34. <maven.compiler.source>8</maven.compiler.source>
  35. <maven.compiler.target>8</maven.compiler.target>
  36. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  37. <hx.version>1.0</hx.version>
  38. </properties>
  39. <parent>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-starter-parent</artifactId>
  42. <version>2.7.6</version>
  43. </parent>
  44. <!-- 依赖声明 -->
  45. <dependencyManagement>
  46. <dependencies>
  47. <dependency>
  48. <groupId>com.fjhx</groupId>
  49. <artifactId>hx-base</artifactId>
  50. <version>1.0.2</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.fjhx</groupId>
  54. <artifactId>hx-admin</artifactId>
  55. <version>${hx.version}</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.fjhx</groupId>
  59. <artifactId>hx-common</artifactId>
  60. <version>${hx.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.fjhx</groupId>
  64. <artifactId>hx-customer</artifactId>
  65. <version>${hx.version}</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.fjhx</groupId>
  69. <artifactId>hx-ehsd</artifactId>
  70. <version>${hx.version}</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.fjhx</groupId>
  74. <artifactId>hx-finance</artifactId>
  75. <version>${hx.version}</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.fjhx</groupId>
  79. <artifactId>hx-iot</artifactId>
  80. <version>${hx.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.fjhx</groupId>
  84. <artifactId>hx-item</artifactId>
  85. <version>${hx.version}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.fjhx</groupId>
  89. <artifactId>hx-mail</artifactId>
  90. <version>${hx.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.fjhx</groupId>
  94. <artifactId>hx-mes</artifactId>
  95. <version>${hx.version}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.fjhx</groupId>
  99. <artifactId>hx-supply</artifactId>
  100. <version>${hx.version}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.fjhx</groupId>
  104. <artifactId>hx-wms</artifactId>
  105. <version>${hx.version}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.fjhx</groupId>
  109. <artifactId>hx-oa</artifactId>
  110. <version>${hx.version}</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.fjhx</groupId>
  114. <artifactId>hx-customer</artifactId>
  115. <version>${hx.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.fjhx</groupId>
  119. <artifactId>hx-purchase</artifactId>
  120. <version>${hx.version}</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.fjhx</groupId>
  124. <artifactId>hx-sale</artifactId>
  125. <version>${hx.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.fjhx</groupId>
  129. <artifactId>hx-account</artifactId>
  130. <version>${hx.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.fjhx</groupId>
  134. <artifactId>hx-victoriatourist</artifactId>
  135. <version>${hx.version}</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>com.fjhx</groupId>
  139. <artifactId>hx-dingding</artifactId>
  140. <version>${hx.version}</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>com.fjhx</groupId>
  144. <artifactId>hx-data</artifactId>
  145. <version>${hx.version}</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.fjhx</groupId>
  149. <artifactId>hx-jxst</artifactId>
  150. <version>${hx.version}</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>com.fjhx</groupId>
  154. <artifactId>hx-form</artifactId>
  155. <version>${hx.version}</version>
  156. </dependency>
  157. </dependencies>
  158. </dependencyManagement>
  159. </project>