pom.xml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>cn.superdesk.uniorder</groupId>
  6. <artifactId>superdesk-operation-center</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>superdesk-uniorder-common</artifactId>
  10. <dependencies>
  11. <!-- <dependency>-->
  12. <!-- <groupId>org.projectlombok</groupId>-->
  13. <!-- <artifactId>lombok</artifactId>-->
  14. <!-- <version>${lombok.version}</version>-->
  15. <!-- <scope>provided</scope>-->
  16. <!-- </dependency>-->
  17. <dependency>
  18. <groupId>org.springframework</groupId>
  19. <artifactId>spring-beans</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.springframework</groupId>
  23. <artifactId>spring-web</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework</groupId>
  27. <artifactId>spring-context</artifactId>
  28. </dependency>
  29. <!-- <dependency>-->
  30. <!-- <groupId>cn.superdesk.libs</groupId>-->
  31. <!-- <artifactId>superdesk-libs-common</artifactId>-->
  32. <!-- <version>${superdesk.libs.version}</version>-->
  33. <!-- </dependency>-->
  34. <!-- <dependency>-->
  35. <!-- <groupId>cn.superdesk.uniorder</groupId>-->
  36. <!-- <artifactId>superdesk-uniorder-dto</artifactId>-->
  37. <!-- <version>0.0.1-SNAPSHOT</version>-->
  38. <!--&lt;!&ndash; <scope>compile</scope>&ndash;&gt;-->
  39. <!-- </dependency>-->
  40. <!-- <dependency>-->
  41. <!-- <groupId>cn.superdesk.uniorder</groupId>-->
  42. <!-- <artifactId>superdesk-uniorder-dao</artifactId>-->
  43. <!-- <version>0.0.1-SNAPSHOT</version>-->
  44. <!--&lt;!&ndash; <scope>compile</scope>&ndash;&gt;-->
  45. <!-- </dependency>-->
  46. <dependency>
  47. <groupId>org.apache.poi</groupId>
  48. <artifactId>poi</artifactId>
  49. <version>3.17</version>
  50. <!-- <version>4.1.2</version>-->
  51. <!-- <scope>compile</scope>-->
  52. </dependency>
  53. <dependency>
  54. <groupId>com.belerweb</groupId>
  55. <artifactId>pinyin4j</artifactId>
  56. <version>2.5.0</version>
  57. </dependency>
  58. <!-- https://mvnrepository.com/artifact/org.apache.curator/curator-recipes -->
  59. <dependency>
  60. <groupId>org.apache.curator</groupId>
  61. <artifactId>curator-recipes</artifactId>
  62. <!-- <version>4.2.0</version>-->
  63. <version>4.3.0</version>
  64. <!-- <version>5.0.0</version>-->
  65. <!-- <version>5.1.0</version>-->
  66. <exclusions>
  67. <exclusion>
  68. <artifactId>zookeeper</artifactId>
  69. <groupId>org.apache.zookeeper</groupId>
  70. </exclusion>
  71. </exclusions>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.tomcat.embed</groupId>
  75. <artifactId>tomcat-embed-core</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.apache.zookeeper</groupId>
  79. <artifactId>zookeeper</artifactId>
  80. <!-- <version>3.4.5</version>-->
  81. <version>3.4.8</version>
  82. <!-- <version>3.5.7</version>-->
  83. <!-- <scope>compile</scope>-->
  84. <exclusions>
  85. <exclusion>
  86. <groupId>org.slf4j</groupId>
  87. <artifactId>slf4j-log4j12</artifactId>
  88. </exclusion>
  89. </exclusions>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.alibaba</groupId>
  93. <artifactId>easyexcel</artifactId>
  94. <version>2.2.7</version>
  95. <scope>compile</scope>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.alibaba</groupId>
  99. <artifactId>easyexcel</artifactId>
  100. <version>2.2.7</version>
  101. <scope>compile</scope>
  102. </dependency>
  103. <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis -->
  104. <dependency>
  105. <groupId>org.springframework.boot</groupId>
  106. <artifactId>spring-boot-starter-data-redis</artifactId>
  107. <version>${spring-boot.version}</version>
  108. <exclusions>
  109. <exclusion>
  110. <groupId>redis.clients</groupId>
  111. <artifactId>jedis</artifactId>
  112. </exclusion>
  113. <exclusion>
  114. <groupId>io.lettuce</groupId>
  115. <artifactId>lettuce-core</artifactId>
  116. </exclusion>
  117. </exclusions>
  118. </dependency>
  119. <!-- jedis -->
  120. <dependency>
  121. <groupId>redis.clients</groupId>
  122. <artifactId>jedis</artifactId>
  123. <!-- <version>2.9.0</version>-->
  124. <!-- <version>2.9.1</version>-->
  125. <!-- <version>2.9.3</version>-->
  126. <!-- <version>3.1.0</version>-->
  127. </dependency>
  128. <!--Spring整合redis包 -->
  129. <!-- <dependency>-->
  130. <!-- <groupId>org.springframework.data</groupId>-->
  131. <!-- <artifactId>spring-data-redis</artifactId>-->
  132. <!-- <version>2.1.3.RELEASE</version>-->
  133. <!-- </dependency>-->
  134. <!-- <dependency>-->
  135. <!-- <groupId>org.springframework.session</groupId>-->
  136. <!-- <artifactId>spring-session-data-redis</artifactId>-->
  137. <!-- </dependency>-->
  138. <!-- redis -->
  139. <!-- 加密 -->
  140. <dependency>
  141. <groupId>org.bouncycastle</groupId>
  142. <artifactId>bcprov-ext-jdk16</artifactId>
  143. <version>1.45</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.springframework.security</groupId>
  147. <artifactId>spring-security-core</artifactId>
  148. <version>5.0.5.RELEASE</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>javax.validation</groupId>
  152. <artifactId>validation-api</artifactId>
  153. </dependency>
  154. <dependency>
  155. <groupId>org.hibernate.validator</groupId>
  156. <artifactId>hibernate-validator</artifactId>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.springframework.kafka</groupId>
  160. <artifactId>spring-kafka</artifactId>
  161. </dependency>
  162. <dependency>
  163. <groupId>cn.superdesk.uniorder</groupId>
  164. <artifactId>superdesk-uniorder-common-mq-redis</artifactId>
  165. <version>${project.parent.version}</version>
  166. </dependency>
  167. <!--通过ip获取城市信息-->
  168. <!-- https://github.com/lionsoul2014/ip2region -->
  169. <dependency>
  170. <groupId>org.lionsoul</groupId>
  171. <artifactId>ip2region</artifactId>
  172. <version>${ip2region.version}</version>
  173. </dependency>
  174. <!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
  175. <dependency>
  176. <groupId>com.google.guava</groupId>
  177. <artifactId>guava</artifactId>
  178. <version>30.1.1-jre</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>cn.superdesk</groupId>
  182. <artifactId>superdesk-data-extract-common</artifactId>
  183. <version>0.0.1-SNAPSHOT</version>
  184. <exclusions>
  185. <exclusion>
  186. <groupId>org.springframework.boot</groupId>
  187. <artifactId>spring-boot-starter-logging</artifactId>
  188. </exclusion>
  189. </exclusions>
  190. </dependency>
  191. </dependencies>
  192. </project>