pom.xml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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>mooctest-user</artifactId>
  7. <groupId>cn.iselab.mooctest</groupId>
  8. <version>0.0.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>mooctest-user-server</artifactId>
  12. <properties>
  13. <spring.boot.version>1.3.8.RELEASE</spring.boot.version>
  14. <maven.compiler.source>1.8</maven.compiler.source>
  15. <maven.compiler.target>1.8</maven.compiler.target>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  18. <java.version>1.8</java.version>
  19. </properties>
  20. <dependencies>
  21. <dependency>
  22. <groupId>cn.iselab.mooctest</groupId>
  23. <artifactId>user-dubbo-api</artifactId>
  24. <version>1.0.27</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.mybatis.spring.boot</groupId>
  28. <artifactId>mybatis-spring-boot-starter</artifactId>
  29. <version>1.1.1</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>cn.iselab.mooctest</groupId>
  33. <artifactId>mooctest-user-common</artifactId>
  34. <version>0.0.1</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.mybatis.spring.boot</groupId>
  38. <artifactId>mybatis-spring-boot-starter</artifactId>
  39. <version>1.1.1</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter-web</artifactId>
  44. <version>${spring.boot.version}</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework.boot</groupId>
  48. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  49. <version>1.3.8.RELEASE</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework.boot</groupId>
  53. <artifactId>spring-boot-starter-mail</artifactId>
  54. <version>1.2.0.RELEASE</version>
  55. </dependency>
  56. <!--<dependency>-->
  57. <!--<groupId>org.springframework.boot</groupId>-->
  58. <!--<artifactId>spring-boot-starter-redis</artifactId>-->
  59. <!--<version>1.4.7.RELEASE</version>-->
  60. <!--</dependency>-->
  61. <!--<dependency>-->
  62. <!--<groupId>org.springframework.session</groupId>-->
  63. <!--<artifactId>spring-session-data-redis</artifactId>-->
  64. <!--<version>1.3.2.RELEASE</version>-->
  65. <!--</dependency>-->
  66. <dependency>
  67. <groupId>net.sourceforge.nekohtml</groupId>
  68. <artifactId>nekohtml</artifactId>
  69. <version>1.9.22</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework.boot</groupId>
  73. <artifactId>spring-boot-starter</artifactId>
  74. <version>${spring.boot.version}</version>
  75. <exclusions>
  76. <exclusion>
  77. <groupId>org.springframework.boot</groupId>
  78. <artifactId>spring-boot-starter-logging</artifactId>
  79. </exclusion>
  80. </exclusions>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.apache.logging.log4j</groupId>
  84. <artifactId>log4j-web</artifactId>
  85. <version>2.4.1</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.springframework.boot</groupId>
  89. <artifactId>spring-boot-starter-log4j2</artifactId>
  90. <version>${spring.boot.version}</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.springframework.boot</groupId>
  94. <artifactId>spring-boot-configuration-processor</artifactId>
  95. <version>${spring.boot.version}</version>
  96. <optional>true</optional>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.springframework.boot</groupId>
  100. <artifactId>spring-boot-starter-test</artifactId>
  101. <version>${spring.boot.version}</version>
  102. <scope>test</scope>
  103. </dependency>
  104. <dependency>
  105. <groupId>org.springframework.boot</groupId>
  106. <artifactId>spring-boot-starter-data-jpa</artifactId>
  107. <version>${spring.boot.version}</version>
  108. <exclusions>
  109. <exclusion>
  110. <groupId>org.springframework</groupId>
  111. <artifactId>spring-context</artifactId>
  112. </exclusion>
  113. <exclusion>
  114. <groupId>org.springframework</groupId>
  115. <artifactId>spring-beans</artifactId>
  116. </exclusion>
  117. <exclusion>
  118. <groupId>org.jboss.logging</groupId>
  119. <artifactId>jboss-logging</artifactId>
  120. </exclusion>
  121. <exclusion>
  122. <groupId>org.jboss.logging</groupId>
  123. <artifactId>jboss-logging-annotations</artifactId>
  124. </exclusion>
  125. </exclusions>
  126. </dependency>
  127. <!--<dependency>-->
  128. <!--<groupId>org.springframework.boot</groupId>-->
  129. <!--<artifactId>spring-boot-devtools</artifactId>-->
  130. <!--<version>${spring.boot.version}</version>-->
  131. <!--<optional>true</optional>-->
  132. <!--</dependency>-->
  133. <dependency>
  134. <groupId>org.jboss.spec.javax.servlet</groupId>
  135. <artifactId>jboss-servlet-api_3.1_spec</artifactId>
  136. <version>1.0.0.Final</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>io.dubbo.springboot</groupId>
  140. <artifactId>spring-boot-starter-dubbo</artifactId>
  141. <version>1.0.0</version>
  142. <exclusions>
  143. <exclusion>
  144. <groupId>org.javassist</groupId>
  145. <artifactId>javassist</artifactId>
  146. </exclusion>
  147. <exclusion>
  148. <groupId>org.slf4j</groupId>
  149. <artifactId>slf4j-log4j12</artifactId>
  150. </exclusion>
  151. </exclusions>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.101tec</groupId>
  155. <artifactId>zkclient</artifactId>
  156. <version>0.10</version>
  157. <exclusions>
  158. <exclusion>
  159. <groupId>org.slf4j</groupId>
  160. <artifactId>slf4j-log4j12</artifactId>
  161. </exclusion>
  162. </exclusions>
  163. </dependency>
  164. <dependency>
  165. <groupId>mysql</groupId>
  166. <artifactId>mysql-connector-java</artifactId>
  167. <version>8.0.11</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.projectlombok</groupId>
  171. <artifactId>lombok</artifactId>
  172. <version>1.16.6</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>com.fasterxml.jackson.core</groupId>
  176. <artifactId>jackson-databind</artifactId>
  177. <version>2.6.3</version>
  178. <exclusions>
  179. <exclusion>
  180. <groupId>com.fasterxml.jackson.core</groupId>
  181. <artifactId>jackson-annotations</artifactId>
  182. </exclusion>
  183. </exclusions>
  184. </dependency>
  185. <dependency>
  186. <groupId>com.fasterxml.jackson.dataformat</groupId>
  187. <artifactId>jackson-dataformat-yaml</artifactId>
  188. <version>2.6.3</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>com.lmax</groupId>
  192. <artifactId>disruptor</artifactId>
  193. <version>3.3.2</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>net.dongliu</groupId>
  197. <artifactId>requests</artifactId>
  198. <version>4.7.3</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>cn.iselab</groupId>
  202. <artifactId>ronglian-sms</artifactId>
  203. <version>1.0.0</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.apache.httpcomponents</groupId>
  207. <artifactId>httpclient</artifactId>
  208. <version>4.4.1</version>
  209. </dependency>
  210. </dependencies>
  211. <build>
  212. <finalName>${project.artifactId}</finalName>
  213. <plugins>
  214. <plugin>
  215. <groupId>org.springframework.boot</groupId>
  216. <artifactId>spring-boot-maven-plugin</artifactId>
  217. <version>${spring.boot.version}</version>
  218. <executions>
  219. <execution>
  220. <goals>
  221. <goal>repackage</goal>
  222. </goals>
  223. </execution>
  224. </executions>
  225. </plugin>
  226. <plugin>
  227. <groupId>org.apache.maven.plugins</groupId>
  228. <artifactId>maven-deploy-plugin</artifactId>
  229. <version>2.7</version>
  230. <configuration>
  231. <skip>true</skip>
  232. </configuration>
  233. </plugin>
  234. <plugin>
  235. <groupId>org.apache.maven.plugins</groupId>
  236. <artifactId>maven-compiler-plugin</artifactId>
  237. <version>3.6.0</version>
  238. <configuration>
  239. <source>1.8</source>
  240. <target>1.8</target>
  241. </configuration>
  242. </plugin>
  243. </plugins>
  244. </build>
  245. </project>