pom.xml 30 KB

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