pom.xml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. <groupId>org.linlinjava</groupId>
  5. <artifactId>litemall</artifactId>
  6. <version>0.1.0</version>
  7. <packaging>pom</packaging>
  8. <parent>
  9. <groupId>org.springframework.boot</groupId>
  10. <artifactId>spring-boot-starter-parent</artifactId>
  11. <version>2.1.5.RELEASE</version>
  12. <relativePath/>
  13. </parent>
  14. <properties>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. <java.version>1.8</java.version>
  17. <maven.test.skip>true</maven.test.skip>
  18. </properties>
  19. <modules>
  20. <module>litemall-core</module>
  21. <module>litemall-db</module>
  22. <module>litemall-wx-api</module>
  23. <module>litemall-admin-api</module>
  24. <module>litemall-all</module>
  25. </modules>
  26. <dependencyManagement>
  27. <dependencies>
  28. <dependency>
  29. <groupId>org.linlinjava</groupId>
  30. <artifactId>litemall-core</artifactId>
  31. <version>${project.version}</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.linlinjava</groupId>
  35. <artifactId>litemall-db</artifactId>
  36. <version>${project.version}</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.linlinjava</groupId>
  40. <artifactId>litemall-wx-api</artifactId>
  41. <version>${project.version}</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.linlinjava</groupId>
  45. <artifactId>litemall-admin-api</artifactId>
  46. <version>${project.version}</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.linlinjava</groupId>
  50. <artifactId>litemall-all</artifactId>
  51. <version>${project.version}</version>
  52. </dependency>
  53. <!-- Spring Boot Mybatis 依赖 -->
  54. <dependency>
  55. <groupId>org.mybatis.spring.boot</groupId>
  56. <artifactId>mybatis-spring-boot-starter</artifactId>
  57. <version>1.3.2</version>
  58. </dependency>
  59. <!-- Spring Boot pagehelper 依赖 -->
  60. <dependency>
  61. <groupId>com.github.pagehelper</groupId>
  62. <artifactId>pagehelper-spring-boot-starter</artifactId>
  63. <version>1.2.5</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.apache.shiro</groupId>
  67. <artifactId>shiro-spring-boot-web-starter</artifactId>
  68. <version>1.4.0</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.hibernate.validator</groupId>
  72. <artifactId>hibernate-validator</artifactId>
  73. <version>6.0.15.Final</version>
  74. </dependency>
  75. <!-- MySQL 连接驱动依赖 -->
  76. <dependency>
  77. <groupId>mysql</groupId>
  78. <artifactId>mysql-connector-java</artifactId>
  79. <version>5.1.46</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.alibaba</groupId>
  83. <artifactId>druid-spring-boot-starter</artifactId>
  84. <version>1.1.10</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.github.binarywang</groupId>
  88. <artifactId>weixin-java-pay</artifactId>
  89. <version>3.3.0</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.github.binarywang</groupId>
  93. <artifactId>weixin-java-miniapp</artifactId>
  94. <version>3.3.0</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.github.qcloudsms</groupId>
  98. <artifactId>qcloudsms</artifactId>
  99. <version>1.0.5</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.qcloud</groupId>
  103. <artifactId>cos_api</artifactId>
  104. <version>5.6.8</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.aliyun.oss</groupId>
  108. <artifactId>aliyun-sdk-oss</artifactId>
  109. <version>2.5.0</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.qiniu</groupId>
  113. <artifactId>qiniu-java-sdk</artifactId>
  114. <version>[7.2.0, 7.2.99]</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>org.springframework.boot</groupId>
  118. <artifactId>spring-boot-starter-json</artifactId>
  119. <version>2.0.4.RELEASE</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>org.springframework.boot</groupId>
  123. <artifactId>spring-boot-starter-mail</artifactId>
  124. <version>2.0.4.RELEASE</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>io.springfox</groupId>
  128. <artifactId>springfox-swagger2</artifactId>
  129. <version>2.2.2</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>io.springfox</groupId>
  133. <artifactId>springfox-swagger-ui</artifactId>
  134. <version>2.2.2</version>
  135. </dependency>
  136. </dependencies>
  137. </dependencyManagement>
  138. <dependencies>
  139. <!-- 热部署模块 -->
  140. <dependency>
  141. <groupId>org.springframework.boot</groupId>
  142. <artifactId>spring-boot-devtools</artifactId>
  143. <optional>true</optional>
  144. </dependency>
  145. <!-- 测试模块 -->
  146. <dependency>
  147. <groupId>org.springframework.boot</groupId>
  148. <artifactId>spring-boot-starter-test</artifactId>
  149. <scope>test</scope>
  150. <exclusions>
  151. <exclusion>
  152. <groupId>com.vaadin.external.google</groupId>
  153. <artifactId>android-json</artifactId>
  154. </exclusion>
  155. </exclusions>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.powermock</groupId>
  159. <artifactId>powermock-api-mockito</artifactId>
  160. <version>1.6.6</version>
  161. <scope>test</scope>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.powermock</groupId>
  165. <artifactId>powermock-module-junit4</artifactId>
  166. <version>1.6.6</version>
  167. <scope>test</scope>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.mockito</groupId>
  171. <artifactId>mockito-core</artifactId>
  172. <version>1.10.19</version>
  173. <scope>test</scope>
  174. </dependency>
  175. </dependencies>
  176. <build>
  177. <plugins>
  178. <plugin>
  179. <groupId>org.springframework.boot</groupId>
  180. <artifactId>spring-boot-maven-plugin</artifactId>
  181. <executions>
  182. <execution>
  183. <id>repackage</id>
  184. <configuration>
  185. <executable>true</executable>
  186. <classifier>exec</classifier>
  187. </configuration>
  188. </execution>
  189. </executions>
  190. </plugin>
  191. <plugin>
  192. <groupId>org.apache.maven.plugins</groupId>
  193. <artifactId>maven-compiler-plugin</artifactId>
  194. <version>3.1</version>
  195. <configuration>
  196. <source>1.8</source>
  197. <target>1.8</target>
  198. </configuration>
  199. </plugin>
  200. </plugins>
  201. </build>
  202. </project>