pom.xml 37 KB

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