You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

264 lines
9.0 KiB

  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.simple</groupId>
  7. <artifactId>mallink</artifactId>
  8. <packaging>pom</packaging>
  9. <version>1.0</version>
  10. <modules>
  11. <module>mallinkService</module>
  12. <module>mallinkAdmin</module>
  13. <module>mallinkCApi</module>
  14. <module>mallinkBApi</module>
  15. </modules>
  16. <parent>
  17. <groupId>org.springframework.boot</groupId>
  18. <artifactId>spring-boot-starter-parent</artifactId>
  19. <version>1.5.15.RELEASE</version>
  20. <relativePath/>
  21. </parent>
  22. <properties>
  23. <weixin-java-miniapp.version>3.1.0</weixin-java-miniapp.version>
  24. </properties>
  25. <dependencyManagement>
  26. <dependencies>
  27. <dependency>
  28. <groupId>com.amazonaws</groupId>
  29. <artifactId>aws-java-sdk-bom</artifactId>
  30. <version>1.11.404</version>
  31. <type>pom</type>
  32. <scope>import</scope>
  33. </dependency>
  34. </dependencies>
  35. </dependencyManagement>
  36. <dependencies>
  37. <dependency>
  38. <groupId>org.springframework.boot</groupId>
  39. <artifactId>spring-boot-starter-web</artifactId>
  40. <exclusions>
  41. <exclusion>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter-tomcat</artifactId>
  44. </exclusion>
  45. </exclusions>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework.boot</groupId>
  49. <artifactId>spring-boot-starter-undertow</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework.boot</groupId>
  53. <artifactId>spring-boot-starter-aop</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.springframework.boot</groupId>
  57. <artifactId>spring-boot-starter-amqp</artifactId>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.springframework.boot</groupId>
  61. <artifactId>spring-boot-starter-data-redis</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework.boot</groupId>
  65. <artifactId>spring-boot-starter-freemarker</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.springframework.boot</groupId>
  69. <artifactId>spring-boot-configuration-processor</artifactId>
  70. <optional>true</optional>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.mybatis.spring.boot</groupId>
  74. <artifactId>mybatis-spring-boot-starter</artifactId>
  75. <version>1.3.1</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.github.pagehelper</groupId>
  79. <artifactId>pagehelper-spring-boot-starter</artifactId>
  80. <version>1.2.1</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>tk.mybatis</groupId>
  84. <artifactId>mapper-spring-boot-starter</artifactId>
  85. <version>1.1.7</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>mysql</groupId>
  89. <artifactId>mysql-connector-java</artifactId>
  90. <version>5.1.44</version>
  91. <scope>runtime</scope>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.springframework.boot</groupId>
  95. <artifactId>spring-boot-starter-test</artifactId>
  96. <scope>test</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.apache.commons</groupId>
  100. <artifactId>commons-lang3</artifactId>
  101. <version>3.6</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>com.google.guava</groupId>
  105. <artifactId>guava</artifactId>
  106. <version>23.6-jre</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.alibaba</groupId>
  110. <artifactId>fastjson</artifactId>
  111. <version>1.2.44</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.alibaba</groupId>
  115. <artifactId>druid</artifactId>
  116. <version>1.1.2</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.mybatis.generator</groupId>
  120. <artifactId>mybatis-generator-core</artifactId>
  121. <version>1.3.6</version>
  122. </dependency>
  123. <!-- Swagger -->
  124. <dependency>
  125. <groupId>io.springfox</groupId>
  126. <artifactId>springfox-swagger-ui</artifactId>
  127. <version>2.6.1</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>io.springfox</groupId>
  131. <artifactId>springfox-swagger2</artifactId>
  132. <version>2.6.1</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>javax.persistence</groupId>
  136. <artifactId>persistence-api</artifactId>
  137. <version>1.0</version>
  138. </dependency>
  139. <!-- </dependencyManagement> -->
  140. <!-- <dependencies> -->
  141. <!-- <dependency> -->
  142. <!-- <groupId>com.simple</groupId> -->
  143. <!-- <artifactId>base</artifactId> -->
  144. <!-- <version>1.0</version> -->
  145. <!-- </dependency> -->
  146. <!-- <dependency> -->
  147. <!-- <groupId>com.simple</groupId> -->
  148. <!-- <artifactId>freemarker</artifactId> -->
  149. <!-- <version>1.0</version> -->
  150. <!-- </dependency> -->
  151. <dependency>
  152. <groupId>org.apache.shiro</groupId>
  153. <artifactId>shiro-spring</artifactId>
  154. <version>1.4.0</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>org.crazycake</groupId>
  158. <artifactId>shiro-redis</artifactId>
  159. <version>2.4.2.1-RELEASE</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>jdom</groupId>
  163. <artifactId>jdom</artifactId>
  164. <version>1.0</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.bouncycastle</groupId>
  168. <artifactId>bcprov-jdk16</artifactId>
  169. <version>1.45</version>
  170. </dependency>
  171. <!-- <dependency> -->
  172. <!-- <groupId>net.coobird</groupId> -->
  173. <!-- <artifactId>thumbnailator</artifactId> -->
  174. <!-- <version>0.4.8</version> -->
  175. <!-- </dependency> -->
  176. <dependency>
  177. <groupId>commons-lang</groupId>
  178. <artifactId>commons-lang</artifactId>
  179. <version>2.6</version>
  180. </dependency>
  181. <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
  182. <dependency>
  183. <groupId>commons-io</groupId>
  184. <artifactId>commons-io</artifactId>
  185. <version>2.5</version>
  186. </dependency>
  187. <!--easypoi-->
  188. <dependency>
  189. <groupId>cn.afterturn</groupId>
  190. <artifactId>easypoi-spring-boot-starter</artifactId>
  191. <version>3.2.0</version>
  192. </dependency>
  193. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas -->
  194. <dependency>
  195. <groupId>org.apache.poi</groupId>
  196. <artifactId>poi-ooxml-schemas</artifactId>
  197. <version>3.15</version>
  198. </dependency>
  199. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  200. <dependency>
  201. <groupId>com.squareup.okhttp3</groupId>
  202. <artifactId>okhttp</artifactId>
  203. <version>3.11.0</version>
  204. </dependency>
  205. <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
  206. <dependency>
  207. <groupId>org.dom4j</groupId>
  208. <artifactId>dom4j</artifactId>
  209. <version>2.1.1</version>
  210. </dependency>
  211. <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
  212. <dependency>
  213. <groupId>com.google.code.gson</groupId>
  214. <artifactId>gson</artifactId>
  215. <version>2.8.5</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.github.binarywang</groupId>
  219. <artifactId>weixin-java-miniapp</artifactId>
  220. <version>${weixin-java-miniapp.version}</version>
  221. </dependency>
  222. <dependency>
  223. <groupId>com.github.ulisesbocchio</groupId>
  224. <artifactId>jasypt-spring-boot</artifactId>
  225. <version>2.0.0</version>
  226. </dependency>
  227. </dependencies>
  228. <build>
  229. <plugins>
  230. <plugin>
  231. <groupId>org.apache.maven.plugins</groupId>
  232. <artifactId>maven-compiler-plugin</artifactId>
  233. <version>3.1</version>
  234. <configuration>
  235. <source>1.8</source>
  236. <target>1.8</target>
  237. </configuration>
  238. </plugin>
  239. </plugins>
  240. </build>
  241. </project>