pom.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823
  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>jeeplus</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. <!-- SPRING begin -->
  168. <dependency>
  169. <groupId>org.springframework</groupId>
  170. <artifactId>spring-core</artifactId>
  171. <version>${spring.version}</version>
  172. <exclusions>
  173. <exclusion>
  174. <groupId>commons-logging</groupId>
  175. <artifactId>commons-logging</artifactId>
  176. </exclusion>
  177. </exclusions>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.springframework</groupId>
  181. <artifactId>spring-beans</artifactId>
  182. <version>${spring.version}</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.springframework</groupId>
  186. <artifactId>spring-context</artifactId>
  187. <version>${spring.version}</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>org.springframework</groupId>
  191. <artifactId>spring-context-support</artifactId>
  192. <version>${spring.version}</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>org.springframework</groupId>
  196. <artifactId>spring-aop</artifactId>
  197. <version>${spring.version}</version>
  198. <exclusions>
  199. <exclusion>
  200. <groupId>commons-logging</groupId>
  201. <artifactId>commons-logging</artifactId>
  202. </exclusion>
  203. </exclusions>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.springframework</groupId>
  207. <artifactId>spring-tx</artifactId>
  208. <version>${spring.version}</version>
  209. </dependency>
  210. <!-- spring orm -->
  211. <dependency>
  212. <groupId>org.springframework</groupId>
  213. <artifactId>spring-orm</artifactId>
  214. <version>${spring.version}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>org.springframework</groupId>
  218. <artifactId>spring-jdbc</artifactId>
  219. <version>${spring.version}</version>
  220. </dependency>
  221. <!-- spring websocket-->
  222. <dependency>
  223. <groupId>org.springframework</groupId>
  224. <artifactId>spring-websocket</artifactId>
  225. <version>${spring.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.springframework</groupId>
  229. <artifactId>spring-messaging</artifactId>
  230. <version>${spring.version}</version>
  231. </dependency>
  232. <!-- bean validate -->
  233. <dependency>
  234. <groupId>org.hibernate</groupId>
  235. <artifactId>hibernate-validator</artifactId>
  236. <version>${validator.version}</version>
  237. </dependency>
  238. <!-- SPRING end -->
  239. <!-- AOP begin -->
  240. <dependency>
  241. <groupId>org.aspectj</groupId>
  242. <artifactId>aspectjrt</artifactId>
  243. <version>1.7.4</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.aspectj</groupId>
  247. <artifactId>aspectjweaver</artifactId>
  248. <version>1.7.4</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>cglib</groupId>
  252. <artifactId>cglib</artifactId>
  253. <version>3.1</version>
  254. </dependency>
  255. <!-- AOP end -->
  256. <!-- PERSISTENCE begin -->
  257. <!-- MyBatis -->
  258. <dependency>
  259. <groupId>org.mybatis</groupId>
  260. <artifactId>mybatis</artifactId>
  261. <version>${mybatis.version}</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>org.mybatis</groupId>
  265. <artifactId>mybatis-spring</artifactId>
  266. <version>${mybatis-spring.version}</version>
  267. </dependency>
  268. <!-- connection pool -->
  269. <dependency>
  270. <groupId>com.alibaba</groupId>
  271. <artifactId>druid</artifactId>
  272. <version>${druid.version}</version>
  273. </dependency>
  274. <!-- jdbc driver -->
  275. <dependency>
  276. <groupId>mysql</groupId>
  277. <artifactId>mysql-connector-java</artifactId>
  278. <version>${mysql.driver.version}</version>
  279. </dependency>
  280. <!--<dependency>-->
  281. <!--<groupId>ojdbc14</groupId>-->
  282. <!--<artifactId>ojdbc14</artifactId>-->
  283. <!--<version>10.2.0.3.0</version>-->
  284. <!--</dependency>-->
  285. <dependency>
  286. <groupId>ojdbc14</groupId>
  287. <artifactId>ojdbc14</artifactId>
  288. <version>10.2.0.3.0</version>
  289. <systemPath>${lib.path}/ojdbc14-10.2.0.3.0.jar</systemPath>
  290. <scope>system</scope>
  291. </dependency>
  292. <dependency>
  293. <groupId>net.sourceforge.jtds</groupId>
  294. <artifactId>jtds</artifactId>
  295. <version>${mssql.driver.version}</version>
  296. </dependency>
  297. <!-- PERSISTENCE end -->
  298. <!-- WEB begin -->
  299. <dependency>
  300. <groupId>org.springframework</groupId>
  301. <artifactId>spring-web</artifactId>
  302. <version>${spring.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>org.springframework</groupId>
  306. <artifactId>spring-webmvc</artifactId>
  307. <version>${spring.version}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>org.springframework</groupId>
  311. <artifactId>spring-oxm</artifactId>
  312. <version>${spring.version}</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>opensymphony</groupId>
  316. <artifactId>sitemesh</artifactId>
  317. <version>${sitemesh.version}</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>taglibs</groupId>
  321. <artifactId>standard</artifactId>
  322. <version>1.1.2</version>
  323. <type>jar</type>
  324. </dependency>
  325. <dependency>
  326. <groupId>javax</groupId>
  327. <artifactId>javaee-api</artifactId>
  328. <version>7.0</version>
  329. <scope>provided</scope>
  330. </dependency>
  331. <dependency>
  332. <groupId>javax.servlet</groupId>
  333. <artifactId>jstl</artifactId>
  334. <version>1.2</version>
  335. <type>jar</type>
  336. </dependency>
  337. <dependency>
  338. <groupId>javax.servlet</groupId>
  339. <artifactId>servlet-api</artifactId>
  340. <version>2.5</version>
  341. <scope>provided</scope>
  342. </dependency>
  343. <dependency>
  344. <groupId>javax.servlet.jsp</groupId>
  345. <artifactId>jsp-api</artifactId>
  346. <version>2.1</version>
  347. <scope>provided</scope>
  348. </dependency>
  349. <!-- <dependency>
  350. <groupId>javax.servlet</groupId>
  351. <artifactId>javax.servlet-api</artifactId>
  352. <version>3.0.1</version>
  353. <scope>provided</scope>
  354. </dependency>
  355. <dependency>
  356. <groupId>javax.servlet.jsp</groupId>
  357. <artifactId>jsp-api</artifactId>
  358. <version>2.2</version>
  359. <scope>provided</scope>
  360. </dependency>-->
  361. <!-- J2CACHE begin -->
  362. <dependency>
  363. <groupId>com.github.ben-manes.caffeine</groupId>
  364. <artifactId>caffeine</artifactId>
  365. <version>2.6.1</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>net.sf.ehcache</groupId>
  369. <artifactId>ehcache</artifactId>
  370. <version>2.10.4</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>org.ehcache</groupId>
  374. <artifactId>ehcache</artifactId>
  375. <version>3.4.0</version>
  376. </dependency>
  377. <dependency>
  378. <groupId>redis.clients</groupId>
  379. <artifactId>jedis</artifactId>
  380. <version>2.9.0</version>
  381. </dependency>
  382. <dependency>
  383. <groupId>org.jgroups</groupId>
  384. <artifactId>jgroups</artifactId>
  385. <version>3.6.13.Final</version>
  386. </dependency>
  387. <dependency>
  388. <groupId>de.ruedigermoeller</groupId>
  389. <artifactId>fst</artifactId>
  390. <version>2.57</version>
  391. </dependency>
  392. <dependency>
  393. <groupId>com.esotericsoftware</groupId>
  394. <artifactId>kryo-shaded</artifactId>
  395. <version>3.0.0</version>
  396. </dependency>
  397. <dependency>
  398. <groupId>org.xerial.snappy</groupId>
  399. <artifactId>snappy-java</artifactId>
  400. <version>1.1.7.1</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>jline</groupId>
  404. <artifactId>jline</artifactId>
  405. <version>2.14.2</version>
  406. </dependency>
  407. <!-- J2CACHE end -->
  408. <!-- SECURITY begin -->
  409. <dependency>
  410. <groupId>org.apache.shiro</groupId>
  411. <artifactId>shiro-core</artifactId>
  412. <version>${shiro.version}</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>org.apache.shiro</groupId>
  416. <artifactId>shiro-spring</artifactId>
  417. <version>${shiro.version}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>org.apache.shiro</groupId>
  421. <artifactId>shiro-cas</artifactId>
  422. <version>${shiro.version}</version>
  423. <exclusions>
  424. <exclusion>
  425. <groupId>commons-logging</groupId>
  426. <artifactId>commons-logging</artifactId>
  427. </exclusion>
  428. </exclusions>
  429. </dependency>
  430. <dependency>
  431. <groupId>org.apache.shiro</groupId>
  432. <artifactId>shiro-web</artifactId>
  433. <version>${shiro.version}</version>
  434. </dependency>
  435. <dependency>
  436. <groupId>org.apache.shiro</groupId>
  437. <artifactId>shiro-ehcache</artifactId>
  438. <version>${shiro.version}</version>
  439. </dependency>
  440. <!-- SECURITY end -->
  441. <!-- Activiti -->
  442. <dependency>
  443. <groupId>org.activiti</groupId>
  444. <artifactId>activiti-engine</artifactId>
  445. <version>${activiti.version}</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>org.activiti</groupId>
  449. <artifactId>activiti-spring</artifactId>
  450. <version>${activiti.version}</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.activiti</groupId>
  454. <artifactId>activiti-explorer</artifactId>
  455. <version>${activiti.version}</version>
  456. <exclusions>
  457. <exclusion>
  458. <artifactId>vaadin</artifactId>
  459. <groupId>com.vaadin</groupId>
  460. </exclusion>
  461. <exclusion>
  462. <artifactId>dcharts-widget</artifactId>
  463. <groupId>org.vaadin.addons</groupId>
  464. </exclusion>
  465. <exclusion>
  466. <artifactId>activiti-simple-workflow</artifactId>
  467. <groupId>org.activiti</groupId>
  468. </exclusion>
  469. </exclusions>
  470. </dependency>
  471. <dependency>
  472. <groupId>org.activiti</groupId>
  473. <artifactId>activiti-modeler</artifactId>
  474. <version>${activiti.version}</version>
  475. </dependency>
  476. <dependency>
  477. <groupId>org.activiti</groupId>
  478. <artifactId>activiti-rest</artifactId>
  479. <version>${activiti.version}</version>
  480. </dependency>
  481. <dependency>
  482. <groupId>org.activiti</groupId>
  483. <artifactId>activiti-diagram-rest</artifactId>
  484. <version>${activiti.version}</version>
  485. </dependency>
  486. <!-- 支持activiti缓存 -->
  487. <!-- <dependency>
  488. <groupId>org.infinispan</groupId>
  489. <artifactId>infinispan-core</artifactId>
  490. <version>5.1.7.Final</version>
  491. </dependency> -->
  492. <!-- LOGGING begin -->
  493. <dependency>
  494. <groupId>org.slf4j</groupId>
  495. <artifactId>slf4j-api</artifactId>
  496. <version>${slf4j.version}</version>
  497. </dependency>
  498. <dependency>
  499. <groupId>org.slf4j</groupId>
  500. <artifactId>slf4j-log4j12</artifactId>
  501. <version>${slf4j.version}</version>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.slf4j</groupId>
  505. <artifactId>slf4j-simple</artifactId>
  506. <version>${slf4j.version}</version>
  507. </dependency>
  508. <!-- common-logging 实际调用slf4j -->
  509. <dependency>
  510. <groupId>org.slf4j</groupId>
  511. <artifactId>jcl-over-slf4j</artifactId>
  512. <version>${slf4j.version}</version>
  513. </dependency>
  514. <!-- java.util.logging 实际调用slf4j -->
  515. <dependency>
  516. <groupId>org.slf4j</groupId>
  517. <artifactId>jul-to-slf4j</artifactId>
  518. <version>${slf4j.version}</version>
  519. </dependency>
  520. <!-- LOGGING end -->
  521. <!-- GENERAL UTILS begin -->
  522. <dependency>
  523. <groupId>commons-io</groupId>
  524. <artifactId>commons-io</artifactId>
  525. <version>${commons-io.version}</version>
  526. </dependency>
  527. <dependency>
  528. <groupId>commons-codec</groupId>
  529. <artifactId>commons-codec</artifactId>
  530. <version>${commons-codec.version}</version>
  531. </dependency>
  532. <dependency>
  533. <groupId>commons-fileupload</groupId>
  534. <artifactId>commons-fileupload</artifactId>
  535. <version>${commons-fileupload.version}</version>
  536. </dependency>
  537. <dependency>
  538. <groupId>commons-beanutils</groupId>
  539. <artifactId>commons-beanutils</artifactId>
  540. <version>${commons-beanutils.version}</version>
  541. <exclusions>
  542. <exclusion>
  543. <groupId>commons-logging</groupId>
  544. <artifactId>commons-logging</artifactId>
  545. </exclusion>
  546. </exclusions>
  547. </dependency>
  548. <dependency>
  549. <groupId>commons-dbcp</groupId>
  550. <artifactId>commons-dbcp</artifactId>
  551. <version>1.4</version>
  552. </dependency>
  553. <!-- jackson json -->
  554. <dependency>
  555. <groupId>com.fasterxml.jackson.core</groupId>
  556. <artifactId>jackson-core</artifactId>
  557. <version>${jackson.version}</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>com.fasterxml.jackson.core</groupId>
  561. <artifactId>jackson-databind</artifactId>
  562. <version>${jackson.version}</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>com.fasterxml.jackson.core</groupId>
  566. <artifactId>jackson-annotations</artifactId>
  567. <version>${jackson.version}</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>com.fasterxml.jackson.module</groupId>
  571. <artifactId>jackson-module-jaxb-annotations</artifactId>
  572. <version>${jackson.version}</version>
  573. </dependency>
  574. <!-- fastjson json-->
  575. <dependency>
  576. <groupId>com.alibaba</groupId>
  577. <artifactId>fastjson</artifactId>
  578. <version>${fastjson.version}</version>
  579. </dependency>
  580. <!-- xstream xml -->
  581. <dependency>
  582. <groupId>com.thoughtworks.xstream</groupId>
  583. <artifactId>xstream</artifactId>
  584. <version>${xstream.version}</version>
  585. </dependency>
  586. <!-- pojo copy -->
  587. <dependency>
  588. <groupId>net.sf.dozer</groupId>
  589. <artifactId>dozer</artifactId>
  590. <version>${dozer.version}</version>
  591. </dependency>
  592. <!-- freemarker engine -->
  593. <dependency>
  594. <groupId>org.freemarker</groupId>
  595. <artifactId>freemarker</artifactId>
  596. <version>${freemarker.version}</version>
  597. </dependency>
  598. <!-- email -->
  599. <dependency>
  600. <groupId>javax.mail</groupId>
  601. <artifactId>mail</artifactId>
  602. <version>1.4.7</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>javax.activation</groupId>
  606. <artifactId>activation</artifactId>
  607. <version>1.1.1</version>
  608. </dependency>
  609. <!-- poi office -->
  610. <dependency>
  611. <groupId>org.apache.poi</groupId>
  612. <artifactId>poi</artifactId>
  613. <version>${poi.version}</version>
  614. </dependency>
  615. <dependency>
  616. <groupId>org.apache.poi</groupId>
  617. <artifactId>poi-ooxml</artifactId>
  618. <version>${poi.version}</version>
  619. </dependency>
  620. <dependency>
  621. <groupId>org.apache.poi</groupId>
  622. <artifactId>poi-ooxml-schemas</artifactId>
  623. <version>${poi.version}</version>
  624. </dependency>
  625. <!-- image util -->
  626. <dependency>
  627. <groupId>com.drewnoakes</groupId>
  628. <artifactId>metadata-extractor</artifactId>
  629. <version>2.6.2</version>
  630. </dependency>
  631. <!-- 条形码、二维码生成 -->
  632. <dependency>
  633. <groupId>com.google.zxing</groupId>
  634. <artifactId>core</artifactId>
  635. <version>2.2</version>
  636. </dependency>
  637. <dependency>
  638. <groupId>com.google.zxing</groupId>
  639. <artifactId>javase</artifactId>
  640. <version>2.2</version>
  641. </dependency>
  642. <dependency>
  643. <groupId>batik</groupId>
  644. <artifactId>batik-util</artifactId>
  645. <version>1.6-1</version>
  646. <systemPath>${lib.path}/batik-util-1.7.jar</systemPath>
  647. <scope>system</scope>
  648. </dependency>
  649. <!-- quartz -->
  650. <dependency>
  651. <groupId>org.quartz-scheduler</groupId>
  652. <artifactId>quartz</artifactId>
  653. <version>${quartz.version}</version>
  654. </dependency>
  655. <dependency>
  656. <groupId>org.quartz-scheduler</groupId>
  657. <artifactId>quartz-jobs</artifactId>
  658. <version>${quartz.version}</version>
  659. </dependency>
  660. <!-- 中文分词 -->
  661. <dependency>
  662. <groupId>org.wltea</groupId>
  663. <artifactId>analyzer</artifactId>
  664. <version>2012_u6</version>
  665. <systemPath>${lib.path}/analyzer-2012_u6.jar</systemPath>
  666. <scope>system</scope>
  667. </dependency>
  668. <!-- GENERAL UTILS end -->
  669. <dependency>
  670. <groupId>gencode</groupId>
  671. <artifactId>gencode</artifactId>
  672. <version>2.0</version>
  673. <systemPath>${lib.path}/org.jeeframework.gencode-2.0-tomcat7.0.jar</systemPath>
  674. <scope>system</scope>
  675. </dependency>
  676. <!-- Echarts图表依赖包开始 -->
  677. <!-- https://mvnrepository.com/artifact/com.github.abel533/ECharts -->
  678. <dependency>
  679. <groupId>com.github.abel533</groupId>
  680. <artifactId>ECharts</artifactId>
  681. <version>3.0.0.2</version>
  682. </dependency>
  683. <dependency>
  684. <groupId>com.google.code.gson</groupId>
  685. <artifactId>gson</artifactId>
  686. <version>2.6.2</version>
  687. </dependency>
  688. <!-- Echarts图表依赖包结束 -->
  689. <!-- TEST begin -->
  690. <dependency>
  691. <groupId>junit</groupId>
  692. <artifactId>junit</artifactId>
  693. <version>4.11</version>
  694. </dependency>
  695. <dependency>
  696. <groupId>org.springframework</groupId>
  697. <artifactId>spring-test</artifactId>
  698. <version>${spring.version}</version>
  699. </dependency>
  700. <!-- TEST end -->
  701. <dependency>
  702. <groupId>eu.bitwalker</groupId>
  703. <artifactId>UserAgentUtils</artifactId>
  704. <version>1.20</version>
  705. </dependency>
  706. <!--httpcore -->
  707. <dependency>
  708. <groupId>org.apache.httpcomponents</groupId>
  709. <artifactId>httpcore</artifactId>
  710. <version>4.4.4</version>
  711. </dependency>
  712. <!-- swagger-springmvc -->
  713. <dependency>
  714. <groupId>io.springfox</groupId>
  715. <artifactId>springfox-swagger2</artifactId>
  716. <version>2.5.0</version>
  717. </dependency>
  718. <dependency>
  719. <groupId>io.springfox</groupId>
  720. <artifactId>springfox-swagger-ui</artifactId>
  721. <version>2.5.0</version>
  722. </dependency>
  723. <!-- swagger-springmvc dependencies -->
  724. <!--httpclient -->
  725. <dependency>
  726. <groupId>org.apache.httpcomponents</groupId>
  727. <artifactId>httpclient</artifactId>
  728. <version>4.5.2</version>
  729. </dependency>
  730. <dependency>
  731. <groupId>QRCoder</groupId>
  732. <artifactId>QRCoder</artifactId>
  733. <version>1.0</version>
  734. <systemPath>${lib.path}/QRCode.jar</systemPath>
  735. <scope>system</scope>
  736. </dependency>
  737. <!-- UTILS begin -->
  738. <dependency>
  739. <groupId>com.google.guava</groupId>
  740. <artifactId>guava</artifactId>
  741. <version>${guava.version}</version>
  742. </dependency>
  743. <dependency>
  744. <groupId>org.apache.commons</groupId>
  745. <artifactId>commons-lang3</artifactId>
  746. <version>${commons-lang3.version}</version>
  747. </dependency>
  748. <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
  749. <dependency>
  750. <groupId>org.postgresql</groupId>
  751. <artifactId>postgresql</artifactId>
  752. <version>42.1.1</version>
  753. </dependency>
  754. <dependency>
  755. <groupId>commons-lang</groupId>
  756. <artifactId>commons-lang</artifactId>
  757. <version>2.6</version>
  758. </dependency>
  759. <!-- UTILS end -->
  760. </dependencies>
  761. </project>