pom.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  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. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.yihu</groupId>
  6. <artifactId>wlyy</artifactId>
  7. <version>1.0.0</version>
  8. <packaging>pom</packaging>
  9. <name>wlyy</name>
  10. <!--deploy 的时候发布到这个服务器-->
  11. <distributionManagement>
  12. <repository>
  13. <id>releases</id>
  14. <name>Releases</name>
  15. <url>http://172.19.103.43:8081/nexus/content/repositories/releases/</url>
  16. </repository>
  17. <snapshotRepository>
  18. <id>snapshots</id>
  19. <name>Snapshots</name>
  20. <url>http://172.19.103.43:8081/nexus/content/repositories/snapshots/</url>
  21. </snapshotRepository>
  22. </distributionManagement>
  23. <properties>
  24. <version.spring-boot>1.3.5.RELEASE</version.spring-boot>
  25. <version.springside>4.2.3-GA</version.springside>
  26. <version.spring>4.3.2.RELEASE</version.spring>
  27. <version.spring-data-jpa>1.6.0.RELEASE</version.spring-data-jpa>
  28. <version.spring-data-commons>1.8.0.RELEASE</version.spring-data-commons>
  29. <version.spring-data-keyvalue>1.1.2.RELEASE</version.spring-data-keyvalue>
  30. <version.spring-data-redis>1.7.2.RELEASE</version.spring-data-redis>
  31. <version.swagger>2.7.0</version.swagger>
  32. <version.poi>3.15-beta1</version.poi>
  33. <version.hibernate>4.3.5.Final</version.hibernate>
  34. <version.hibernate-validator>5.0.3.Final</version.hibernate-validator>
  35. <version.logback>1.1.2</version.logback>
  36. <version.aspectj>1.7.4</version.aspectj>
  37. <version.quartz>2.2.3</version.quartz>
  38. <version.redis>2.8.1</version.redis>
  39. <version.fastdfs>1.25</version.fastdfs>
  40. <version.servlet-api>3.1.0</version.servlet-api>
  41. <version.joda-time>2.8.2</version.joda-time>
  42. <version.kaptcha>2.3</version.kaptcha>
  43. <version.orgjson>20160212</version.orgjson>
  44. <version.htmlparser>2.1</version.htmlparser>
  45. <version.xom>1.1</version.xom>
  46. <version.xstream>1.4.7</version.xstream>
  47. <version.zxing>3.2.0</version.zxing>
  48. <version.fastdfs>1.2.17</version.fastdfs>
  49. <version.ylz>1.0.0</version.ylz>
  50. <version.elasticsearch>2.4.4</version.elasticsearch>
  51. <version.jest>2.4.0</version.jest>
  52. <sitemesh.version>2.4.2</sitemesh.version>
  53. <jackson.version>2.6.6</jackson.version>
  54. <slf4j.version>1.7.7</slf4j.version>
  55. <commons-lang3.version>3.3.2</commons-lang3.version>
  56. <guava.version>18.0</guava.version>
  57. <assertj.version>1.6.1</assertj.version>
  58. <mockito.version>1.9.5</mockito.version>
  59. <selenium.version>2.42.2</selenium.version>
  60. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  61. <version.mysql>5.1.38</version.mysql>
  62. <version.activemq>5.15.0</version.activemq>
  63. <version.common>1.0.0</version.common>
  64. </properties>
  65. <dependencyManagement>
  66. <dependencies>
  67. <dependency>
  68. <groupId>com.yihu</groupId>
  69. <artifactId>common-entity</artifactId>
  70. <version>${version.common}</version>
  71. </dependency>
  72. <!--Spring boot family-->
  73. <dependency>
  74. <groupId>org.springframework.boot</groupId>
  75. <artifactId>spring-boot</artifactId>
  76. <version>${version.spring-boot}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.springframework.boot</groupId>
  80. <artifactId>spring-boot-autoconfigure</artifactId>
  81. <version>${version.spring-boot}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.springframework.boot</groupId>
  85. <artifactId>spring-boot-actuator-docs</artifactId>
  86. <version>${version.spring-boot}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.springframework.boot</groupId>
  90. <artifactId>spring-boot-starter-security</artifactId>
  91. <version>${version.spring-boot}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.springframework.boot</groupId>
  95. <artifactId>spring-boot-starter-mail</artifactId>
  96. <version>${version.spring-boot}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.springframework.boot</groupId>
  100. <artifactId>spring-boot-devtools</artifactId>
  101. <version>${version.spring-boot}</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.springframework.boot</groupId>
  105. <artifactId>spring-boot-starter-actuator</artifactId>
  106. <version>${version.spring-boot}</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.springframework.boot</groupId>
  110. <artifactId>spring-boot-actuator</artifactId>
  111. <version>${version.spring-boot}</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.springframework.boot</groupId>
  115. <artifactId>spring-boot-starter-aop</artifactId>
  116. <version>${version.spring-boot}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>org.springframework.boot</groupId>
  120. <artifactId>spring-boot-starter-data-jpa</artifactId>
  121. <version>${version.spring-boot}</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.springframework.boot</groupId>
  125. <artifactId>spring-boot-starter-jdbc</artifactId>
  126. <version>${version.spring-boot}</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.springframework.boot</groupId>
  130. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  131. <version>${version.spring-boot}</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.springframework.boot</groupId>
  135. <artifactId>spring-boot-starter-test</artifactId>
  136. <version>${version.spring-boot}</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.springframework.boot</groupId>
  140. <artifactId>spring-boot-starter-mail</artifactId>
  141. <version>${version.spring-boot}</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.springframework.boot</groupId>
  145. <artifactId>spring-boot-starter-web</artifactId>
  146. <version>${version.spring-boot}</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.springframework.boot</groupId>
  150. <artifactId>spring-boot-starter-tomcat</artifactId>
  151. <version>${version.spring-boot}</version>
  152. </dependency>
  153. <!-- end -->
  154. <dependency>
  155. <groupId>javax.servlet</groupId>
  156. <artifactId>javax.servlet-api</artifactId>
  157. <version>${version.servlet-api}</version>
  158. </dependency>
  159. <!-- spring start -->
  160. <dependency>
  161. <groupId>org.springframework</groupId>
  162. <artifactId>spring-beans</artifactId>
  163. <version>${version.spring}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>org.springframework</groupId>
  167. <artifactId>spring-core</artifactId>
  168. <version>${version.spring}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>org.springframework.data</groupId>
  172. <artifactId>spring-data-commons</artifactId>
  173. <version>${version.spring-data-commons}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.springframework.data</groupId>
  177. <artifactId>spring-data-keyvalue</artifactId>
  178. <version>${version.spring-data-keyvalue}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>org.springframework</groupId>
  182. <artifactId>spring-jms</artifactId>
  183. <version>${version.spring}</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>org.apache.activemq</groupId>
  187. <artifactId>activemq-all</artifactId>
  188. <version>${version.activemq}</version>
  189. </dependency>
  190. <!-- spring end -->
  191. <!--Swagger start -->
  192. <dependency>
  193. <groupId>io.springfox</groupId>
  194. <artifactId>springfox-swagger2</artifactId>
  195. <version>${version.swagger}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>io.springfox</groupId>
  199. <artifactId>springfox-swagger-ui</artifactId>
  200. <version>${version.swagger}</version>
  201. </dependency>
  202. <!--Swagger end -->
  203. <dependency>
  204. <groupId>com.yihu</groupId>
  205. <artifactId>jave-ffmpegjave</artifactId>
  206. <version>1.0.4</version>
  207. </dependency>
  208. <!-- poi start-->
  209. <dependency>
  210. <groupId>org.apache.poi</groupId>
  211. <artifactId>poi</artifactId>
  212. <version>${version.poi}</version>
  213. </dependency>
  214. <!-- poi end-->
  215. <dependency>
  216. <groupId>org.apache.axis</groupId>
  217. <artifactId>axis</artifactId>
  218. <version>1.4</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>axis</groupId>
  222. <artifactId>axis-jaxrpc</artifactId>
  223. <version>1.3</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.apache.httpcomponents</groupId>
  227. <artifactId>httpclient</artifactId>
  228. <version>4.5.2</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>sehrCrypto</groupId>
  232. <artifactId>sehrCrypto</artifactId>
  233. <version>1.0.0</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.jdom</groupId>
  237. <artifactId>jdom</artifactId>
  238. <version>1.1.3</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>org.bouncycastle</groupId>
  242. <artifactId>bcprov-jdk16</artifactId>
  243. <version>1.46</version>
  244. </dependency>
  245. <!-- Apache Commons fileupload -->
  246. <dependency>
  247. <groupId>commons-fileupload</groupId>
  248. <artifactId>commons-fileupload</artifactId>
  249. <version>1.2.1</version>
  250. </dependency>
  251. <dependency>
  252. <groupId>org.apache.commons</groupId>
  253. <artifactId>commons-io</artifactId>
  254. <version>1.3.2</version>
  255. </dependency>
  256. <!-- SPRINGSIDE -->
  257. <dependency>
  258. <groupId>org.springside</groupId>
  259. <artifactId>springside-core</artifactId>
  260. <version>${version.springside}</version>
  261. </dependency>
  262. <!-- PERSISTENCE begin -->
  263. <!-- hibernate -->
  264. <dependency>
  265. <groupId>org.hibernate</groupId>
  266. <artifactId>hibernate-entitymanager</artifactId>
  267. <version>${version.hibernate}</version>
  268. </dependency>
  269. <dependency>
  270. <groupId>com.google.code.kaptcha</groupId>
  271. <artifactId>kaptcha</artifactId>
  272. <version>${version.kaptcha}</version>
  273. </dependency>
  274. <!-- spring data access -->
  275. <dependency>
  276. <groupId>org.springframework.data</groupId>
  277. <artifactId>spring-data-jpa</artifactId>
  278. <version>${version.spring-data-jpa}</version>
  279. </dependency>
  280. <!-- aspectjrt start -->
  281. <dependency>
  282. <groupId>org.aspectj</groupId>
  283. <artifactId>aspectjrt</artifactId>
  284. <version>${version.aspectj}</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>org.aspectj</groupId>
  288. <artifactId>aspectjweaver</artifactId>
  289. <version>${version.aspectj}</version>
  290. </dependency>
  291. <!-- aspectjrt end -->
  292. <!-- jdbc driver -->
  293. <dependency>
  294. <groupId>mysql</groupId>
  295. <artifactId>mysql-connector-java</artifactId>
  296. <version>${version.mysql}</version>
  297. </dependency>
  298. <!-- PERSISTENCE end -->
  299. <!-- WEB begin -->
  300. <dependency>
  301. <groupId>opensymphony</groupId>
  302. <artifactId>sitemesh</artifactId>
  303. <version>${sitemesh.version}</version>
  304. <scope>runtime</scope>
  305. </dependency>
  306. <dependency>
  307. <groupId>javax.servlet</groupId>
  308. <artifactId>jstl</artifactId>
  309. <version>1.2</version>
  310. </dependency>
  311. <dependency>
  312. <groupId>javax.servlet</groupId>
  313. <artifactId>javax.servlet-api</artifactId>
  314. <version>3.0.1</version>
  315. <scope>provided</scope>
  316. </dependency>
  317. <!-- WEB end -->
  318. <!-- JSR303 BeanValidator -->
  319. <dependency>
  320. <groupId>org.hibernate</groupId>
  321. <artifactId>hibernate-validator</artifactId>
  322. <version>${version.hibernate-validator}</version>
  323. </dependency>
  324. <!-- JSON begin -->
  325. <dependency>
  326. <groupId>com.fasterxml.jackson.core</groupId>
  327. <artifactId>jackson-databind</artifactId>
  328. <version>${jackson.version}</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>com.fasterxml.jackson.dataformat</groupId>
  332. <artifactId>jackson-dataformat-xml</artifactId>
  333. <version>${jackson.version}</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>com.fasterxml.jackson.module</groupId>
  337. <artifactId>jackson-module-jaxb-annotations</artifactId>
  338. <version>${jackson.version}</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>org.json</groupId>
  342. <artifactId>json</artifactId>
  343. <version>${version.orgjson}</version>
  344. </dependency>
  345. <!-- JSON end -->
  346. <dependency>
  347. <groupId>org.htmlparser</groupId>
  348. <artifactId>htmlparser</artifactId>
  349. <version>${version.htmlparser}</version>
  350. </dependency>
  351. <dependency>
  352. <groupId>xom</groupId>
  353. <artifactId>xom</artifactId>
  354. <version>${version.xom}</version>
  355. </dependency>
  356. <dependency>
  357. <groupId>com.thoughtworks.xstream</groupId>
  358. <artifactId>xstream</artifactId>
  359. <version>${version.xstream}</version>
  360. </dependency>
  361. <!-- LOGGING begin -->
  362. <dependency>
  363. <groupId>org.slf4j</groupId>
  364. <artifactId>slf4j-api</artifactId>
  365. <version>${slf4j.version}</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>ch.qos.logback</groupId>
  369. <artifactId>logback-classic</artifactId>
  370. <version>${version.logback}</version>
  371. <scope>runtime</scope>
  372. </dependency>
  373. <dependency>
  374. <groupId>ch.qos.logback</groupId>
  375. <artifactId>logback-core</artifactId>
  376. <version>${version.logback}</version>
  377. <scope>runtime</scope>
  378. </dependency>
  379. <!-- 代码直接调用log4j会被桥接到slf4j -->
  380. <dependency>
  381. <groupId>org.slf4j</groupId>
  382. <artifactId>log4j-over-slf4j</artifactId>
  383. <version>${slf4j.version}</version>
  384. <scope>runtime</scope>
  385. </dependency>
  386. <!-- 代码直接调用common-logging会被桥接到slf4j -->
  387. <dependency>
  388. <groupId>org.slf4j</groupId>
  389. <artifactId>jcl-over-slf4j</artifactId>
  390. <version>${slf4j.version}</version>
  391. <scope>runtime</scope>
  392. </dependency>
  393. <!-- 代码直接调用java.util.logging会被桥接到slf4j -->
  394. <dependency>
  395. <groupId>org.slf4j</groupId>
  396. <artifactId>jul-to-slf4j</artifactId>
  397. <version>${slf4j.version}</version>
  398. <scope>runtime</scope>
  399. </dependency>
  400. <!-- LOGGING end -->
  401. <!-- GENERAL UTILS begin -->
  402. <dependency>
  403. <groupId>org.apache.commons</groupId>
  404. <artifactId>commons-lang3</artifactId>
  405. <version>${commons-lang3.version}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>com.google.guava</groupId>
  409. <artifactId>guava</artifactId>
  410. <version>${guava.version}</version>
  411. </dependency>
  412. <!-- GENERAL UTILS end -->
  413. <!-- selenium 2.0 -->
  414. <dependency>
  415. <groupId>org.seleniumhq.selenium</groupId>
  416. <artifactId>selenium-java</artifactId>
  417. <version>${selenium.version}</version>
  418. <scope>test</scope>
  419. <exclusions>
  420. <exclusion>
  421. <groupId>org.seleniumhq.selenium</groupId>
  422. <artifactId>selenium-htmlunit-driver</artifactId>
  423. </exclusion>
  424. <exclusion>
  425. <groupId>org.seleniumhq.selenium</groupId>
  426. <artifactId>selenium-android-driver</artifactId>
  427. </exclusion>
  428. <exclusion>
  429. <groupId>org.seleniumhq.selenium</groupId>
  430. <artifactId>selenium-iphone-driver</artifactId>
  431. </exclusion>
  432. <exclusion>
  433. <groupId>org.seleniumhq.selenium</groupId>
  434. <artifactId>selenium-safari-driver</artifactId>
  435. </exclusion>
  436. <exclusion>
  437. <groupId>commons-logging</groupId>
  438. <artifactId>commons-logging</artifactId>
  439. </exclusion>
  440. </exclusions>
  441. </dependency>
  442. <dependency>
  443. <groupId>org.seleniumhq.selenium</groupId>
  444. <artifactId>selenium-remote-driver</artifactId>
  445. <version>${selenium.version}</version>
  446. <scope>test</scope>
  447. <exclusions>
  448. <exclusion>
  449. <groupId>cglib</groupId>
  450. <artifactId>cglib-nodep</artifactId>
  451. </exclusion>
  452. <exclusion>
  453. <groupId>commons-logging</groupId>
  454. <artifactId>commons-logging</artifactId>
  455. </exclusion>
  456. </exclusions>
  457. </dependency>
  458. <!--二维码生成 start-->
  459. <dependency>
  460. <groupId>com.google.zxing</groupId>
  461. <artifactId>core</artifactId>
  462. <version>${version.zxing}</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>com.google.zxing</groupId>
  466. <artifactId>javase</artifactId>
  467. <version>${version.zxing}</version>
  468. </dependency>
  469. <!--二维码生成 end-->
  470. <!-- quartz start -->
  471. <dependency>
  472. <groupId>org.quartz-scheduler</groupId>
  473. <artifactId>quartz</artifactId>
  474. <version>${version.quartz}</version>
  475. </dependency>
  476. <!-- quartz end -->
  477. <!-- redis start -->
  478. <dependency>
  479. <groupId>org.springframework.data</groupId>
  480. <artifactId>spring-data-redis</artifactId>
  481. <version>${version.spring-data-redis}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>redis.clients</groupId>
  485. <artifactId>jedis</artifactId>
  486. <version>${version.redis}</version>
  487. </dependency>
  488. <!-- redis end -->
  489. <!--fastdfs start-->
  490. <dependency>
  491. <groupId>org.csource</groupId>
  492. <artifactId>fastdfs_lib</artifactId>
  493. <version>${version.fastdfs}</version>
  494. </dependency>
  495. <!--fastdfs end-->
  496. <dependency>
  497. <groupId>joda-time</groupId>
  498. <artifactId>joda-time</artifactId>
  499. <version>${version.joda-time}</version>
  500. </dependency>
  501. <dependency>
  502. <groupId>com.alibaba</groupId>
  503. <artifactId>fastjson</artifactId>
  504. <version>${version.fastdfs}</version>
  505. </dependency>
  506. <!--易联众支付-->
  507. <dependency>
  508. <groupId>com.ylz</groupId>
  509. <artifactId>onpay-java-sdk-all</artifactId>
  510. <version>${version.ylz}</version>
  511. </dependency>
  512. <!--elasticsearch start-->
  513. <dependency>
  514. <groupId>org.elasticsearch</groupId>
  515. <artifactId>elasticsearch</artifactId>
  516. <version>${version.elasticsearch}</version>
  517. </dependency>
  518. <dependency>
  519. <groupId>io.searchbox</groupId>
  520. <artifactId>jest</artifactId>
  521. <version>${version.jest}</version>
  522. </dependency>
  523. <!--elasticsearch end-->
  524. </dependencies>
  525. </dependencyManagement>
  526. <build>
  527. <pluginManagement>
  528. <plugins>
  529. <!--打成war包需要的配置 start-->
  530. <plugin>
  531. <groupId>org.springframework.boot</groupId>
  532. <artifactId>spring-boot-maven-plugin</artifactId>
  533. </plugin>
  534. <plugin>
  535. <artifactId>maven-war-plugin</artifactId>
  536. <configuration>
  537. <failOnMissingWebXml>false</failOnMissingWebXml>
  538. </configuration>
  539. </plugin>
  540. <!--打成war包需要的配置 end-->
  541. <plugin>
  542. <groupId>org.apache.maven.plugins</groupId>
  543. <artifactId>maven-compiler-plugin</artifactId>
  544. <configuration>
  545. <source>1.8</source>
  546. <target>1.8</target>
  547. <compilerArguments>
  548. <verbose/>
  549. <bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath>
  550. </compilerArguments>
  551. </configuration>
  552. <version>3.1</version>
  553. </plugin>
  554. </plugins>
  555. </pluginManagement>
  556. </build>
  557. </project>