pom.xml 27 KB

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