pom.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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>fjhx-cloud</artifactId>
  7. <groupId>com.fjhx</groupId>
  8. <version>3.2.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>hx-service</artifactId>
  12. <packaging>pom</packaging>
  13. <properties>
  14. <maven.compiler.source>8</maven.compiler.source>
  15. <maven.compiler.target>8</maven.compiler.target>
  16. <bladex.version>3.0.1.RELEASE</bladex.version>
  17. <hx.version>3.2.0</hx.version>
  18. </properties>
  19. <modules>
  20. <module>syringe-management</module>
  21. <module>syringe-production</module>
  22. <module>storage</module>
  23. <module>storage-restructure</module>
  24. <module>basics</module>
  25. <module>blade-ex</module>
  26. <module>foreign-trade-superman</module>
  27. <module>crm</module>
  28. <module>dev-ops</module>
  29. <module>ding</module>
  30. <module>weixin</module>
  31. </modules>
  32. <dependencyManagement>
  33. <dependencies>
  34. <!-- blade -->
  35. <dependency>
  36. <groupId>org.springblade.platform</groupId>
  37. <artifactId>blade-bom</artifactId>
  38. <version>${bladex.version}</version>
  39. <type>pom</type>
  40. <scope>import</scope>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springblade</groupId>
  44. <artifactId>blade-user-api</artifactId>
  45. <version>${bladex.version}</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springblade</groupId>
  49. <artifactId>blade-dict-api</artifactId>
  50. <version>${bladex.version}</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.springblade</groupId>
  54. <artifactId>blade-system-api</artifactId>
  55. <version>${bladex.version}</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.fjhx</groupId>
  59. <artifactId>common-tool</artifactId>
  60. <version>${hx.version}</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.fjhx</groupId>
  64. <artifactId>common-client-util</artifactId>
  65. <version>${hx.version}</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.fjhx</groupId>
  69. <artifactId>service-flow-api</artifactId>
  70. <version>${hx.version}</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.fjhx</groupId>
  74. <artifactId>library-product</artifactId>
  75. <version>${hx.version}</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.fjhx</groupId>
  79. <artifactId>library-storage</artifactId>
  80. <version>${hx.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.fjhx</groupId>
  84. <artifactId>syringe-management-api</artifactId>
  85. <version>${hx.version}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.fjhx</groupId>
  89. <artifactId>syringe-production-api</artifactId>
  90. <version>${hx.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.fjhx</groupId>
  94. <artifactId>storage-api</artifactId>
  95. <version>${hx.version}</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.fjhx</groupId>
  99. <artifactId>storage-restructure-api</artifactId>
  100. <version>${hx.version}</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.fjhx</groupId>
  104. <artifactId>common-websocket</artifactId>
  105. <version>${hx.version}</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.springframework.boot</groupId>
  109. <artifactId>spring-boot-starter-amqp</artifactId>
  110. <version>2.7.1</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.fjhx</groupId>
  114. <artifactId>foreign-trade-superman-api</artifactId>
  115. <version>${hx.version}</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>com.fjhx</groupId>
  119. <artifactId>blade-ex-api</artifactId>
  120. <version>${hx.version}</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.fjhx</groupId>
  124. <artifactId>crm-api</artifactId>
  125. <version>${hx.version}</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.fjhx</groupId>
  129. <artifactId>dev-ops-api</artifactId>
  130. <version>${hx.version}</version>
  131. </dependency>
  132. </dependencies>
  133. </dependencyManagement>
  134. <dependencies>
  135. <dependency>
  136. <groupId>com.fjhx</groupId>
  137. <artifactId>common-tool</artifactId>
  138. </dependency>
  139. </dependencies>
  140. <build>
  141. <resources>
  142. <resource>
  143. <directory>src/main/resources</directory>
  144. </resource>
  145. <resource>
  146. <directory>src/main/java</directory>
  147. <includes>
  148. <include>**/*.xml</include>
  149. </includes>
  150. </resource>
  151. </resources>
  152. <plugins>
  153. <plugin>
  154. <groupId>org.springframework.boot</groupId>
  155. <artifactId>spring-boot-maven-plugin</artifactId>
  156. <version>2.3.12.RELEASE</version>
  157. <executions>
  158. <execution>
  159. <goals>
  160. <goal>repackage</goal>
  161. </goals>
  162. </execution>
  163. </executions>
  164. </plugin>
  165. </plugins>
  166. </build>
  167. </project>