pom.xml 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  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.0.8.RELEASE</spring.version>
  16. <validator.version>5.1.1.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.1.3</druid.version>
  20. <ehcache.version>2.6.9</ehcache.version>
  21. <ehcache-web.version>2.0.4</ehcache-web.version>
  22. <shiro.version>1.2.3</shiro.version>
  23. <sitemesh.version>2.4.2</sitemesh.version>
  24. <activation.version>5.19.0</activation.version>
  25. <jpush.version>3.2.17</jpush.version>
  26. <jiguang.version>1.0.3</jiguang.version>
  27. <netty.version>4.1.6.Final</netty.version>
  28. <gson.version>2.3</gson.version>
  29. <!-- tools version setting -->
  30. <slf4j.version>1.7.22</slf4j.version>
  31. <commons-lang.version>2.5</commons-lang.version>
  32. <commons-lang3.version>3.3.2</commons-lang3.version>
  33. <commons-io.version>2.4</commons-io.version>
  34. <commons-codec.version>1.9</commons-codec.version>
  35. <commons-fileupload.version>1.3.1</commons-fileupload.version>
  36. <commons-beanutils.version>1.9.1</commons-beanutils.version>
  37. <jackson.version>2.2.3</jackson.version>
  38. <fastjson.version>1.1.40</fastjson.version>
  39. <xstream.version>1.4.7</xstream.version>
  40. <guava.version>17.0</guava.version>
  41. <dozer.version>5.5.1</dozer.version>
  42. <poi.version>3.16</poi.version>
  43. <freemarker.version>2.3.20</freemarker.version>
  44. <ckfinder.version>2.3</ckfinder.version>
  45. <websocket.version>1.3.0</websocket.version>
  46. <!--<ckfinder.version>2.6.1</ckfinder.version>-->
  47. <!-- jdbc driver setting -->
  48. <mysql.driver.version>5.1.30</mysql.driver.version>
  49. <oracle.driver.version>10.2.0.4.0</oracle.driver.version>
  50. <mssql.driver.version>1.3.1</mssql.driver.version>
  51. <mongodb.data.version>1.8.4.RELEASE</mongodb.data.version>
  52. <mongodb.driver.version>3.2.2</mongodb.driver.version>
  53. <!-- environment setting -->
  54. <jdk.version>1.7</jdk.version>
  55. <tomcat.version>2.2</tomcat.version>
  56. <webserver.port>8181</webserver.port>
  57. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  58. <downloadSources>true</downloadSources>
  59. <jodconverter.version>2.2.1</jodconverter.version>
  60. <pdfbox.version>2.0.9</pdfbox.version>
  61. </properties>
  62. <build>
  63. <finalName>jeeplus</finalName>
  64. <plugins>
  65. <plugin>
  66. <groupId>org.apache.maven.plugins</groupId>
  67. <artifactId>maven-compiler-plugin</artifactId>
  68. <version>3.3</version>
  69. <configuration>
  70. <source>8</source>
  71. <target>8</target>
  72. <compilerArguments>
  73. <bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath>
  74. <extdirs>${project.basedir}/src/main/webapp/WEB-INF/jar</extdirs>
  75. </compilerArguments>
  76. </configuration>
  77. </plugin>
  78. <plugin>
  79. <groupId>org.apache.maven.plugins</groupId>
  80. <artifactId>maven-dependency-plugin</artifactId>
  81. <version>2.10</version>
  82. <executions>
  83. <execution>
  84. <id>copy-dependencies</id>
  85. <phase>compile</phase>
  86. <goals>
  87. <goal>copy-dependencies</goal>
  88. </goals>
  89. <configuration>
  90. <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/lib</outputDirectory>
  91. <includeScope>system</includeScope>
  92. </configuration>
  93. </execution>
  94. </executions>
  95. </plugin>
  96. </plugins>
  97. <resources>
  98. <!-- 强制复制 java 目录下的 ttf 文件 -->
  99. <resource>
  100. <directory>src/main/java</directory>
  101. <includes>
  102. <include>**/*.ttf</include>
  103. </includes>
  104. </resource>
  105. <!-- 保留原有 resources 目录的资源 -->
  106. <resource>
  107. <directory>src/main/resources</directory>
  108. <includes>
  109. <include>**/*</include>
  110. </includes>
  111. </resource>
  112. </resources>
  113. </build>
  114. <!-- 依赖项定义 -->
  115. <dependencies>
  116. <dependency>
  117. <groupId>com.spire</groupId>
  118. <artifactId>spire.doc</artifactId>
  119. <version>3.5.2</version>
  120. <scope>system</scope>
  121. <systemPath>${project.basedir}/libs/spire.doc-3.5.2.jar</systemPath>
  122. </dependency>
  123. <!-- SPRING begin -->
  124. <dependency>
  125. <groupId>org.springframework</groupId>
  126. <artifactId>spring-core</artifactId>
  127. <version>${spring.version}</version>
  128. <exclusions>
  129. <exclusion>
  130. <groupId>commons-logging</groupId>
  131. <artifactId>commons-logging</artifactId>
  132. </exclusion>
  133. </exclusions>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.springframework</groupId>
  137. <artifactId>spring-beans</artifactId>
  138. <version>${spring.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>cn.jpush.api</groupId>
  142. <artifactId>jpush-client</artifactId>
  143. <version>${jpush.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>cn.jpush.api</groupId>
  147. <artifactId>jiguang-common</artifactId>
  148. <version>${jiguang.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>io.netty</groupId>
  152. <artifactId>netty-all</artifactId>
  153. <version>${netty.version}</version>
  154. <scope>compile</scope>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.google.code.gson</groupId>
  158. <artifactId>gson</artifactId>
  159. <version>${gson.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.springframework</groupId>
  163. <artifactId>spring-context</artifactId>
  164. <version>${spring.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.springframework</groupId>
  168. <artifactId>spring-context-support</artifactId>
  169. <version>${spring.version}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>org.springframework</groupId>
  173. <artifactId>spring-aop</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-tx</artifactId>
  185. <version>${spring.version}</version>
  186. </dependency>
  187. <!-- spring orm -->
  188. <dependency>
  189. <groupId>org.springframework</groupId>
  190. <artifactId>spring-orm</artifactId>
  191. <version>${spring.version}</version>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.springframework</groupId>
  195. <artifactId>spring-jdbc</artifactId>
  196. <version>${spring.version}</version>
  197. </dependency>
  198. <!-- bean validate -->
  199. <dependency>
  200. <groupId>org.hibernate</groupId>
  201. <artifactId>hibernate-validator</artifactId>
  202. <version>${validator.version}</version>
  203. </dependency>
  204. <!-- SPRING end -->
  205. <!-- AOP begin -->
  206. <dependency>
  207. <groupId>org.aspectj</groupId>
  208. <artifactId>aspectjrt</artifactId>
  209. <version>1.7.4</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.aspectj</groupId>
  213. <artifactId>aspectjweaver</artifactId>
  214. <version>1.7.4</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>cglib</groupId>
  218. <artifactId>cglib</artifactId>
  219. <version>3.1</version>
  220. </dependency>
  221. <!-- AOP end -->
  222. <!-- PERSISTENCE begin -->
  223. <!-- MyBatis -->
  224. <dependency>
  225. <groupId>org.mybatis</groupId>
  226. <artifactId>mybatis</artifactId>
  227. <version>${mybatis.version}</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.mybatis</groupId>
  231. <artifactId>mybatis-spring</artifactId>
  232. <version>${mybatis-spring.version}</version>
  233. </dependency>
  234. <!-- connection pool -->
  235. <dependency>
  236. <groupId>com.alibaba</groupId>
  237. <artifactId>druid</artifactId>
  238. <version>${druid.version}</version>
  239. </dependency>
  240. <!-- jdbc driver -->
  241. <dependency>
  242. <groupId>mysql</groupId>
  243. <artifactId>mysql-connector-java</artifactId>
  244. <version>${mysql.driver.version}</version>
  245. </dependency>
  246. <!-- mongoDB支持jar -->
  247. <dependency>
  248. <groupId>org.springframework.data</groupId>
  249. <artifactId>spring-data-mongodb</artifactId>
  250. <version>${mongodb.data.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>org.mongodb</groupId>
  254. <artifactId>mongo-java-driver</artifactId>
  255. <version>${mongodb.driver.version}</version>
  256. </dependency>
  257. <!-- <dependency>
  258. <groupId>com.oracle</groupId>
  259. <artifactId>ojdbc14</artifactId>
  260. <version>${oracle.driver.version}</version>
  261. <scope>runtime</scope>
  262. </dependency> -->
  263. <dependency>
  264. <groupId>net.sourceforge.jtds</groupId>
  265. <artifactId>jtds</artifactId>
  266. <version>${mssql.driver.version}</version>
  267. <scope>runtime</scope>
  268. </dependency>
  269. <!-- PERSISTENCE end -->
  270. <!-- WEB begin -->
  271. <dependency>
  272. <groupId>org.springframework</groupId>
  273. <artifactId>spring-web</artifactId>
  274. <version>${spring.version}</version>
  275. </dependency>
  276. <dependency>
  277. <groupId>org.springframework</groupId>
  278. <artifactId>spring-webmvc</artifactId>
  279. <version>${spring.version}</version>
  280. </dependency>
  281. <dependency>
  282. <groupId>org.springframework</groupId>
  283. <artifactId>spring-oxm</artifactId>
  284. <version>${spring.version}</version>
  285. </dependency>
  286. <dependency>
  287. <groupId>opensymphony</groupId>
  288. <artifactId>sitemesh</artifactId>
  289. <version>${sitemesh.version}</version>
  290. </dependency>
  291. <dependency>
  292. <groupId>taglibs</groupId>
  293. <artifactId>standard</artifactId>
  294. <version>1.1.2</version>
  295. <type>jar</type>
  296. </dependency>
  297. <dependency>
  298. <groupId>cn.hutool</groupId>
  299. <artifactId>hutool-all</artifactId>
  300. <version>5.7.13</version>
  301. </dependency>
  302. <!--<dependency>-->
  303. <!--<groupId>javax</groupId>-->
  304. <!--<artifactId>javaee-api</artifactId>-->
  305. <!--<version>7.0</version>-->
  306. <!--</dependency>-->
  307. <dependency>
  308. <groupId>javax.servlet</groupId>
  309. <artifactId>jstl</artifactId>
  310. <version>1.2</version>
  311. <type>jar</type>
  312. </dependency>
  313. <dependency>
  314. <groupId>javax.servlet</groupId>
  315. <artifactId>servlet-api</artifactId>
  316. <version>2.5</version>
  317. <scope>provided</scope>
  318. </dependency>
  319. <dependency>
  320. <groupId>javax.servlet.jsp</groupId>
  321. <artifactId>jsp-api</artifactId>
  322. <version>2.1</version>
  323. <scope>provided</scope>
  324. </dependency>
  325. <dependency>
  326. <groupId>javax.servlet</groupId>
  327. <artifactId>javax.servlet-api</artifactId>
  328. <version>3.0.1</version>
  329. <scope>provided</scope>
  330. </dependency>
  331. <dependency>
  332. <groupId>javax.servlet.jsp</groupId>
  333. <artifactId>jsp-api</artifactId>
  334. <version>2.2</version>
  335. <scope>provided</scope>
  336. </dependency>
  337. <!-- CACHE begin -->
  338. <dependency>
  339. <groupId>net.sf.ehcache</groupId>
  340. <artifactId>ehcache-core</artifactId>
  341. <version>${ehcache.version}</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>net.sf.ehcache</groupId>
  345. <artifactId>ehcache-web</artifactId>
  346. <version>${ehcache-web.version}</version>
  347. </dependency>
  348. <dependency>
  349. <groupId>redis.clients</groupId>
  350. <artifactId>jedis</artifactId>
  351. <version>2.5.1</version>
  352. </dependency>
  353. <!-- CACHE end -->
  354. <!-- SECURITY begin -->
  355. <dependency>
  356. <groupId>org.apache.shiro</groupId>
  357. <artifactId>shiro-core</artifactId>
  358. <version>${shiro.version}</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>org.apache.shiro</groupId>
  362. <artifactId>shiro-spring</artifactId>
  363. <version>${shiro.version}</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>org.apache.shiro</groupId>
  367. <artifactId>shiro-cas</artifactId>
  368. <version>${shiro.version}</version>
  369. <exclusions>
  370. <exclusion>
  371. <groupId>commons-logging</groupId>
  372. <artifactId>commons-logging</artifactId>
  373. </exclusion>
  374. </exclusions>
  375. </dependency>
  376. <dependency>
  377. <groupId>org.apache.shiro</groupId>
  378. <artifactId>shiro-web</artifactId>
  379. <version>${shiro.version}</version>
  380. </dependency>
  381. <dependency>
  382. <groupId>org.apache.shiro</groupId>
  383. <artifactId>shiro-ehcache</artifactId>
  384. <version>${shiro.version}</version>
  385. </dependency>
  386. <!-- SECURITY end -->
  387. <!-- LOGGING begin -->
  388. <dependency>
  389. <groupId>org.slf4j</groupId>
  390. <artifactId>slf4j-api</artifactId>
  391. <version>${slf4j.version}</version>
  392. <scope>compile</scope>
  393. </dependency>
  394. <!-- LOGGING end -->
  395. <!-- GENERAL UTILS begin -->
  396. <dependency>
  397. <groupId>commons-lang</groupId>
  398. <artifactId>commons-lang</artifactId>
  399. <version>${commons-lang.version}</version>
  400. </dependency>
  401. <dependency>
  402. <groupId>org.apache.commons</groupId>
  403. <artifactId>commons-lang3</artifactId>
  404. <version>${commons-lang3.version}</version>
  405. </dependency>
  406. <dependency>
  407. <groupId>commons-io</groupId>
  408. <artifactId>commons-io</artifactId>
  409. <version>${commons-io.version}</version>
  410. </dependency>
  411. <dependency>
  412. <groupId>commons-codec</groupId>
  413. <artifactId>commons-codec</artifactId>
  414. <version>${commons-codec.version}</version>
  415. </dependency>
  416. <dependency>
  417. <groupId>commons-fileupload</groupId>
  418. <artifactId>commons-fileupload</artifactId>
  419. <version>${commons-fileupload.version}</version>
  420. </dependency>
  421. <dependency>
  422. <groupId>commons-beanutils</groupId>
  423. <artifactId>commons-beanutils</artifactId>
  424. <version>${commons-beanutils.version}</version>
  425. <exclusions>
  426. <exclusion>
  427. <groupId>commons-logging</groupId>
  428. <artifactId>commons-logging</artifactId>
  429. </exclusion>
  430. </exclusions>
  431. </dependency>
  432. <!-- google java lib -->
  433. <dependency>
  434. <groupId>com.google.guava</groupId>
  435. <artifactId>guava</artifactId>
  436. <version>${guava.version}</version>
  437. </dependency>
  438. <!-- jackson json -->
  439. <dependency>
  440. <groupId>com.fasterxml.jackson.core</groupId>
  441. <artifactId>jackson-core</artifactId>
  442. <version>${jackson.version}</version>
  443. </dependency>
  444. <dependency>
  445. <groupId>com.fasterxml.jackson.core</groupId>
  446. <artifactId>jackson-databind</artifactId>
  447. <version>${jackson.version}</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>com.fasterxml.jackson.core</groupId>
  451. <artifactId>jackson-annotations</artifactId>
  452. <version>${jackson.version}</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>com.fasterxml.jackson.module</groupId>
  456. <artifactId>jackson-module-jaxb-annotations</artifactId>
  457. <version>${jackson.version}</version>
  458. </dependency>
  459. <dependency>
  460. <groupId>org.codehaus.jackson</groupId>
  461. <artifactId>jackson-mapper-asl</artifactId>
  462. <version>1.9.13</version>
  463. </dependency>
  464. <!-- fastjson json
  465. <dependency>
  466. <groupId>com.alibaba</groupId>
  467. <artifactId>fastjson</artifactId>
  468. <version>${fastjson.version}</version>
  469. </dependency> -->
  470. <!-- xstream xml -->
  471. <dependency>
  472. <groupId>com.thoughtworks.xstream</groupId>
  473. <artifactId>xstream</artifactId>
  474. <version>${xstream.version}</version>
  475. </dependency>
  476. <!-- pojo copy -->
  477. <dependency>
  478. <groupId>net.sf.dozer</groupId>
  479. <artifactId>dozer</artifactId>
  480. <version>${dozer.version}</version>
  481. </dependency>
  482. <!-- freemarker engine -->
  483. <dependency>
  484. <groupId>org.freemarker</groupId>
  485. <artifactId>freemarker</artifactId>
  486. <version>${freemarker.version}</version>
  487. </dependency>
  488. <!-- email -->
  489. <dependency>
  490. <groupId>javax.mail</groupId>
  491. <artifactId>mail</artifactId>
  492. <version>1.4.7</version>
  493. </dependency>
  494. <dependency>
  495. <groupId>javax.activation</groupId>
  496. <artifactId>activation</artifactId>
  497. <version>1.1.1</version>
  498. </dependency>
  499. <!-- poi office -->
  500. <dependency>
  501. <groupId>org.apache.poi</groupId>
  502. <artifactId>poi</artifactId>
  503. <version>${poi.version}</version>
  504. </dependency>
  505. <dependency>
  506. <groupId>org.apache.poi</groupId>
  507. <artifactId>poi-ooxml</artifactId>
  508. <version>${poi.version}</version>
  509. </dependency>
  510. <dependency>
  511. <groupId>org.apache.poi</groupId>
  512. <artifactId>poi-ooxml-schemas</artifactId>
  513. <version>${poi.version}</version>
  514. </dependency>
  515. <dependency>
  516. <groupId>dom4j</groupId>
  517. <artifactId>dom4j</artifactId>
  518. <version>1.6</version>
  519. </dependency>
  520. <!-- image util -->
  521. <dependency>
  522. <groupId>com.drewnoakes</groupId>
  523. <artifactId>metadata-extractor</artifactId>
  524. <version>2.6.2</version>
  525. </dependency>
  526. <!-- 条形码、二维码生成 -->
  527. <dependency>
  528. <groupId>com.google.zxing</groupId>
  529. <artifactId>core</artifactId>
  530. <version>2.2</version>
  531. </dependency>
  532. <dependency>
  533. <groupId>com.google.zxing</groupId>
  534. <artifactId>javase</artifactId>
  535. <version>2.2</version>
  536. </dependency>
  537. <dependency>
  538. <groupId>batik</groupId>
  539. <artifactId>batik-util</artifactId>
  540. <version>1.6-1</version>
  541. </dependency>
  542. <!-- 中文分词 -->
  543. <!--<dependency>-->
  544. <!--<groupId>org.wltea</groupId>-->
  545. <!--<artifactId>analyzer</artifactId>-->
  546. <!--<version>2012_u6</version>-->
  547. <!--</dependency>-->
  548. <!-- GENERAL UTILS end -->
  549. <dependency>
  550. <groupId>com.belerweb</groupId>
  551. <artifactId>pinyin4j</artifactId>
  552. <version>2.5.0</version>
  553. </dependency>
  554. <!-- CKFinder begin -->
  555. <dependency>
  556. <groupId>net.coobird</groupId>
  557. <artifactId>thumbnailator</artifactId>
  558. <version>0.4.2</version>
  559. </dependency>
  560. <dependency>
  561. <groupId>com.ckfinder</groupId>
  562. <artifactId>apache-ant-zip</artifactId>
  563. <version>2.3</version>
  564. <scope>system</scope>
  565. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/apache-ant-zip-2.3.jar</systemPath>
  566. </dependency>
  567. <dependency>
  568. <groupId>com.ckfinder</groupId>
  569. <artifactId>ckfinder</artifactId>
  570. <version>${ckfinder.version}</version>
  571. <scope>system</scope>
  572. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/ckfinder-2.3.jar</systemPath>
  573. </dependency>
  574. <dependency>
  575. <groupId>com.ckfinder</groupId>
  576. <artifactId>ckfinderplugin-fileeditor</artifactId>
  577. <version>${ckfinder.version}</version>
  578. <scope>system</scope>
  579. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/ckfinderplugin-fileeditor-2.3.jar</systemPath>
  580. </dependency>
  581. <dependency>
  582. <groupId>com.ckfinder</groupId>
  583. <artifactId>ckfinderplugin-imageresize</artifactId>
  584. <version>${ckfinder.version}</version>
  585. <scope>system</scope>
  586. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/ckfinderplugin-imageresize-2.3.jar</systemPath>
  587. </dependency>
  588. <!-- CKFinder end -->
  589. <!--<dependency>-->
  590. <!--<groupId>org.jeeframework</groupId>-->
  591. <!--<artifactId>gencode</artifactId>-->
  592. <!--<version>1.5</version>-->
  593. <!--</dependency>-->
  594. <!-- TEST begin -->
  595. <dependency>
  596. <groupId>junit</groupId>
  597. <artifactId>junit</artifactId>
  598. <version>4.11</version>
  599. </dependency>
  600. <dependency>
  601. <groupId>org.springframework</groupId>
  602. <artifactId>spring-test</artifactId>
  603. <version>${spring.version}</version>
  604. </dependency>
  605. <!-- TEST end -->
  606. <dependency>
  607. <groupId>eu.bitwalker</groupId>
  608. <artifactId>UserAgentUtils</artifactId>
  609. <version>1.20</version>
  610. </dependency>
  611. <!-- Java-WebSocket -->
  612. <dependency>
  613. <groupId>org.java-websocket</groupId>
  614. <artifactId>Java-WebSocket</artifactId>
  615. <version>${websocket.version}</version>
  616. </dependency>
  617. <dependency>
  618. <groupId>org.fusesource</groupId>
  619. <artifactId>sigar</artifactId>
  620. <version>1.6.4</version>
  621. </dependency>
  622. <!--httpcore -->
  623. <dependency>
  624. <groupId>org.apache.httpcomponents</groupId>
  625. <artifactId>httpcore</artifactId>
  626. <version>4.4.4</version>
  627. </dependency>
  628. <!--httpclient -->
  629. <dependency>
  630. <groupId>org.apache.httpcomponents</groupId>
  631. <artifactId>httpclient</artifactId>
  632. <version>4.5.2</version>
  633. </dependency>
  634. <dependency>
  635. <groupId>QRCoder</groupId>
  636. <artifactId>QRCoder</artifactId>
  637. <version>1.0</version>
  638. <scope>system</scope>
  639. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/QRCode.jar</systemPath>
  640. </dependency>
  641. <!-- https://mvnrepository.com/artifact/com.github.abel533/ECharts -->
  642. <dependency>
  643. <groupId>com.github.abel533</groupId>
  644. <artifactId>ECharts</artifactId>
  645. <version>2.2.7</version>
  646. </dependency>
  647. <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
  648. <dependency>
  649. <groupId>com.google.code.gson</groupId>
  650. <artifactId>gson</artifactId>
  651. <version>2.6.2</version>
  652. </dependency>
  653. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-email -->
  654. <dependency>
  655. <groupId>org.apache.commons</groupId>
  656. <artifactId>commons-email</artifactId>
  657. <version>1.4</version>
  658. </dependency>
  659. <!--&lt;!&ndash; https://mvnrepository.com/artifact/javax.activation/activation &ndash;&gt;-->
  660. <!--<dependency>-->
  661. <!--<groupId>javax.activation</groupId>-->
  662. <!--<artifactId>activation</artifactId>-->
  663. <!--<version>1.1.1</version>-->
  664. <!--</dependency>-->
  665. <!-- https://mvnrepository.com/artifact/org.activiti/activiti-bpmn-converter -->
  666. <dependency>
  667. <groupId>org.activiti</groupId>
  668. <artifactId>activiti-bpmn-converter</artifactId>
  669. <version>${activation.version}</version>
  670. </dependency>
  671. <dependency>
  672. <groupId>org.activiti</groupId>
  673. <artifactId>activiti-bpmn-model</artifactId>
  674. <version>${activation.version}</version>
  675. </dependency>
  676. <dependency>
  677. <groupId>org.activiti</groupId>
  678. <artifactId>activiti-common-rest</artifactId>
  679. <version>${activation.version}</version>
  680. </dependency>
  681. <dependency>
  682. <groupId>org.activiti</groupId>
  683. <artifactId>activiti-diagram-rest</artifactId>
  684. <version>${activation.version}</version>
  685. </dependency>
  686. <dependency>
  687. <groupId>org.activiti</groupId>
  688. <artifactId>activiti-engine</artifactId>
  689. <version>${activation.version}</version>
  690. </dependency>
  691. <dependency>
  692. <groupId>org.activiti</groupId>
  693. <artifactId>activiti-explorer</artifactId>
  694. <version>${activation.version}</version>
  695. <exclusions>
  696. <exclusion>
  697. <groupId>org.vaadin.addons</groupId>
  698. <artifactId>dcharts-widget</artifactId>
  699. </exclusion>
  700. </exclusions>
  701. </dependency>
  702. <dependency>
  703. <groupId>org.activiti</groupId>
  704. <artifactId>activiti-image-generator</artifactId>
  705. <version>${activation.version}</version>
  706. </dependency>
  707. <dependency>
  708. <groupId>org.activiti</groupId>
  709. <artifactId>activiti-json-converter</artifactId>
  710. <version>${activation.version}</version>
  711. </dependency>
  712. <dependency>
  713. <groupId>org.activiti</groupId>
  714. <artifactId>activiti-modeler</artifactId>
  715. <version>${activation.version}</version>
  716. </dependency>
  717. <dependency>
  718. <groupId>org.activiti</groupId>
  719. <artifactId>activiti-process-validation</artifactId>
  720. <version>${activation.version}</version>
  721. </dependency>
  722. <dependency>
  723. <groupId>org.activiti</groupId>
  724. <artifactId>activiti-rest</artifactId>
  725. <version>${activation.version}</version>
  726. </dependency>
  727. <dependency>
  728. <groupId>org.activiti</groupId>
  729. <artifactId>activiti-spring</artifactId>
  730. <version>${activation.version}</version>
  731. </dependency>
  732. <dependency>
  733. <groupId>net.sf.json-lib</groupId>
  734. <artifactId>json-lib</artifactId>
  735. <version>2.4</version>
  736. <classifier>jdk15</classifier>
  737. </dependency>
  738. <!--<dependency>
  739. <groupId>net.sf.json-lib</groupId>
  740. <artifactId>json-lib</artifactId>
  741. <version>2.4</version>
  742. </dependency>-->
  743. <dependency>
  744. <groupId>ch.qos.logback</groupId>
  745. <artifactId>logback-core</artifactId>
  746. <version>1.2.1</version>
  747. </dependency>
  748. <dependency>
  749. <groupId>com.squareup.okhttp</groupId>
  750. <artifactId>okhttp</artifactId>
  751. <version>2.7.5</version>
  752. </dependency>
  753. <dependency>
  754. <groupId>ch.qos.logback</groupId>
  755. <artifactId>logback-classic</artifactId>
  756. <version>1.2.1</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>com.squareup.okhttp</groupId>
  760. <artifactId>logging-interceptor</artifactId>
  761. <version>2.7.5</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>com.squareup.okio</groupId>
  765. <artifactId>okio</artifactId>
  766. <version>1.6.0</version>
  767. </dependency>
  768. <dependency>
  769. <groupId>io.swagger</groupId>
  770. <artifactId>swagger-annotations</artifactId>
  771. <version>1.5.1</version>
  772. </dependency>
  773. <dependency>
  774. <groupId>com.easemob</groupId>
  775. <artifactId>rest-java-sdk</artifactId>
  776. <version>1.0.2</version>
  777. </dependency>
  778. <!-- 新增jar包 -->
  779. <dependency>
  780. <groupId>fr.opensagres.xdocreport</groupId>
  781. <artifactId>org.apache.poi.xwpf.converter.pdf</artifactId>
  782. <version>1.0.4</version>
  783. </dependency>
  784. <!--阿里云图片服务-->
  785. <dependency>
  786. <groupId>com.aliyun.oss</groupId>
  787. <artifactId>aliyun-sdk-oss</artifactId>
  788. <version>2.6.0</version>
  789. </dependency>
  790. <dependency>
  791. <groupId>com.aliyun</groupId>
  792. <artifactId>aliyun-java-sdk-core</artifactId>
  793. <version>2.1.7</version>
  794. </dependency>
  795. <dependency>
  796. <groupId>com.aliyun</groupId>
  797. <artifactId>aliyun-java-sdk-sts</artifactId>
  798. <version>2.1.6</version>
  799. </dependency>
  800. <dependency>
  801. <groupId>org.freemarker</groupId>
  802. <artifactId>freemarker</artifactId>
  803. <version>2.3.20</version>
  804. </dependency>
  805. <!-- openoffice -->
  806. <dependency>
  807. <groupId>org.openoffice</groupId>
  808. <artifactId>ridl</artifactId>
  809. <version>4.1.2</version>
  810. </dependency>
  811. <!--<dependency>
  812. <groupId>org.libreoffice</groupId>
  813. <artifactId>ridl</artifactId>
  814. <version>5.4.2</version>
  815. </dependency>-->
  816. <!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
  817. <dependency>
  818. <groupId>org.apache.pdfbox</groupId>
  819. <artifactId>pdfbox</artifactId>
  820. <version>${pdfbox.version}</version>
  821. </dependency>
  822. <!--<dependency>-->
  823. <!--<groupId>www.ssrh</groupId>-->
  824. <!--<artifactId>DBstep</artifactId>-->
  825. <!--<version>1.0</version>-->
  826. <!--</dependency>-->
  827. <!--<dependency>-->
  828. <!--<groupId>www.ssrh</groupId>-->
  829. <!--<artifactId>jodconverter</artifactId>-->
  830. <!--<version>2.2.2</version>-->
  831. <!--</dependency>-->
  832. <dependency>
  833. <groupId>www.ssrh</groupId>
  834. <artifactId>jodconverter</artifactId>
  835. <version>2.2.2</version>
  836. <scope>system</scope>
  837. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/jodconverter-2.2.2.jar</systemPath>
  838. </dependency>
  839. <!--<dependency>-->
  840. <!--<groupId>www.ssrh</groupId>-->
  841. <!--<artifactId>jodconverter-cli</artifactId>-->
  842. <!--<version>2.2.2</version>-->
  843. <!--</dependency>-->
  844. <dependency>
  845. <groupId>www.ssrh</groupId>
  846. <artifactId>jodconverter-cli</artifactId>
  847. <version>2.2.2</version>
  848. <scope>system</scope>
  849. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/jodconverter-cli-2.2.2.jar</systemPath>
  850. </dependency>
  851. <dependency>
  852. <groupId>fakepath</groupId>
  853. <artifactId>jurt</artifactId>
  854. <!--<version>2.3.0</version>-->
  855. <version>3.0.1</version>
  856. <scope>system</scope>
  857. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/jurt-3.0.1.jar</systemPath>
  858. </dependency>
  859. <dependency>
  860. <groupId>fakepath</groupId>
  861. <artifactId>juh</artifactId>
  862. <version>3.0.1</version>
  863. <!--<version>2.3.0</version>-->
  864. <scope>system</scope>
  865. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/jar/juh-3.0.1.jar</systemPath>
  866. </dependency>
  867. <dependency>
  868. <groupId>com.alibaba</groupId>
  869. <artifactId>fastjson</artifactId>
  870. <version>1.2.62</version>
  871. </dependency>
  872. <dependency>
  873. <groupId>org.codehaus.woodstox</groupId>
  874. <artifactId>wstx-asl</artifactId>
  875. <version>3.2.9</version>
  876. </dependency>
  877. <dependency>
  878. <groupId>org.openoffice</groupId>
  879. <artifactId>unoil</artifactId>
  880. <version>4.1.2</version>
  881. </dependency>
  882. <dependency>
  883. <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  884. <artifactId>com.lowagie.text</artifactId>
  885. <version>2.1.7</version>
  886. </dependency>
  887. <!--xmpp smack-->
  888. <dependency>
  889. <groupId>org.igniterealtime.smack</groupId>
  890. <artifactId>smack-core</artifactId>
  891. <version>4.3.0</version>
  892. </dependency>
  893. <dependency>
  894. <groupId>org.igniterealtime.smack</groupId>
  895. <artifactId>smack-tcp</artifactId>
  896. <version>4.3.0</version>
  897. </dependency>
  898. <dependency>
  899. <groupId>org.igniterealtime.smack</groupId>
  900. <artifactId>smack-java7</artifactId>
  901. <version>4.3.0</version>
  902. </dependency>
  903. <dependency>
  904. <groupId>org.igniterealtime.smack</groupId>
  905. <artifactId>smack-extensions</artifactId>
  906. <version>4.3.0</version>
  907. </dependency>
  908. <dependency>
  909. <groupId>org.igniterealtime.smack</groupId>
  910. <artifactId>smack-sasl-provided</artifactId>
  911. <version>4.3.0</version>
  912. </dependency>
  913. <dependency>
  914. <groupId>com.baidubce</groupId>
  915. <artifactId>bce-java-sdk</artifactId>
  916. <version>0.10.87</version>
  917. </dependency>
  918. <!-- 加密服务类jar -->
  919. <dependency>
  920. <groupId>commons-codec</groupId>
  921. <artifactId>commons-codec</artifactId>
  922. <version>1.9</version>
  923. </dependency>
  924. <dependency>
  925. <groupId>com.mashape.unirest</groupId>
  926. <artifactId>unirest-java</artifactId>
  927. <version>1.4.9</version>
  928. </dependency>
  929. <dependency>
  930. <groupId>com.google.guava</groupId>
  931. <artifactId>guava</artifactId>
  932. <version>25.1-jre</version>
  933. </dependency>
  934. <dependency>
  935. <groupId>org.apache.cxf</groupId>
  936. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  937. <version>3.1.10</version>
  938. </dependency>
  939. <dependency>
  940. <groupId>org.apache.cxf</groupId>
  941. <artifactId>cxf-rt-transports-http</artifactId>
  942. <version>3.1.10</version>
  943. </dependency>
  944. <!-- 解压7z -->
  945. <dependency>
  946. <groupId>org.apache.commons</groupId>
  947. <artifactId>commons-compress</artifactId>
  948. <version>1.9</version>
  949. </dependency>
  950. <dependency>
  951. <groupId>org.tukaani</groupId>
  952. <artifactId>xz</artifactId>
  953. <version>1.5</version>
  954. </dependency>
  955. <!-- 解压rar -->
  956. <dependency>
  957. <groupId>com.github.junrar</groupId>
  958. <artifactId>junrar</artifactId>
  959. <version>0.7</version>
  960. </dependency>
  961. <!-- 文件上传附件到指定服务器目录 -->
  962. <dependency>
  963. <groupId>ch.ethz.ganymed</groupId>
  964. <artifactId>ganymed-ssh2</artifactId>
  965. <version>build250</version>
  966. </dependency>
  967. <dependency>
  968. <groupId>com.jcraft</groupId>
  969. <artifactId>jsch</artifactId>
  970. <version>0.1.55</version>
  971. </dependency>
  972. <!-- spring websocket-->
  973. <dependency>
  974. <groupId>org.springframework</groupId>
  975. <artifactId>spring-websocket</artifactId>
  976. <version>${spring.version}</version>
  977. </dependency>
  978. <dependency>
  979. <groupId>org.springframework</groupId>
  980. <artifactId>spring-messaging</artifactId>
  981. <version>${spring.version}</version>
  982. </dependency>
  983. <dependency>
  984. <groupId>com.aliyun</groupId>
  985. <artifactId>dingtalk</artifactId>
  986. <version>2.1.87</version>
  987. <classifier>sources</classifier>
  988. </dependency>
  989. <dependency>
  990. <groupId>com.aliyun</groupId>
  991. <artifactId>alibaba-dingtalk-service-sdk</artifactId>
  992. <version>2.0.0</version>
  993. </dependency>
  994. <dependency>
  995. <groupId>com.aliyun</groupId>
  996. <artifactId>dysmsapi20170525</artifactId>
  997. <version>3.0.0</version>
  998. </dependency>
  999. <dependency>
  1000. <groupId>com.aliyun</groupId>
  1001. <artifactId>aliyun-java-sdk-core</artifactId>
  1002. <version>4.5.0</version>
  1003. </dependency>
  1004. <dependency>
  1005. <groupId>com.aliyun</groupId>
  1006. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  1007. <version>2.1.0</version>
  1008. </dependency>
  1009. </dependencies>
  1010. </project>