pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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>sailun-allsteel-bus-provider</artifactId>
  7. <groupId>io.platform</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>io.platform.sailun.allsteel</groupId>
  12. <artifactId>sailun-allsteel-bus-service</artifactId>
  13. <version>1.0-SNAPSHOT</version>
  14. <dependencies>
  15. <dependency>
  16. <groupId>io.platform.sailun.allsteel</groupId>
  17. <artifactId>saillun-allsteel-bus-api</artifactId>
  18. <version>1.0-SNAPSHOT</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>io.platform.sailun.allsteel</groupId>
  22. <artifactId>sailun-allsteel-sys-api</artifactId>
  23. <version>1.0-SNAPSHOT</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>io.platform.sailun.allsteel</groupId>
  27. <artifactId>sailun-allsteel-common</artifactId>
  28. <version>1.0-SNAPSHOT</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.alibaba</groupId>
  32. <artifactId>druid-spring-boot-starter</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-starter-test</artifactId>
  37. <scope>test</scope>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.springframework.boot</groupId>
  41. <artifactId>spring-boot-starter-web</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-aop</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework</groupId>
  49. <artifactId>spring-context-support</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework.boot</groupId>
  53. <artifactId>spring-boot-configuration-processor</artifactId>
  54. <optional>true</optional>
  55. </dependency>
  56. <dependency>
  57. <groupId>io.platform.spring.boot</groupId>
  58. <artifactId>dubbo-spring-boot-starter</artifactId>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.101tec</groupId>
  62. <artifactId>zkclient</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.apache.curator</groupId>
  66. <artifactId>curator-framework</artifactId>
  67. </dependency>
  68. <!-- mybatis-plus begin -->
  69. <dependency>
  70. <groupId>org.springframework.boot</groupId>
  71. <artifactId>spring-boot-starter-jdbc</artifactId>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.baomidou</groupId>
  75. <artifactId>mybatis-plus-boot-starter</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.baomidou</groupId>
  79. <artifactId>mybatis-plus</artifactId>
  80. </dependency>
  81. <!--<dependency>-->
  82. <!--<groupId>mysql</groupId>-->
  83. <!--<artifactId>mysql-connector-java</artifactId>-->
  84. <!--</dependency>-->
  85. <dependency>
  86. <groupId>com.oracle</groupId>
  87. <artifactId>ojdbc6</artifactId>
  88. <version>11.2.0.1.0</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.alibaba</groupId>
  92. <artifactId>fastjson</artifactId>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.springframework.boot</groupId>
  96. <artifactId>spring-boot-starter-data-redis</artifactId>
  97. </dependency>
  98. <dependency>
  99. <groupId>junit</groupId>
  100. <artifactId>junit</artifactId>
  101. </dependency>
  102. <dependency>
  103. <groupId>org.springframework.boot</groupId>
  104. <artifactId>spring-boot-test</artifactId>
  105. </dependency>
  106. <dependency>
  107. <groupId>org.apache.shiro</groupId>
  108. <artifactId>shiro-core</artifactId>
  109. </dependency>
  110. <!--<dependency>
  111. <groupId>cn.jpush.api</groupId>
  112. <artifactId>jpush-client</artifactId>
  113. <version>3.3.10</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>cn.jpush.api</groupId>
  117. <artifactId>jiguang-common</artifactId>
  118. <version>1.1.4</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>io.netty</groupId>
  122. <artifactId>netty-all</artifactId>
  123. <version>4.1.6.Final</version>
  124. <scope>compile</scope>
  125. </dependency>-->
  126. <!-- google二维码生成 -->
  127. <dependency>
  128. <groupId>com.google.zxing</groupId>
  129. <artifactId>core</artifactId>
  130. <version>3.3.3</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.google.zxing</groupId>
  134. <artifactId>javase</artifactId>
  135. <version>3.3.3</version>
  136. </dependency>
  137. <!--分页助手-->
  138. <dependency>
  139. <groupId>com.github.pagehelper</groupId>
  140. <artifactId>pagehelper-spring-boot-starter</artifactId>
  141. <version>1.2.5</version>
  142. </dependency>
  143. <!--分布式锁-->
  144. <dependency>
  145. <groupId>org.redisson</groupId>
  146. <artifactId>redisson</artifactId>
  147. <version>3.11.1</version>
  148. </dependency>
  149. <!--<dependency>
  150. <groupId>org.redisson</groupId>
  151. <artifactId>redisson-spring-boot-starter</artifactId>
  152. <version>3.10.4</version>
  153. </dependency>-->
  154. <dependency>
  155. <groupId>org.apache.poi</groupId>
  156. <artifactId>poi-ooxml</artifactId>
  157. <version>4.1.0</version>
  158. </dependency>
  159. </dependencies>
  160. <build>
  161. <plugins>
  162. <plugin>
  163. <groupId>org.springframework.boot</groupId>
  164. <artifactId>spring-boot-maven-plugin</artifactId>
  165. <configuration>
  166. <fork>true</fork>
  167. </configuration>
  168. </plugin>
  169. <plugin>
  170. <groupId>org.apache.maven.plugins</groupId>
  171. <artifactId>maven-deploy-plugin</artifactId>
  172. <configuration>
  173. <skip>true</skip>
  174. </configuration>
  175. </plugin>
  176. </plugins>
  177. </build>
  178. </project>