pom.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>cn.superdesk.uniorder</groupId>
  7. <artifactId>superdesk-operation-center</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>superdesk-uniorder-web</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.springframework.boot</groupId>
  14. <artifactId>spring-boot-starter-web</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  19. </dependency>
  20. <!-- <dependency>-->
  21. <!-- <groupId>io.dubbo.springboot</groupId>-->
  22. <!-- <artifactId>spring-boot-starter-dubbo</artifactId>-->
  23. <!-- <version>${dubbo-spring-boot}</version>-->
  24. <!-- </dependency>-->
  25. <!-- Dubbo Spring Boot Starter -->
  26. <!-- <dependency>-->
  27. <!-- <groupId>org.apache.dubbo</groupId>-->
  28. <!-- <artifactId>dubbo-spring-boot-starter</artifactId>-->
  29. <!-- <version>2.7.6</version>-->
  30. <!-- </dependency>-->
  31. <dependency>
  32. <groupId>com.alibaba.boot</groupId>
  33. <artifactId>dubbo-spring-boot-starter</artifactId>
  34. <version>0.2.1.RELEASE</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.alibaba</groupId>
  38. <artifactId>dubbo</artifactId>
  39. <version>2.6.5</version>
  40. <scope>compile</scope>
  41. </dependency>
  42. <!-- <dependency>-->
  43. <!-- <groupId>org.apache.curator</groupId>-->
  44. <!-- <artifactId>curator-recipes</artifactId>-->
  45. <!-- <version>2.13.0</version>-->
  46. <!-- </dependency>-->
  47. <dependency>
  48. <groupId>org.springframework.boot</groupId>
  49. <artifactId>spring-boot-starter-test</artifactId>
  50. <scope>test</scope>
  51. </dependency>
  52. <!-- kafka -->
  53. <dependency>
  54. <groupId>org.springframework.kafka</groupId>
  55. <artifactId>spring-kafka</artifactId>
  56. <!-- <version>2.1.6.RELEASE</version>-->
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework.boot</groupId>
  60. <artifactId>spring-boot-starter-mail</artifactId>
  61. </dependency>
  62. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
  63. <dependency>
  64. <groupId>org.apache.poi</groupId>
  65. <artifactId>poi</artifactId>
  66. <!-- <version>3.17</version>-->
  67. <version>4.1.2</version>
  68. </dependency>
  69. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
  70. <dependency>
  71. <groupId>org.apache.poi</groupId>
  72. <artifactId>poi-ooxml</artifactId>
  73. <!-- <version>3.17</version>-->
  74. <version>4.1.2</version>
  75. </dependency>
  76. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas -->
  77. <dependency>
  78. <groupId>org.apache.poi</groupId>
  79. <artifactId>poi-ooxml-schemas</artifactId>
  80. <!-- <version>3.17</version>-->
  81. <version>4.1.2</version>
  82. </dependency>
  83. <!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
  84. <dependency>
  85. <groupId>dom4j</groupId>
  86. <artifactId>dom4j</artifactId>
  87. <version>1.6.1</version>
  88. </dependency>
  89. <!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
  90. <dependency>
  91. <groupId>org.quartz-scheduler</groupId>
  92. <artifactId>quartz</artifactId>
  93. <version>2.3.2</version>
  94. </dependency>
  95. <!-- 2.9.2-->
  96. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 &ndash;&gt;-->
  97. <!-- <dependency>-->
  98. <!-- <groupId>io.springfox</groupId>-->
  99. <!-- <artifactId>springfox-swagger2</artifactId>-->
  100. <!-- <version>3.0.0</version>-->
  101. <!-- </dependency>-->
  102. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui &ndash;&gt;-->
  103. <!-- <dependency>-->
  104. <!-- <groupId>io.springfox</groupId>-->
  105. <!-- <artifactId>springfox-swagger-ui</artifactId>-->
  106. <!-- <version>3.0.0</version>-->
  107. <!-- </dependency>-->
  108. <!-- &lt;!&ndash; https://mvnrepository.com/artifact/io.springfox/springfox-bean-validators &ndash;&gt;-->
  109. <!-- <dependency>-->
  110. <!-- <groupId>io.springfox</groupId>-->
  111. <!-- <artifactId>springfox-bean-validators</artifactId>-->
  112. <!-- <version>3.0.0</version>-->
  113. <!-- </dependency>-->
  114. <dependency>
  115. <groupId>com.github.xiaoymin</groupId>
  116. <artifactId>knife4j-spring-boot-starter</artifactId>
  117. <!-- <version>2.0.1</version>-->
  118. <!-- <version>3.0.2</version>-->
  119. <version>3.0.3</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>redis.clients</groupId>
  123. <artifactId>jedis</artifactId>
  124. </dependency>
  125. <dependency>
  126. <groupId>cn.superdesk.libs</groupId>
  127. <artifactId>superdesk-libs-common</artifactId>
  128. <version>${superdesk.libs.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>cn.superdesk.uniorder</groupId>
  132. <artifactId>superdesk-uniorder-common</artifactId>
  133. <version>${project.parent.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>cn.superdesk.uniorder</groupId>
  137. <artifactId>superdesk-uniorder-common-mq-kafka</artifactId>
  138. <version>${project.parent.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>cn.superdesk.uniorder</groupId>
  142. <artifactId>superdesk-uniorder-common-queue</artifactId>
  143. <version>${project.parent.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>cn.superdesk.uniorder</groupId>
  147. <artifactId>superdesk-uniorder-dao</artifactId>
  148. <version>${project.parent.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>cn.superdesk.uniorder</groupId>
  152. <artifactId>superdesk-uniorder-dto</artifactId>
  153. <version>${project.parent.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>cn.superdesk.uniorder</groupId>
  157. <artifactId>superdesk-uniorder-dubbo-facade</artifactId>
  158. <version>${project.parent.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>cn.superdesk.uniorder.libs</groupId>
  162. <artifactId>superdesk-uniorder-lib-thread</artifactId>
  163. <version>${project.parent.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>cn.superdesk.uniorder</groupId>
  167. <artifactId>superdesk-uniorder-dubbo-consumer</artifactId>
  168. <version>${project.parent.version}</version>
  169. </dependency>
  170. <!-- 屏蔽 -->
  171. <dependency>
  172. <groupId>cn.superdesk.uniorder</groupId>
  173. <artifactId>superdesk-uniorder-openapi</artifactId>
  174. <version>${project.parent.version}</version>
  175. </dependency>
  176. <!-- 新系统 -> 各系统 接收 -->
  177. <dependency>
  178. <groupId>cn.superdesk.app.transfer</groupId>
  179. <artifactId>superdesk-app-transfer-constants-receive</artifactId>
  180. <version>1.2.1-SNAPSHOT</version>
  181. </dependency>
  182. <dependency>
  183. <groupId>cn.superdesk.app.transfer</groupId>
  184. <artifactId>superdesk-transfer-supercloud-dto-receive</artifactId>
  185. <version>0.0.1-SNAPSHOT</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>org.springframework.data</groupId>
  189. <artifactId>spring-data-redis</artifactId>
  190. </dependency>
  191. </dependencies>
  192. <profiles>
  193. <profile>
  194. <!-- 本地开发环境 -->
  195. <id>dev</id>
  196. <properties>
  197. <profiles.active>dev</profiles.active>
  198. </properties>
  199. <!--默认启用的是dev环境配置-->
  200. <activation>
  201. <activeByDefault>true</activeByDefault>
  202. </activation>
  203. </profile>
  204. <profile>
  205. <!-- 测试环境 -->
  206. <id>test</id>
  207. <properties>
  208. <profiles.active>test</profiles.active>
  209. </properties>
  210. </profile>
  211. <profile>
  212. <!-- UAT环境 -->
  213. <id>uat</id>
  214. <properties>
  215. <profiles.active>uat</profiles.active>
  216. </properties>
  217. </profile>
  218. <profile>
  219. <!-- 生产环境 -->
  220. <id>prod</id>
  221. <properties>
  222. <profiles.active>prod</profiles.active>
  223. </properties>
  224. </profile>
  225. <profile>
  226. <!-- 生产环境 侨城汇 -->
  227. <id>qch</id>
  228. <properties>
  229. <profiles.active>qch</profiles.active>
  230. </properties>
  231. </profile>
  232. </profiles>
  233. <build>
  234. <!-- <finalName>${project.artifactId}</finalName>-->
  235. <plugins>
  236. <plugin>
  237. <groupId>org.apache.maven.plugins</groupId>
  238. <artifactId>maven-deploy-plugin</artifactId>
  239. <configuration>
  240. <skip>true</skip>
  241. </configuration>
  242. </plugin>
  243. <plugin>
  244. <groupId>org.apache.maven.plugins</groupId>
  245. <artifactId>maven-install-plugin</artifactId>
  246. <configuration>
  247. <skip>true</skip>
  248. </configuration>
  249. </plugin>
  250. <plugin>
  251. <groupId>org.springframework.boot</groupId>
  252. <artifactId>spring-boot-maven-plugin</artifactId>
  253. <executions>
  254. <execution>
  255. <goals>
  256. <goal>repackage</goal>
  257. </goals>
  258. </execution>
  259. </executions>
  260. </plugin>
  261. </plugins>
  262. </build>
  263. </project>