pom.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <artifactId>mooctest-site</artifactId>
  6. <groupId>cn.iselab.mooctest</groupId>
  7. <version>0.0.1</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>mooctest-site-server</artifactId>
  11. <dependencies>
  12. <!--dubbo-service-api-->
  13. <dependency>
  14. <groupId>cn.iselab.mooctest</groupId>
  15. <artifactId>user-dubbo-api</artifactId>
  16. <version>1.0.14</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>cn.iselab.mooctest</groupId>
  20. <artifactId>dev-dubbo-api</artifactId>
  21. <version>2.7.2</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>cn.iselab.mooctest</groupId>
  25. <artifactId>kibug-dubbo-api</artifactId>
  26. <version>1.4</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>cn.iselab.mooctest</groupId>
  30. <artifactId>oauth2-dubbo-api</artifactId>
  31. <version>1.0.21</version>
  32. </dependency>
  33. <!--dubbo-service-api-->
  34. <!--dubbo-dependency-->
  35. <!-- https://mvnrepository.com/artifact/io.dubbo.springboot/spring-boot-starter-dubbo -->
  36. <dependency>
  37. <groupId>io.dubbo.springboot</groupId>
  38. <artifactId>spring-boot-starter-dubbo</artifactId>
  39. <version>1.0.0</version>
  40. <exclusions>
  41. <exclusion>
  42. <groupId>org.javassist</groupId>
  43. <artifactId>javassist</artifactId>
  44. </exclusion>
  45. <exclusion>
  46. <groupId>org.slf4j</groupId>
  47. <artifactId>slf4j-log4j12</artifactId>
  48. </exclusion>
  49. </exclusions>
  50. </dependency>
  51. <!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper -->
  52. <dependency>
  53. <groupId>org.apache.zookeeper</groupId>
  54. <artifactId>zookeeper</artifactId>
  55. <version>3.4.9</version>
  56. <exclusions>
  57. <exclusion>
  58. <groupId>org.slf4j</groupId>
  59. <artifactId>slf4j-log4j12</artifactId>
  60. </exclusion>
  61. </exclusions>
  62. </dependency>
  63. <!-- https://mvnrepository.com/artifact/com.101tec/zkclient -->
  64. <dependency>
  65. <groupId>com.101tec</groupId>
  66. <artifactId>zkclient</artifactId>
  67. <version>0.10</version>
  68. <exclusions>
  69. <exclusion>
  70. <groupId>org.slf4j</groupId>
  71. <artifactId>slf4j-log4j12</artifactId>
  72. </exclusion>
  73. </exclusions>
  74. </dependency>
  75. <!--dubbo-dependency-->
  76. <dependency>
  77. <groupId>cn.iselab.mooctest</groupId>
  78. <artifactId>mooctest-site-common</artifactId>
  79. <version>0.0.1</version>
  80. </dependency>
  81. <!-- MS framework dependencies start -->
  82. <dependency>
  83. <groupId>org.jboss.spec.javax.servlet</groupId>
  84. <artifactId>jboss-servlet-api_3.1_spec</artifactId>
  85. <version>1.0.0.Final</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.springframework.boot</groupId>
  89. <artifactId>spring-boot-starter-web</artifactId>
  90. <version>${spring.boot.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.springframework.boot</groupId>
  94. <artifactId>spring-boot-starter</artifactId>
  95. <version>${spring.boot.version}</version>
  96. <exclusions>
  97. <exclusion>
  98. <groupId>org.springframework.boot</groupId>
  99. <artifactId>spring-boot-starter-logging</artifactId>
  100. </exclusion>
  101. </exclusions>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.apache.logging.log4j</groupId>
  105. <artifactId>log4j-web</artifactId>
  106. <version>2.4.1</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.springframework.boot</groupId>
  110. <artifactId>spring-boot-starter-log4j2</artifactId>
  111. <version>${spring.boot.version}</version>
  112. </dependency>
  113. <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-amqp -->
  114. <dependency>
  115. <groupId>org.springframework.boot</groupId>
  116. <artifactId>spring-boot-starter-amqp</artifactId>
  117. <version>${spring.boot.version}</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.springframework.boot</groupId>
  121. <artifactId>spring-boot-configuration-processor</artifactId>
  122. <version>${spring.boot.version}</version>
  123. <optional>true</optional>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.fasterxml.jackson.core</groupId>
  127. <artifactId>jackson-databind</artifactId>
  128. <version>2.6.3</version>
  129. <exclusions>
  130. <exclusion>
  131. <groupId>com.fasterxml.jackson.core</groupId>
  132. <artifactId>jackson-annotations</artifactId>
  133. </exclusion>
  134. </exclusions>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.fasterxml.jackson.dataformat</groupId>
  138. <artifactId>jackson-dataformat-yaml</artifactId>
  139. <version>2.6.3</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.lmax</groupId>
  143. <artifactId>disruptor</artifactId>
  144. <version>3.3.2</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.springframework.boot</groupId>
  148. <artifactId>spring-boot-starter-cache</artifactId>
  149. <version>${spring.boot.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.springframework.boot</groupId>
  153. <artifactId>spring-boot-starter-data-jpa</artifactId>
  154. <version>${spring.boot.version}</version>
  155. <exclusions>
  156. <exclusion>
  157. <groupId>org.springframework</groupId>
  158. <artifactId>spring-context</artifactId>
  159. </exclusion>
  160. <exclusion>
  161. <groupId>org.springframework</groupId>
  162. <artifactId>spring-beans</artifactId>
  163. </exclusion>
  164. <exclusion>
  165. <groupId>org.jboss.logging</groupId>
  166. <artifactId>jboss-logging</artifactId>
  167. </exclusion>
  168. <exclusion>
  169. <groupId>org.jboss.logging</groupId>
  170. <artifactId>jboss-logging-annotations</artifactId>
  171. </exclusion>
  172. </exclusions>
  173. </dependency>
  174. <dependency>
  175. <groupId>mysql</groupId>
  176. <artifactId>mysql-connector-java</artifactId>
  177. <version>5.1.38</version>
  178. </dependency>
  179. <!-- MS framework dependencies end -->
  180. <!--EasyExcel dependencies-->
  181. <dependency>
  182. <groupId>cn.afterturn</groupId>
  183. <artifactId>easypoi-base</artifactId>
  184. <version>3.0.1</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>cn.afterturn</groupId>
  188. <artifactId>easypoi-web</artifactId>
  189. <version>3.0.1</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>cn.afterturn</groupId>
  193. <artifactId>easypoi-annotation</artifactId>
  194. <version>3.0.1</version>
  195. </dependency>
  196. <!--EasyExcel END-->
  197. <!-- SMS dependency -->
  198. <dependency>
  199. <groupId>cn.iselab</groupId>
  200. <artifactId>ronglian-sms</artifactId>
  201. <version>1.0.0</version>
  202. </dependency>
  203. <!-- SMS dependency end -->
  204. <!-- Mail dependency -->
  205. <dependency>
  206. <groupId>javax.mail</groupId>
  207. <artifactId>mail</artifactId>
  208. <version>1.4.1</version>
  209. </dependency>
  210. <!-- Mail dependency end -->
  211. <!-- kaptcha verification code -->
  212. <dependency>
  213. <groupId>com.github.penggle</groupId>
  214. <artifactId>kaptcha</artifactId>
  215. <version>2.3.2</version>
  216. </dependency>
  217. <!-- Apache commons validator -->
  218. <dependency>
  219. <groupId>commons-validator</groupId>
  220. <artifactId>commons-validator</artifactId>
  221. <version>1.4.1</version>
  222. </dependency>
  223. <!-- validator end -->
  224. <!-- Velocity engine -->
  225. <dependency>
  226. <groupId>org.apache.velocity</groupId>
  227. <artifactId>velocity</artifactId>
  228. <version>1.7</version>
  229. </dependency>
  230. <!-- Velocity engine -->
  231. <!-- Aliyun OSS -->
  232. <dependency>
  233. <groupId>com.aliyun.oss</groupId>
  234. <artifactId>aliyun-sdk-oss</artifactId>
  235. <version>2.5.0</version>
  236. </dependency>
  237. <dependency>
  238. <groupId>com.aliyun</groupId>
  239. <artifactId>aliyun-java-sdk-sts</artifactId>
  240. <version>2.1.6</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>com.aliyun</groupId>
  244. <artifactId>aliyun-java-sdk-core</artifactId>
  245. <version>2.1.7</version>
  246. </dependency>
  247. <!-- OSS end -->
  248. <dependency>
  249. <groupId>org.projectlombok</groupId>
  250. <artifactId>lombok</artifactId>
  251. <version>1.16.6</version>
  252. </dependency>
  253. <!-- Shiro -->
  254. <dependency>
  255. <groupId>org.apache.shiro</groupId>
  256. <artifactId>shiro-spring</artifactId>
  257. <version>1.3.2</version>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.apache.shiro</groupId>
  261. <artifactId>shiro-ehcache</artifactId>
  262. <version>1.3.2</version>
  263. </dependency>
  264. <!-- Shiro End -->
  265. <dependency>
  266. <groupId>net.dongliu</groupId>
  267. <artifactId>requests</artifactId>
  268. <version>4.7.3</version>
  269. </dependency>
  270. <!-- ZIP -->
  271. <dependency>
  272. <groupId>net.lingala.zip4j</groupId>
  273. <artifactId>zip4j</artifactId>
  274. <version>1.3.2</version>
  275. </dependency>
  276. <!-- PDF -->
  277. <dependency>
  278. <groupId>com.itextpdf</groupId>
  279. <artifactId>itext-asian</artifactId>
  280. <version>5.2.0</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>com.itextpdf</groupId>
  284. <artifactId>itextpdf</artifactId>
  285. <version>5.5.10</version>
  286. </dependency>
  287. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 -->
  288. <dependency>
  289. <groupId>org.apache.commons</groupId>
  290. <artifactId>commons-math3</artifactId>
  291. <version>3.6</version>
  292. </dependency>
  293. <!--<dependency>-->
  294. <!--<groupId>org.springframework.boot</groupId>-->
  295. <!--<artifactId>spring-boot-devtools</artifactId>-->
  296. <!--<version>1.3.5.RELEASE</version>-->
  297. <!--<optional>true</optional>-->
  298. <!--</dependency>-->
  299. </dependencies>
  300. <build>
  301. <finalName>${project.artifactId}</finalName>
  302. <plugins>
  303. <plugin>
  304. <groupId>org.springframework.boot</groupId>
  305. <artifactId>spring-boot-maven-plugin</artifactId>
  306. <version>${spring.boot.version}</version>
  307. <executions>
  308. <execution>
  309. <goals>
  310. <goal>repackage</goal>
  311. </goals>
  312. </execution>
  313. </executions>
  314. </plugin>
  315. <plugin>
  316. <groupId>org.apache.maven.plugins</groupId>
  317. <artifactId>maven-deploy-plugin</artifactId>
  318. <version>2.7</version>
  319. <configuration>
  320. <skip>true</skip>
  321. </configuration>
  322. </plugin>
  323. <plugin>
  324. <groupId>org.apache.maven.plugins</groupId>
  325. <artifactId>maven-compiler-plugin</artifactId>
  326. <version>3.6.0</version>
  327. <configuration>
  328. <source>1.8</source>
  329. <target>1.8</target>
  330. </configuration>
  331. </plugin>
  332. </plugins>
  333. </build>
  334. </project>