pom.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878
  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>happyjob</groupId>
  7. <artifactId>happyjob</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. <packaging>war</packaging>
  10. <name>happyjob</name>
  11. <!-- 项目属性 -->
  12. <properties>
  13. <lib.path>${basedir}/src/main/webapp/WEB-INF/lib</lib.path>
  14. <!-- main version setting -->
  15. <spring.version>4.3.5.RELEASE</spring.version>
  16. <validator.version>5.4.0.Final</validator.version>
  17. <mybatis.version>3.2.8</mybatis.version>
  18. <mybatis-spring.version>1.2.2</mybatis-spring.version>
  19. <druid.version>1.0.11</druid.version>
  20. <ehcache.version>2.6.11</ehcache.version>
  21. <ehcache-web.version>2.0.4</ehcache-web.version>
  22. <shiro.version>1.4.0-RC2</shiro.version>
  23. <sitemesh.version>2.4.2</sitemesh.version>
  24. <activiti.version>5.21.0</activiti.version>
  25. <!-- tools version setting -->
  26. <slf4j.version>1.7.25</slf4j.version>
  27. <commons-io.version>2.4</commons-io.version>
  28. <commons-codec.version>1.9</commons-codec.version>
  29. <commons-fileupload.version>1.3.1</commons-fileupload.version>
  30. <commons-beanutils.version>1.9.1</commons-beanutils.version>
  31. <jackson.version>2.8.6</jackson.version>
  32. <fastjson.version>1.2.45</fastjson.version>
  33. <xstream.version>1.4.9</xstream.version>
  34. <dozer.version>5.5.1</dozer.version>
  35. <poi.version>3.9</poi.version>
  36. <freemarker.version>2.3.25-incubating</freemarker.version>
  37. <quartz.version>2.2.3</quartz.version>
  38. <guava.version>20.0</guava.version>
  39. <commons-lang.version>2.5</commons-lang.version>
  40. <commons-lang3.version>3.5</commons-lang3.version>
  41. <bouncycastle.version>1.56</bouncycastle.version>
  42. <!-- jdbc driver setting -->
  43. <mysql.driver.version>5.1.30</mysql.driver.version>
  44. <oracle.driver.version>10.2.0.4.0</oracle.driver.version>
  45. <mssql.driver.version>1.3.1</mssql.driver.version>
  46. <okhttp-version>3.11.0</okhttp-version>
  47. <!-- environment setting -->
  48. <jdk.version>1.8</jdk.version>
  49. <tomcat.version>2.2</tomcat.version>
  50. <jetty.version>7.6.14.v20131031</jetty.version>
  51. <webserver.port>8081</webserver.port>
  52. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  53. <downloadSources>true</downloadSources>
  54. </properties>
  55. <!-- 设定仓库 -->
  56. <repositories>
  57. <repository>
  58. <id>central-repos</id>
  59. <name>Central Repository</name>
  60. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
  61. <releases>
  62. <enabled>true</enabled>
  63. </releases>
  64. <snapshots>
  65. <enabled>false</enabled>
  66. </snapshots>
  67. </repository>
  68. <repository>
  69. <id>central-repos2</id>
  70. <name>Central Repository 2</name>
  71. <url>http://mvnrepo.code.taobao.org/nexus/content/repositories/snapshots/</url>
  72. <releases>
  73. <enabled>true</enabled>
  74. </releases>
  75. <snapshots>
  76. <enabled>false</enabled>
  77. </snapshots>
  78. </repository>
  79. <repository>
  80. <id>springsource-repos</id>
  81. <name>SpringSource Repository</name>
  82. <url>http://mvnrepo.code.taobao.org/nexus/content/repositories/releases/</url>
  83. <releases>
  84. <enabled>true</enabled>
  85. </releases>
  86. <snapshots>
  87. <enabled>false</enabled>
  88. </snapshots>
  89. </repository>
  90. <repository>
  91. <id>bitwalker.user-agent-utils.mvn.repo</id>
  92. <url>https://nexus.jackpinetech.com/nexus/content/groups/public</url>
  93. <!-- use snapshot version -->
  94. <snapshots>
  95. <updatePolicy>always</updatePolicy>
  96. </snapshots>
  97. </repository>
  98. </repositories>
  99. <build>
  100. <finalName>happyjob</finalName>
  101. <resources>
  102. <resource>
  103. <directory>src/main/java</directory>
  104. <includes>
  105. <include>**/*.xml</include>
  106. </includes>
  107. </resource>
  108. <resource>
  109. <directory>src/main/resources</directory>
  110. </resource>
  111. </resources>
  112. <plugins>
  113. <!-- tomcat6插件 -->
  114. <plugin>
  115. <groupId>org.apache.tomcat.maven</groupId>
  116. <artifactId>tomcat6-maven-plugin</artifactId>
  117. <version>${tomcat.version}</version>
  118. <configuration>
  119. <port>${webserver.port}</port>
  120. <path>/${project.artifactId}</path>
  121. <uriEncoding>${project.build.sourceEncoding}</uriEncoding>
  122. </configuration>
  123. </plugin>
  124. <!-- tomcat7插件 -->
  125. <plugin>
  126. <groupId>org.apache.tomcat.maven</groupId>
  127. <artifactId>tomcat7-maven-plugin</artifactId>
  128. <version>${tomcat.version}</version>
  129. <configuration>
  130. <port>${webserver.port}</port>
  131. <path>/${project.artifactId}</path>
  132. <uriEncoding>${project.build.sourceEncoding}</uriEncoding>
  133. </configuration>
  134. </plugin>
  135. <plugin>
  136. <groupId>org.apache.maven.plugins</groupId>
  137. <artifactId>maven-compiler-plugin</artifactId>
  138. <version>3.3</version>
  139. <configuration>
  140. <source>1.8</source>
  141. <target>1.8</target>
  142. </configuration>
  143. </plugin>
  144. <plugin>
  145. <groupId>org.mortbay.jetty</groupId>
  146. <artifactId>jetty-maven-plugin</artifactId>
  147. <version>${jetty.version}</version>
  148. <configuration>
  149. <connectors>
  150. <connector
  151. implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
  152. <port>${webserver.port}</port>
  153. </connector>
  154. </connectors>
  155. <webAppConfig>
  156. <contextPath>/${project.artifactId}</contextPath>
  157. </webAppConfig>
  158. <systemProperties>
  159. <systemProperty>
  160. <name>org.mortbay.util.URI.charset</name>
  161. <value>${project.build.sourceEncoding}</value>
  162. </systemProperty>
  163. </systemProperties>
  164. </configuration>
  165. </plugin>
  166. </plugins>
  167. </build>
  168. <!-- 依赖项定义 -->
  169. <dependencies>
  170. <!-- SPRING begin -->
  171. <dependency>
  172. <groupId>org.springframework</groupId>
  173. <artifactId>spring-core</artifactId>
  174. <version>${spring.version}</version>
  175. <exclusions>
  176. <exclusion>
  177. <groupId>commons-logging</groupId>
  178. <artifactId>commons-logging</artifactId>
  179. </exclusion>
  180. </exclusions>
  181. </dependency>
  182. <dependency>
  183. <groupId>org.springframework</groupId>
  184. <artifactId>spring-beans</artifactId>
  185. <version>${spring.version}</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>org.springframework</groupId>
  189. <artifactId>spring-context</artifactId>
  190. <version>${spring.version}</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>org.springframework</groupId>
  194. <artifactId>spring-context-support</artifactId>
  195. <version>${spring.version}</version>
  196. </dependency>
  197. <dependency>
  198. <groupId>org.springframework</groupId>
  199. <artifactId>spring-aop</artifactId>
  200. <version>${spring.version}</version>
  201. <exclusions>
  202. <exclusion>
  203. <groupId>commons-logging</groupId>
  204. <artifactId>commons-logging</artifactId>
  205. </exclusion>
  206. </exclusions>
  207. </dependency>
  208. <dependency>
  209. <groupId>org.springframework</groupId>
  210. <artifactId>spring-tx</artifactId>
  211. <version>${spring.version}</version>
  212. </dependency>
  213. <!-- spring orm -->
  214. <dependency>
  215. <groupId>org.springframework</groupId>
  216. <artifactId>spring-orm</artifactId>
  217. <version>${spring.version}</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.springframework</groupId>
  221. <artifactId>spring-jdbc</artifactId>
  222. <version>${spring.version}</version>
  223. </dependency>
  224. <!-- spring websocket-->
  225. <dependency>
  226. <groupId>org.springframework</groupId>
  227. <artifactId>spring-websocket</artifactId>
  228. <version>${spring.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>org.springframework</groupId>
  232. <artifactId>spring-messaging</artifactId>
  233. <version>${spring.version}</version>
  234. </dependency>
  235. <!-- bean validate -->
  236. <dependency>
  237. <groupId>org.hibernate</groupId>
  238. <artifactId>hibernate-validator</artifactId>
  239. <version>${validator.version}</version>
  240. </dependency>
  241. <!-- SPRING end -->
  242. <!-- AOP begin -->
  243. <dependency>
  244. <groupId>org.aspectj</groupId>
  245. <artifactId>aspectjrt</artifactId>
  246. <version>1.7.4</version>
  247. </dependency>
  248. <dependency>
  249. <groupId>org.aspectj</groupId>
  250. <artifactId>aspectjweaver</artifactId>
  251. <version>1.7.4</version>
  252. </dependency>
  253. <dependency>
  254. <groupId>cglib</groupId>
  255. <artifactId>cglib</artifactId>
  256. <version>3.1</version>
  257. </dependency>
  258. <!-- AOP end -->
  259. <!-- PERSISTENCE begin -->
  260. <!-- MyBatis -->
  261. <dependency>
  262. <groupId>org.mybatis</groupId>
  263. <artifactId>mybatis</artifactId>
  264. <version>${mybatis.version}</version>
  265. </dependency>
  266. <dependency>
  267. <groupId>org.mybatis</groupId>
  268. <artifactId>mybatis-spring</artifactId>
  269. <version>${mybatis-spring.version}</version>
  270. </dependency>
  271. <!-- connection pool -->
  272. <dependency>
  273. <groupId>com.alibaba</groupId>
  274. <artifactId>druid</artifactId>
  275. <version>${druid.version}</version>
  276. </dependency>
  277. <!-- jdbc driver -->
  278. <dependency>
  279. <groupId>mysql</groupId>
  280. <artifactId>mysql-connector-java</artifactId>
  281. <version>${mysql.driver.version}</version>
  282. </dependency>
  283. <!--<dependency>-->
  284. <!--<groupId>ojdbc14</groupId>-->
  285. <!--<artifactId>ojdbc14</artifactId>-->
  286. <!--<version>10.2.0.3.0</version>-->
  287. <!--</dependency>-->
  288. <dependency>
  289. <groupId>ojdbc14</groupId>
  290. <artifactId>ojdbc14</artifactId>
  291. <version>10.2.0.3.0</version>
  292. <systemPath>${lib.path}/ojdbc14-10.2.0.3.0.jar</systemPath>
  293. <scope>system</scope>
  294. </dependency>
  295. <dependency>
  296. <groupId>net.sourceforge.jtds</groupId>
  297. <artifactId>jtds</artifactId>
  298. <version>${mssql.driver.version}</version>
  299. </dependency>
  300. <!-- PERSISTENCE end -->
  301. <!-- WEB begin -->
  302. <dependency>
  303. <groupId>org.springframework</groupId>
  304. <artifactId>spring-web</artifactId>
  305. <version>${spring.version}</version>
  306. </dependency>
  307. <dependency>
  308. <groupId>org.springframework</groupId>
  309. <artifactId>spring-webmvc</artifactId>
  310. <version>${spring.version}</version>
  311. </dependency>
  312. <dependency>
  313. <groupId>org.springframework</groupId>
  314. <artifactId>spring-oxm</artifactId>
  315. <version>${spring.version}</version>
  316. </dependency>
  317. <dependency>
  318. <groupId>opensymphony</groupId>
  319. <artifactId>sitemesh</artifactId>
  320. <version>${sitemesh.version}</version>
  321. </dependency>
  322. <dependency>
  323. <groupId>taglibs</groupId>
  324. <artifactId>standard</artifactId>
  325. <version>1.1.2</version>
  326. <type>jar</type>
  327. </dependency>
  328. <dependency>
  329. <groupId>javax</groupId>
  330. <artifactId>javaee-api</artifactId>
  331. <version>7.0</version>
  332. <scope>provided</scope>
  333. </dependency>
  334. <dependency>
  335. <groupId>javax.servlet</groupId>
  336. <artifactId>jstl</artifactId>
  337. <version>1.2</version>
  338. <type>jar</type>
  339. </dependency>
  340. <dependency>
  341. <groupId>javax.servlet</groupId>
  342. <artifactId>servlet-api</artifactId>
  343. <version>2.5</version>
  344. <scope>provided</scope>
  345. </dependency>
  346. <dependency>
  347. <groupId>javax.servlet.jsp</groupId>
  348. <artifactId>jsp-api</artifactId>
  349. <version>2.1</version>
  350. <scope>provided</scope>
  351. </dependency>
  352. <!-- <dependency>
  353. <groupId>javax.servlet</groupId>
  354. <artifactId>javax.servlet-api</artifactId>
  355. <version>3.0.1</version>
  356. <scope>provided</scope>
  357. </dependency>
  358. <dependency>
  359. <groupId>javax.servlet.jsp</groupId>
  360. <artifactId>jsp-api</artifactId>
  361. <version>2.2</version>
  362. <scope>provided</scope>
  363. </dependency>-->
  364. <!-- J2CACHE begin -->
  365. <dependency>
  366. <groupId>com.github.ben-manes.caffeine</groupId>
  367. <artifactId>caffeine</artifactId>
  368. <version>2.6.1</version>
  369. </dependency>
  370. <dependency>
  371. <groupId>net.sf.ehcache</groupId>
  372. <artifactId>ehcache</artifactId>
  373. <version>2.10.4</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>org.ehcache</groupId>
  377. <artifactId>ehcache</artifactId>
  378. <version>3.4.0</version>
  379. </dependency>
  380. <dependency>
  381. <groupId>redis.clients</groupId>
  382. <artifactId>jedis</artifactId>
  383. <version>2.9.0</version>
  384. </dependency>
  385. <dependency>
  386. <groupId>org.jgroups</groupId>
  387. <artifactId>jgroups</artifactId>
  388. <version>3.6.13.Final</version>
  389. </dependency>
  390. <dependency>
  391. <groupId>de.ruedigermoeller</groupId>
  392. <artifactId>fst</artifactId>
  393. <version>2.57</version>
  394. </dependency>
  395. <dependency>
  396. <groupId>com.esotericsoftware</groupId>
  397. <artifactId>kryo-shaded</artifactId>
  398. <version>3.0.0</version>
  399. </dependency>
  400. <dependency>
  401. <groupId>org.xerial.snappy</groupId>
  402. <artifactId>snappy-java</artifactId>
  403. <version>1.1.7.1</version>
  404. </dependency>
  405. <dependency>
  406. <groupId>jline</groupId>
  407. <artifactId>jline</artifactId>
  408. <version>2.14.2</version>
  409. </dependency>
  410. <!-- J2CACHE end -->
  411. <!-- SECURITY begin -->
  412. <dependency>
  413. <groupId>org.apache.shiro</groupId>
  414. <artifactId>shiro-core</artifactId>
  415. <version>${shiro.version}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>org.apache.shiro</groupId>
  419. <artifactId>shiro-spring</artifactId>
  420. <version>${shiro.version}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.apache.shiro</groupId>
  424. <artifactId>shiro-cas</artifactId>
  425. <version>${shiro.version}</version>
  426. <exclusions>
  427. <exclusion>
  428. <groupId>commons-logging</groupId>
  429. <artifactId>commons-logging</artifactId>
  430. </exclusion>
  431. </exclusions>
  432. </dependency>
  433. <dependency>
  434. <groupId>org.apache.shiro</groupId>
  435. <artifactId>shiro-web</artifactId>
  436. <version>${shiro.version}</version>
  437. </dependency>
  438. <dependency>
  439. <groupId>org.apache.shiro</groupId>
  440. <artifactId>shiro-ehcache</artifactId>
  441. <version>${shiro.version}</version>
  442. </dependency>
  443. <!-- SECURITY end -->
  444. <!-- Activiti -->
  445. <dependency>
  446. <groupId>org.activiti</groupId>
  447. <artifactId>activiti-engine</artifactId>
  448. <version>${activiti.version}</version>
  449. </dependency>
  450. <dependency>
  451. <groupId>org.activiti</groupId>
  452. <artifactId>activiti-spring</artifactId>
  453. <version>${activiti.version}</version>
  454. </dependency>
  455. <dependency>
  456. <groupId>org.activiti</groupId>
  457. <artifactId>activiti-explorer</artifactId>
  458. <version>${activiti.version}</version>
  459. <exclusions>
  460. <exclusion>
  461. <artifactId>vaadin</artifactId>
  462. <groupId>com.vaadin</groupId>
  463. </exclusion>
  464. <exclusion>
  465. <artifactId>dcharts-widget</artifactId>
  466. <groupId>org.vaadin.addons</groupId>
  467. </exclusion>
  468. <exclusion>
  469. <artifactId>activiti-simple-workflow</artifactId>
  470. <groupId>org.activiti</groupId>
  471. </exclusion>
  472. </exclusions>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.activiti</groupId>
  476. <artifactId>activiti-modeler</artifactId>
  477. <version>${activiti.version}</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>org.activiti</groupId>
  481. <artifactId>activiti-rest</artifactId>
  482. <version>${activiti.version}</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>org.activiti</groupId>
  486. <artifactId>activiti-diagram-rest</artifactId>
  487. <version>${activiti.version}</version>
  488. </dependency>
  489. <!-- 支持activiti缓存 -->
  490. <!-- <dependency>
  491. <groupId>org.infinispan</groupId>
  492. <artifactId>infinispan-core</artifactId>
  493. <version>5.1.7.Final</version>
  494. </dependency> -->
  495. <!-- LOGGING begin -->
  496. <dependency>
  497. <groupId>org.slf4j</groupId>
  498. <artifactId>slf4j-api</artifactId>
  499. <version>${slf4j.version}</version>
  500. </dependency>
  501. <dependency>
  502. <groupId>org.slf4j</groupId>
  503. <artifactId>slf4j-log4j12</artifactId>
  504. <version>${slf4j.version}</version>
  505. </dependency>
  506. <dependency>
  507. <groupId>org.slf4j</groupId>
  508. <artifactId>slf4j-simple</artifactId>
  509. <version>${slf4j.version}</version>
  510. </dependency>
  511. <!-- common-logging 实际调用slf4j -->
  512. <dependency>
  513. <groupId>org.slf4j</groupId>
  514. <artifactId>jcl-over-slf4j</artifactId>
  515. <version>${slf4j.version}</version>
  516. </dependency>
  517. <!-- java.util.logging 实际调用slf4j -->
  518. <dependency>
  519. <groupId>org.slf4j</groupId>
  520. <artifactId>jul-to-slf4j</artifactId>
  521. <version>${slf4j.version}</version>
  522. </dependency>
  523. <!-- LOGGING end -->
  524. <!-- GENERAL UTILS begin -->
  525. <dependency>
  526. <groupId>commons-io</groupId>
  527. <artifactId>commons-io</artifactId>
  528. <version>${commons-io.version}</version>
  529. </dependency>
  530. <dependency>
  531. <groupId>commons-codec</groupId>
  532. <artifactId>commons-codec</artifactId>
  533. <version>${commons-codec.version}</version>
  534. </dependency>
  535. <dependency>
  536. <groupId>commons-fileupload</groupId>
  537. <artifactId>commons-fileupload</artifactId>
  538. <version>${commons-fileupload.version}</version>
  539. </dependency>
  540. <dependency>
  541. <groupId>commons-beanutils</groupId>
  542. <artifactId>commons-beanutils</artifactId>
  543. <version>${commons-beanutils.version}</version>
  544. <exclusions>
  545. <exclusion>
  546. <groupId>commons-logging</groupId>
  547. <artifactId>commons-logging</artifactId>
  548. </exclusion>
  549. </exclusions>
  550. </dependency>
  551. <dependency>
  552. <groupId>commons-dbcp</groupId>
  553. <artifactId>commons-dbcp</artifactId>
  554. <version>1.4</version>
  555. </dependency>
  556. <!-- jackson json -->
  557. <dependency>
  558. <groupId>com.fasterxml.jackson.core</groupId>
  559. <artifactId>jackson-core</artifactId>
  560. <version>${jackson.version}</version>
  561. </dependency>
  562. <dependency>
  563. <groupId>com.fasterxml.jackson.core</groupId>
  564. <artifactId>jackson-databind</artifactId>
  565. <version>${jackson.version}</version>
  566. </dependency>
  567. <dependency>
  568. <groupId>com.fasterxml.jackson.core</groupId>
  569. <artifactId>jackson-annotations</artifactId>
  570. <version>${jackson.version}</version>
  571. </dependency>
  572. <dependency>
  573. <groupId>com.fasterxml.jackson.module</groupId>
  574. <artifactId>jackson-module-jaxb-annotations</artifactId>
  575. <version>${jackson.version}</version>
  576. </dependency>
  577. <!-- fastjson json-->
  578. <dependency>
  579. <groupId>com.alibaba</groupId>
  580. <artifactId>fastjson</artifactId>
  581. <version>${fastjson.version}</version>
  582. </dependency>
  583. <!-- xstream xml -->
  584. <dependency>
  585. <groupId>com.thoughtworks.xstream</groupId>
  586. <artifactId>xstream</artifactId>
  587. <version>${xstream.version}</version>
  588. </dependency>
  589. <!-- pojo copy -->
  590. <dependency>
  591. <groupId>net.sf.dozer</groupId>
  592. <artifactId>dozer</artifactId>
  593. <version>${dozer.version}</version>
  594. </dependency>
  595. <!-- freemarker engine -->
  596. <dependency>
  597. <groupId>org.freemarker</groupId>
  598. <artifactId>freemarker</artifactId>
  599. <version>${freemarker.version}</version>
  600. </dependency>
  601. <!-- email -->
  602. <dependency>
  603. <groupId>javax.mail</groupId>
  604. <artifactId>mail</artifactId>
  605. <version>1.4.7</version>
  606. </dependency>
  607. <dependency>
  608. <groupId>javax.activation</groupId>
  609. <artifactId>activation</artifactId>
  610. <version>1.1.1</version>
  611. </dependency>
  612. <!-- poi office -->
  613. <dependency>
  614. <groupId>org.apache.poi</groupId>
  615. <artifactId>poi</artifactId>
  616. <version>${poi.version}</version>
  617. </dependency>
  618. <dependency>
  619. <groupId>org.apache.poi</groupId>
  620. <artifactId>poi-ooxml</artifactId>
  621. <version>${poi.version}</version>
  622. </dependency>
  623. <dependency>
  624. <groupId>org.apache.poi</groupId>
  625. <artifactId>poi-ooxml-schemas</artifactId>
  626. <version>${poi.version}</version>
  627. </dependency>
  628. <!-- image util -->
  629. <dependency>
  630. <groupId>com.drewnoakes</groupId>
  631. <artifactId>metadata-extractor</artifactId>
  632. <version>2.6.2</version>
  633. </dependency>
  634. <!-- 条形码、二维码生成 -->
  635. <dependency>
  636. <groupId>com.google.zxing</groupId>
  637. <artifactId>core</artifactId>
  638. <version>2.2</version>
  639. </dependency>
  640. <dependency>
  641. <groupId>com.google.zxing</groupId>
  642. <artifactId>javase</artifactId>
  643. <version>2.2</version>
  644. </dependency>
  645. <dependency>
  646. <groupId>batik</groupId>
  647. <artifactId>batik-util</artifactId>
  648. <version>1.6-1</version>
  649. <systemPath>${lib.path}/batik-util-1.7.jar</systemPath>
  650. <scope>system</scope>
  651. </dependency>
  652. <!-- quartz -->
  653. <dependency>
  654. <groupId>org.quartz-scheduler</groupId>
  655. <artifactId>quartz</artifactId>
  656. <version>${quartz.version}</version>
  657. </dependency>
  658. <dependency>
  659. <groupId>org.quartz-scheduler</groupId>
  660. <artifactId>quartz-jobs</artifactId>
  661. <version>${quartz.version}</version>
  662. </dependency>
  663. <!-- https://github.com/square/okhttp -->
  664. <dependency>
  665. <groupId>com.squareup.okhttp3</groupId>
  666. <artifactId>okhttp</artifactId>
  667. <version>${okhttp-version}</version>
  668. </dependency>
  669. <!-- 中文分词 -->
  670. <dependency>
  671. <groupId>org.wltea</groupId>
  672. <artifactId>analyzer</artifactId>
  673. <version>2012_u6</version>
  674. <systemPath>${lib.path}/analyzer-2012_u6.jar</systemPath>
  675. <scope>system</scope>
  676. </dependency>
  677. <!-- GENERAL UTILS end -->
  678. <dependency>
  679. <groupId>org.bouncycastle</groupId>
  680. <artifactId>bcprov-jdk15on</artifactId>
  681. <version>${bouncycastle.version}</version>
  682. </dependency>
  683. <dependency>
  684. <groupId>gencode</groupId>
  685. <artifactId>gencode</artifactId>
  686. <version>2.0</version>
  687. <systemPath>${lib.path}/org.jeeframework.gencode-2.0-tomcat7.0.jar</systemPath>
  688. <scope>system</scope>
  689. </dependency>
  690. <!-- Echarts图表依赖包开始 -->
  691. <!-- https://mvnrepository.com/artifact/com.github.abel533/ECharts -->
  692. <dependency>
  693. <groupId>com.github.abel533</groupId>
  694. <artifactId>ECharts</artifactId>
  695. <version>3.0.0.2</version>
  696. </dependency>
  697. <dependency>
  698. <groupId>com.google.code.gson</groupId>
  699. <artifactId>gson</artifactId>
  700. <version>2.6.2</version>
  701. </dependency>
  702. <!-- Echarts图表依赖包结束 -->
  703. <!-- TEST begin -->
  704. <dependency>
  705. <groupId>junit</groupId>
  706. <artifactId>junit</artifactId>
  707. <version>4.11</version>
  708. </dependency>
  709. <dependency>
  710. <groupId>org.springframework</groupId>
  711. <artifactId>spring-test</artifactId>
  712. <version>${spring.version}</version>
  713. </dependency>
  714. <!-- TEST end -->
  715. <dependency>
  716. <groupId>eu.bitwalker</groupId>
  717. <artifactId>UserAgentUtils</artifactId>
  718. <version>1.20</version>
  719. </dependency>
  720. <!--httpcore -->
  721. <dependency>
  722. <groupId>org.apache.httpcomponents</groupId>
  723. <artifactId>httpcore</artifactId>
  724. <version>4.4.4</version>
  725. </dependency>
  726. <!-- swagger-springmvc -->
  727. <dependency>
  728. <groupId>io.springfox</groupId>
  729. <artifactId>springfox-swagger2</artifactId>
  730. <version>2.5.0</version>
  731. </dependency>
  732. <dependency>
  733. <groupId>io.springfox</groupId>
  734. <artifactId>springfox-swagger-ui</artifactId>
  735. <version>2.5.0</version>
  736. </dependency>
  737. <!-- swagger-springmvc dependencies -->
  738. <!--httpclient -->
  739. <dependency>
  740. <groupId>org.apache.httpcomponents</groupId>
  741. <artifactId>httpclient</artifactId>
  742. <version>4.5.2</version>
  743. </dependency>
  744. <dependency>
  745. <groupId>QRCoder</groupId>
  746. <artifactId>QRCoder</artifactId>
  747. <version>1.0</version>
  748. <systemPath>${lib.path}/QRCode.jar</systemPath>
  749. <scope>system</scope>
  750. </dependency>
  751. <dependency>
  752. <groupId>jeewx</groupId>
  753. <artifactId>jeewx</artifactId>
  754. <version>1.0</version>
  755. <systemPath>${lib.path}/jeewx-api-1.2.0-20180330.jar</systemPath>
  756. <scope>system</scope>
  757. </dependency>
  758. <!-- UTILS begin -->
  759. <dependency>
  760. <groupId>com.google.guava</groupId>
  761. <artifactId>guava</artifactId>
  762. <version>${guava.version}</version>
  763. </dependency>
  764. <dependency>
  765. <groupId>net.sf.json-lib</groupId>
  766. <artifactId>json-lib</artifactId>
  767. <version>2.4</version>
  768. <classifier>jdk15</classifier>
  769. </dependency>
  770. <dependency>
  771. <groupId>commons-lang-2.5.jar</groupId>
  772. <artifactId>commons-lang-2.5.jar</artifactId>
  773. <version>1.0.0</version>
  774. <systemPath>${lib.path}/commons-lang-2.5.jar</systemPath>
  775. <scope>system</scope>
  776. </dependency>
  777. <dependency>
  778. <groupId>org.apache.commons</groupId>
  779. <artifactId>commons-lang3</artifactId>
  780. <version>${commons-lang3.version}</version>
  781. </dependency>
  782. <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
  783. <dependency>
  784. <groupId>org.postgresql</groupId>
  785. <artifactId>postgresql</artifactId>
  786. <version>42.1.1</version>
  787. </dependency>
  788. <!--阿里云图片服务-->
  789. <dependency>
  790. <groupId>com.aliyun.core</groupId>
  791. <artifactId>aliyun-sdk-core</artifactId>
  792. <version>1.0</version>
  793. <systemPath>${lib.path}/aliyun-java-sdk-core-2.1.7.jar</systemPath>
  794. <scope>system</scope>
  795. </dependency>
  796. <dependency>
  797. <groupId>com.aliyun.sts</groupId>
  798. <artifactId>aliyun-sdk-sts</artifactId>
  799. <version>1.0</version>
  800. <systemPath>${lib.path}/aliyun-java-sdk-sts-2.1.6.jar</systemPath>
  801. <scope>system</scope>
  802. </dependency>
  803. <dependency>
  804. <groupId>com.aliyun.oss</groupId>
  805. <artifactId>aliyun-sdk-oss</artifactId>
  806. <version>2.6.0</version>
  807. </dependency>
  808. <dependency>
  809. <groupId>org.apache.ant</groupId>
  810. <artifactId>ant</artifactId>
  811. <version>1.8.1</version>
  812. </dependency>
  813. <!-- UTILS end -->
  814. </dependencies>
  815. </project>