pom.xml 33 KB

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