pom.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.py</groupId>
  6. <artifactId>oa</artifactId>
  7. <packaging>war</packaging>
  8. <version>0.0.1-SNAPSHOT</version>
  9. <name>oa Maven Webapp</name>
  10. <url>http://maven.apache.org</url>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  14. </properties>
  15. <repositories>
  16. <repository>
  17. <id>aliyun</id>
  18. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
  19. </repository>
  20. </repositories>
  21. <dependencies>
  22. <dependency>
  23. <groupId>aopalliance</groupId>
  24. <artifactId>aopalliance</artifactId>
  25. <version>1.0</version>
  26. <type>jar</type>
  27. <scope>compile</scope>
  28. </dependency>
  29. <dependency>
  30. <groupId>javax.servlet</groupId>
  31. <artifactId>jstl</artifactId>
  32. <version>1.2</version>
  33. <type>jar</type>
  34. <scope>compile</scope>
  35. </dependency>
  36. <dependency>
  37. <groupId>dom4j</groupId>
  38. <artifactId>dom4j</artifactId>
  39. <version>1.6.1</version>
  40. <type>jar</type>
  41. <scope>compile</scope>
  42. <exclusions>
  43. <exclusion>
  44. <artifactId>xml-apis</artifactId>
  45. <groupId>xml-apis</groupId>
  46. </exclusion>
  47. </exclusions>
  48. </dependency>
  49. <dependency>
  50. <groupId>net.sf.json-lib</groupId>
  51. <artifactId>json-lib</artifactId>
  52. <version>2.4</version>
  53. <classifier>jdk15</classifier>
  54. <exclusions>
  55. <exclusion>
  56. <artifactId>commons-logging</artifactId>
  57. <groupId>commons-logging</groupId>
  58. </exclusion>
  59. </exclusions>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.alibaba</groupId>
  63. <artifactId>fastjson</artifactId>
  64. <version>1.2.47</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>log4j</groupId>
  68. <artifactId>log4j</artifactId>
  69. <version>1.2.17</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.belerweb</groupId>
  73. <artifactId>pinyin4j</artifactId>
  74. <version>2.5.0</version>
  75. <type>jar</type>
  76. <scope>compile</scope>
  77. </dependency>
  78. <dependency>
  79. <groupId>javax.activation</groupId>
  80. <artifactId>activation</artifactId>
  81. <version>1.1.1</version>
  82. <type>jar</type>
  83. <scope>compile</scope>
  84. </dependency>
  85. <dependency>
  86. <groupId>net.sf.ezmorph</groupId>
  87. <artifactId>ezmorph</artifactId>
  88. <version>1.0.6</version>
  89. <type>jar</type>
  90. <scope>compile</scope>
  91. <exclusions>
  92. <exclusion>
  93. <artifactId>commons-lang</artifactId>
  94. <groupId>commons-lang</groupId>
  95. </exclusion>
  96. </exclusions>
  97. </dependency>
  98. <!-- <dependency>
  99. <groupId>com.artofsolving</groupId>
  100. <artifactId>jodconverter</artifactId>
  101. <version>2.2.1</version>
  102. <type>jar</type>
  103. <scope>compile</scope>
  104. </dependency> -->
  105. <dependency>
  106. <groupId>org.jodconverter</groupId>
  107. <artifactId>jodconverter-core</artifactId>
  108. <version>4.0.0-RELEASE</version>
  109. <exclusions>
  110. <exclusion>
  111. <artifactId>slf4j-api</artifactId>
  112. <groupId>org.slf4j</groupId>
  113. </exclusion>
  114. <exclusion>
  115. <artifactId>commons-io</artifactId>
  116. <groupId>commons-io</groupId>
  117. </exclusion>
  118. </exclusions>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.openoffice</groupId>
  122. <artifactId>juh</artifactId>
  123. <version>4.1.2</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.openoffice</groupId>
  127. <artifactId>jurt</artifactId>
  128. <version>4.1.2</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>org.openoffice</groupId>
  132. <artifactId>ridl</artifactId>
  133. <version>4.1.2</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.openoffice</groupId>
  137. <artifactId>unoil</artifactId>
  138. <version>4.1.2</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.thoughtworks.xstream</groupId>
  142. <artifactId>xstream</artifactId>
  143. <version>1.4.10</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>net.sf.ehcache</groupId>
  147. <artifactId>ehcache</artifactId>
  148. <version>2.9.1</version>
  149. <type>jar</type>
  150. <scope>compile</scope>
  151. <exclusions>
  152. <exclusion>
  153. <artifactId>slf4j-api</artifactId>
  154. <groupId>org.slf4j</groupId>
  155. </exclusion>
  156. </exclusions>
  157. </dependency>
  158. <dependency>
  159. <groupId>antlr</groupId>
  160. <artifactId>antlr</artifactId>
  161. <version>2.7.7</version>
  162. <type>jar</type>
  163. <scope>compile</scope>
  164. </dependency>
  165. <!--
  166. <dependency>
  167. <groupId>javax.mail</groupId>
  168. <artifactId>mail</artifactId>
  169. <version>1.4.7</version>
  170. <type>jar</type>
  171. <scope>compile</scope>
  172. </dependency>-->
  173. <dependency>
  174. <groupId>ognl</groupId>
  175. <artifactId>ognl</artifactId>
  176. <version>2.7.3</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>com.liferay</groupId>
  180. <artifactId>org.apache.commons.fileupload</artifactId>
  181. <version>1.2.2.LIFERAY-PATCHED-1</version>
  182. <type>jar</type>
  183. <scope>compile</scope>
  184. <exclusions>
  185. <exclusion>
  186. <artifactId>commons-io</artifactId>
  187. <groupId>commons-io</groupId>
  188. </exclusion>
  189. </exclusions>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.apache.poi</groupId>
  193. <artifactId>poi</artifactId>
  194. <version>3.9</version>
  195. <exclusions>
  196. <exclusion>
  197. <artifactId>commons-codec</artifactId>
  198. <groupId>commons-codec</groupId>
  199. </exclusion>
  200. </exclusions>
  201. </dependency>
  202. <dependency>
  203. <groupId>org.apache.poi</groupId>
  204. <artifactId>poi-examples</artifactId>
  205. <version>3.9</version>
  206. </dependency>
  207. <dependency>
  208. <groupId>org.apache.poi</groupId>
  209. <artifactId>poi-excelant</artifactId>
  210. <version>3.9</version>
  211. </dependency>
  212. <dependency>
  213. <groupId>org.apache.poi</groupId>
  214. <artifactId>poi-ooxml</artifactId>
  215. <version>3.9</version>
  216. </dependency>
  217. <dependency>
  218. <groupId>com.itextpdf</groupId>
  219. <artifactId>kernel</artifactId>
  220. <version>7.2.5</version>
  221. </dependency>
  222. <dependency>
  223. <groupId>com.itextpdf</groupId>
  224. <artifactId>layout</artifactId>
  225. <version>7.2.5</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.apache.poi</groupId>
  229. <artifactId>poi-ooxml-schemas</artifactId>
  230. <version>3.9</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.apache.poi</groupId>
  234. <artifactId>poi-scratchpad</artifactId>
  235. <version>3.9</version>
  236. </dependency>
  237. <dependency>
  238. <groupId>com.google.zxing</groupId>
  239. <artifactId>core</artifactId>
  240. <version>1.7</version>
  241. <type>jar</type>
  242. <scope>compile</scope>
  243. </dependency>
  244. <dependency>
  245. <groupId>com.google.zxing</groupId>
  246. <artifactId>javase</artifactId>
  247. <version>1.7</version>
  248. <type>jar</type>
  249. <scope>compile</scope>
  250. </dependency>
  251. <dependency>
  252. <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  253. <artifactId>org.apache.batik.transcoder</artifactId>
  254. <version>1.6.0</version>
  255. <type>jar</type>
  256. <scope>compile</scope>
  257. </dependency>
  258. <dependency>
  259. <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  260. <artifactId>org.apache.batik.pdf</artifactId>
  261. <version>1.6.0</version>
  262. <type>jar</type>
  263. <scope>compile</scope>
  264. </dependency>
  265. <dependency>
  266. <groupId>javax.media</groupId>
  267. <artifactId>jai-core</artifactId>
  268. <version>1.1.3</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>org.apache.httpcomponents</groupId>
  272. <artifactId>httpclient</artifactId>
  273. <version>4.5.1</version>
  274. <type>jar</type>
  275. <scope>compile</scope>
  276. </dependency>
  277. <dependency>
  278. <groupId>org.apache.httpcomponents</groupId>
  279. <artifactId>httpmime</artifactId>
  280. <version>4.5.1</version>
  281. </dependency>
  282. <dependency>
  283. <groupId>commons-dbcp</groupId>
  284. <artifactId>commons-dbcp</artifactId>
  285. <version>20030825.184428</version>
  286. <type>jar</type>
  287. <scope>compile</scope>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.apache.velocity</groupId>
  291. <artifactId>velocity</artifactId>
  292. <version>1.7</version>
  293. <type>jar</type>
  294. <scope>compile</scope>
  295. <exclusions>
  296. <exclusion>
  297. <artifactId>commons-lang</artifactId>
  298. <groupId>commons-lang</groupId>
  299. </exclusion>
  300. </exclusions>
  301. </dependency>
  302. <dependency>
  303. <groupId>c3p0</groupId>
  304. <artifactId>c3p0</artifactId>
  305. <version>0.9.1.2</version>
  306. <type>jar</type>
  307. <scope>compile</scope>
  308. </dependency>
  309. <dependency>
  310. <groupId>commons-io</groupId>
  311. <artifactId>commons-io</artifactId>
  312. <version>2.4</version>
  313. <type>jar</type>
  314. <scope>compile</scope>
  315. </dependency>
  316. <dependency>
  317. <groupId>commons-httpclient</groupId>
  318. <artifactId>commons-httpclient</artifactId>
  319. <version>20020423</version>
  320. <type>jar</type>
  321. <scope>compile</scope>
  322. </dependency>
  323. <!-- <dependency>
  324. <groupId>commons-httpclient</groupId>
  325. <artifactId>commons-httpclient</artifactId>
  326. <version>3.1</version>
  327. <type>jar</type>
  328. <scope>compile</scope>
  329. </dependency> -->
  330. <dependency>
  331. <groupId>jfree</groupId>
  332. <artifactId>jfreechart</artifactId>
  333. <version>1.0.13</version>
  334. <type>jar</type>
  335. <scope>compile</scope>
  336. </dependency>
  337. <dependency>
  338. <groupId>com.google.code.gson</groupId>
  339. <artifactId>gson</artifactId>
  340. <version>2.2.4</version>
  341. </dependency>
  342. <dependency>
  343. <groupId>org.hsqldb</groupId>
  344. <artifactId>hsqldb</artifactId>
  345. <version>1.8.0.10</version>
  346. <scope>test</scope>
  347. </dependency>
  348. <dependency>
  349. <groupId>jaxen</groupId>
  350. <artifactId>jaxen</artifactId>
  351. <version>1.1.6</version>
  352. </dependency>
  353. <dependency>
  354. <groupId>xerces</groupId>
  355. <artifactId>xercesImpl</artifactId>
  356. <version>2.12.2</version>
  357. </dependency>
  358. <!-- <dependency>
  359. <groupId>mysql</groupId>
  360. <artifactId>mysql-connector-java</artifactId>
  361. <version>5.1.47</version>
  362. </dependency> -->
  363. <dependency>
  364. <groupId>mysql</groupId>
  365. <artifactId>mysql-connector-java</artifactId>
  366. <version>5.1.46</version>
  367. </dependency>
  368. <dependency>
  369. <groupId>com.alibaba</groupId>
  370. <artifactId>druid</artifactId>
  371. <version>1.0.4</version>
  372. </dependency>
  373. <dependency>
  374. <groupId>org.apache.axis2</groupId>
  375. <artifactId>axis2-transport-http</artifactId>
  376. <version>1.6.2</version>
  377. </dependency>
  378. <dependency>
  379. <groupId>org.apache.axis2</groupId>
  380. <artifactId>axis2-kernel</artifactId>
  381. <version>1.6.2</version>
  382. <exclusions>
  383. <exclusion>
  384. <artifactId>commons-logging</artifactId>
  385. <groupId>commons-logging</groupId>
  386. </exclusion>
  387. <exclusion>
  388. <artifactId>servlet-api</artifactId>
  389. <groupId>javax.servlet</groupId>
  390. </exclusion>
  391. <exclusion>
  392. <artifactId>commons-httpclient</artifactId>
  393. <groupId>commons-httpclient</groupId>
  394. </exclusion>
  395. </exclusions>
  396. </dependency>
  397. <dependency>
  398. <groupId>wsdl4j</groupId>
  399. <artifactId>wsdl4j</artifactId>
  400. <version>1.6.2</version>
  401. </dependency>
  402. <dependency>
  403. <groupId>org.apache.ws.commons.axiom</groupId>
  404. <artifactId>axiom-api</artifactId>
  405. <version>1.2.13</version>
  406. <exclusions>
  407. <exclusion>
  408. <artifactId>commons-logging</artifactId>
  409. <groupId>commons-logging</groupId>
  410. </exclusion>
  411. <exclusion>
  412. <artifactId>jaxen</artifactId>
  413. <groupId>jaxen</groupId>
  414. </exclusion>
  415. </exclusions>
  416. </dependency>
  417. <dependency>
  418. <groupId>org.apache.ws.commons.axiom</groupId>
  419. <artifactId>axiom-impl</artifactId>
  420. <version>1.2.13</version>
  421. <exclusions>
  422. <exclusion>
  423. <artifactId>commons-logging</artifactId>
  424. <groupId>commons-logging</groupId>
  425. </exclusion>
  426. </exclusions>
  427. </dependency>
  428. <dependency>
  429. <groupId>org.apache.neethi</groupId>
  430. <artifactId>neethi</artifactId>
  431. <version>3.0.2</version>
  432. </dependency>
  433. <dependency>
  434. <groupId>org.apache.axis2</groupId>
  435. <artifactId>axis2-adb</artifactId>
  436. <version>1.6.2</version>
  437. <exclusions>
  438. <exclusion>
  439. <artifactId>geronimo-activation_1.1_spec</artifactId>
  440. <groupId>org.apache.geronimo.specs</groupId>
  441. </exclusion>
  442. </exclusions>
  443. </dependency>
  444. <dependency>
  445. <groupId>org.apache.axis2</groupId>
  446. <artifactId>axis2-transport-local</artifactId>
  447. <version>1.6.2</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>org.springframework</groupId>
  451. <artifactId>spring-tx</artifactId>
  452. <version>4.2.1.RELEASE</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>org.springframework</groupId>
  456. <artifactId>spring-web</artifactId>
  457. <version>4.2.1.RELEASE</version>
  458. </dependency>
  459. <dependency>
  460. <groupId>org.springframework</groupId>
  461. <artifactId>spring-context</artifactId>
  462. <version>4.2.1.RELEASE</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>org.springframework</groupId>
  466. <artifactId>spring-core</artifactId>
  467. <version>4.2.1.RELEASE</version>
  468. </dependency>
  469. <dependency>
  470. <groupId>org.springframework</groupId>
  471. <artifactId>spring-aop</artifactId>
  472. <version>4.2.1.RELEASE</version>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.springframework</groupId>
  476. <artifactId>spring-beans</artifactId>
  477. <version>4.2.1.RELEASE</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>org.springframework</groupId>
  481. <artifactId>spring-jdbc</artifactId>
  482. <version>4.2.1.RELEASE</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>org.javassist</groupId>
  486. <artifactId>javassist</artifactId>
  487. <version>3.20.0-GA</version>
  488. </dependency>
  489. <dependency>
  490. <groupId>org.apache.tiles</groupId>
  491. <artifactId>tiles-jsp</artifactId>
  492. <version>2.2.1</version>
  493. <type>jar</type>
  494. <scope>compile</scope>
  495. </dependency>
  496. <dependency>
  497. <groupId>org.apache.tiles</groupId>
  498. <artifactId>tiles-api</artifactId>
  499. <version>2.2.1</version>
  500. <type>jar</type>
  501. <scope>compile</scope>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.apache.tiles</groupId>
  505. <artifactId>tiles-core</artifactId>
  506. <version>2.2.1</version>
  507. <type>jar</type>
  508. <scope>compile</scope>
  509. <exclusions>
  510. <exclusion>
  511. <artifactId>slf4j-api</artifactId>
  512. <groupId>org.slf4j</groupId>
  513. </exclusion>
  514. </exclusions>
  515. </dependency>
  516. <dependency>
  517. <groupId>org.apache.tiles</groupId>
  518. <artifactId>tiles-servlet</artifactId>
  519. <version>2.2.1</version>
  520. <type>jar</type>
  521. <scope>compile</scope>
  522. </dependency>
  523. <dependency>
  524. <groupId>org.springframework</groupId>
  525. <artifactId>spring-context-support</artifactId>
  526. <version>4.2.1.RELEASE</version>
  527. <type>jar</type>
  528. <scope>compile</scope>
  529. </dependency>
  530. <dependency>
  531. <groupId>org.slf4j</groupId>
  532. <artifactId>slf4j-api</artifactId>
  533. <version>1.5.8</version>
  534. </dependency>
  535. <dependency>
  536. <groupId>org.quartz-scheduler</groupId>
  537. <artifactId>quartz</artifactId>
  538. <version>2.2.2</version>
  539. <exclusions>
  540. <exclusion>
  541. <artifactId>c3p0</artifactId>
  542. <groupId>c3p0</groupId>
  543. </exclusion>
  544. <exclusion>
  545. <artifactId>slf4j-api</artifactId>
  546. <groupId>org.slf4j</groupId>
  547. </exclusion>
  548. </exclusions>
  549. </dependency>
  550. <!--
  551. <dependency>
  552. <groupId>xml-apis</groupId>
  553. <artifactId>xml-apis-ext</artifactId>
  554. <version>1.3.04</version>
  555. </dependency> -->
  556. <dependency>
  557. <groupId>batik</groupId>
  558. <artifactId>batik-awt-util</artifactId>
  559. <version>1.6</version>
  560. </dependency>
  561. <dependency>
  562. <groupId>batik</groupId>
  563. <artifactId>batik-bridge</artifactId>
  564. <version>1.6</version>
  565. </dependency>
  566. <dependency>
  567. <groupId>batik</groupId>
  568. <artifactId>batik-css</artifactId>
  569. <version>1.6</version>
  570. </dependency>
  571. <dependency>
  572. <groupId>batik</groupId>
  573. <artifactId>batik-dom</artifactId>
  574. <version>1.6</version>
  575. </dependency>
  576. <dependency>
  577. <groupId>batik</groupId>
  578. <artifactId>batik-ext</artifactId>
  579. <version>1.6</version>
  580. </dependency>
  581. <dependency>
  582. <groupId>batik</groupId>
  583. <artifactId>batik-extension</artifactId>
  584. <version>1.6</version>
  585. </dependency>
  586. <dependency>
  587. <groupId>batik</groupId>
  588. <artifactId>batik-gui-util</artifactId>
  589. <version>1.6</version>
  590. </dependency>
  591. <dependency>
  592. <groupId>batik</groupId>
  593. <artifactId>batik-gvt</artifactId>
  594. <version>1.6</version>
  595. </dependency>
  596. <dependency>
  597. <groupId>batik</groupId>
  598. <artifactId>batik-parser</artifactId>
  599. <version>1.6</version>
  600. </dependency>
  601. <dependency>
  602. <groupId>batik</groupId>
  603. <artifactId>batik-script</artifactId>
  604. <version>1.6</version>
  605. </dependency>
  606. <dependency>
  607. <groupId>batik</groupId>
  608. <artifactId>batik-svg-dom</artifactId>
  609. <version>1.6</version>
  610. </dependency>
  611. <dependency>
  612. <groupId>batik</groupId>
  613. <artifactId>batik-svggen</artifactId>
  614. <version>1.6</version>
  615. </dependency>
  616. <dependency>
  617. <groupId>batik</groupId>
  618. <artifactId>batik-swing</artifactId>
  619. <version>1.6</version>
  620. </dependency>
  621. <dependency>
  622. <groupId>batik</groupId>
  623. <artifactId>batik-transcoder</artifactId>
  624. <version>1.6</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>batik</groupId>
  628. <artifactId>batik-util</artifactId>
  629. <version>1.6</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>batik</groupId>
  633. <artifactId>batik-xml</artifactId>
  634. <version>1.6</version>
  635. </dependency>
  636. <dependency>
  637. <groupId>javax.servlet</groupId>
  638. <artifactId>servlet-api</artifactId>
  639. <version>2.4</version>
  640. <scope>provided</scope>
  641. </dependency>
  642. <dependency>
  643. <groupId>org.apache.pdfbox</groupId>
  644. <artifactId>pdfbox</artifactId>
  645. <version>1.8.6</version>
  646. <exclusions>
  647. <exclusion>
  648. <artifactId>commons-logging</artifactId>
  649. <groupId>commons-logging</groupId>
  650. </exclusion>
  651. </exclusions>
  652. </dependency>
  653. <dependency>
  654. <groupId>net.sf.jasperreports</groupId>
  655. <artifactId>jasperreports</artifactId>
  656. <version>5.5.0</version>
  657. <exclusions>
  658. <exclusion>
  659. <artifactId>commons-logging</artifactId>
  660. <groupId>commons-logging</groupId>
  661. </exclusion>
  662. <exclusion>
  663. <artifactId>commons-digester</artifactId>
  664. <groupId>commons-digester</groupId>
  665. </exclusion>
  666. <exclusion>
  667. <artifactId>jfreechart</artifactId>
  668. <groupId>jfree</groupId>
  669. </exclusion>
  670. <exclusion>
  671. <artifactId>itext</artifactId>
  672. <groupId>com.lowagie</groupId>
  673. </exclusion>
  674. <exclusion>
  675. <artifactId>commons-collections</artifactId>
  676. <groupId>commons-collections</groupId>
  677. </exclusion>
  678. <exclusion>
  679. <artifactId>jcommon</artifactId>
  680. <groupId>jfree</groupId>
  681. </exclusion>
  682. </exclusions>
  683. </dependency>
  684. <dependency>
  685. <groupId>junit</groupId>
  686. <artifactId>junit</artifactId>
  687. <version>4.12</version>
  688. <!--<scope>test</scope>-->
  689. </dependency>
  690. <dependency>
  691. <groupId>com.lowagie</groupId>
  692. <artifactId>itext</artifactId>
  693. <version>2.1.7</version>
  694. </dependency>
  695. <dependency>
  696. <groupId>javax.xml.stream</groupId>
  697. <artifactId>stax-api</artifactId>
  698. <version>1.0-2</version>
  699. </dependency>
  700. <dependency>
  701. <groupId>org.apache.xmlbeans</groupId>
  702. <artifactId>xmlbeans</artifactId>
  703. <version>2.3.0</version>
  704. <exclusions>
  705. <exclusion>
  706. <artifactId>stax-api</artifactId>
  707. <groupId>stax</groupId>
  708. </exclusion>
  709. </exclusions>
  710. </dependency>
  711. <dependency>
  712. <groupId>xalan</groupId>
  713. <artifactId>xalan</artifactId>
  714. <version>2.7.0</version>
  715. <exclusions>
  716. <exclusion>
  717. <artifactId>xml-apis</artifactId>
  718. <groupId>xml-apis</groupId>
  719. </exclusion>
  720. </exclusions>
  721. </dependency>
  722. <dependency>
  723. <groupId>org.codehaus.groovy</groupId>
  724. <artifactId>groovy-all</artifactId>
  725. <version>1.8.6</version>
  726. </dependency>
  727. <dependency>
  728. <groupId>org.apache.woden</groupId>
  729. <artifactId>woden-api</artifactId>
  730. <version>1.0M9</version>
  731. </dependency>
  732. <dependency>
  733. <groupId>org.apache.woden</groupId>
  734. <artifactId>woden-impl-commons</artifactId>
  735. <version>1.0M9</version>
  736. </dependency>
  737. <dependency>
  738. <groupId>org.apache.woden</groupId>
  739. <artifactId>woden-impl-dom</artifactId>
  740. <version>1.0M9</version>
  741. </dependency>
  742. <dependency>
  743. <groupId>com.thetransactioncompany</groupId>
  744. <artifactId>cors-filter</artifactId>
  745. <version>2.5</version>
  746. </dependency>
  747. <dependency>
  748. <groupId>com.squareup.okhttp3</groupId>
  749. <artifactId>okhttp</artifactId>
  750. <version>3.14.9</version>
  751. </dependency>
  752. <!--word转换为PDF文档-->
  753. <dependency>
  754. <groupId>com.documents4j</groupId>
  755. <artifactId>documents4j-local</artifactId>
  756. <version>1.0.3</version>
  757. </dependency>
  758. <dependency>
  759. <groupId>com.documents4j</groupId>
  760. <artifactId>documents4j-transformer-msoffice-word</artifactId>
  761. <version>1.0.3</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>com.documents4j</groupId>
  765. <artifactId>documents4j-transformer-msoffice-excel</artifactId>
  766. <version>1.0.3</version>
  767. </dependency>
  768. <dependency>
  769. <groupId>org.testng</groupId>
  770. <artifactId>testng</artifactId>
  771. <version>RELEASE</version>
  772. <scope>compile</scope>
  773. </dependency>
  774. <dependency>
  775. <groupId>io.jsonwebtoken</groupId>
  776. <artifactId>jjwt-api</artifactId>
  777. <version>0.12.6</version>
  778. </dependency>
  779. <dependency>
  780. <groupId>io.jsonwebtoken</groupId>
  781. <artifactId>jjwt-impl</artifactId>
  782. <version>0.12.6</version>
  783. <scope>runtime</scope>
  784. </dependency>
  785. <dependency>
  786. <groupId>io.jsonwebtoken</groupId>
  787. <artifactId>jjwt-jackson</artifactId> <!-- 或者使用 jjwt-gson,如果偏好 Gson -->
  788. <version>0.12.6</version>
  789. <scope>runtime</scope>
  790. </dependency>
  791. <dependency>
  792. <groupId>com.fasterxml.jackson.core</groupId>
  793. <artifactId>jackson-databind</artifactId>
  794. <version>2.15.3</version>
  795. </dependency>
  796. <dependency>
  797. <groupId>com.fasterxml.jackson.core</groupId>
  798. <artifactId>jackson-annotations</artifactId>
  799. <version>2.15.3</version>
  800. </dependency>
  801. <dependency>
  802. <groupId>com.fasterxml.jackson.core</groupId>
  803. <artifactId>jackson-core</artifactId>
  804. <version>2.15.3</version>
  805. </dependency>
  806. </dependencies>
  807. <build>
  808. <!-- <resources>-->
  809. <!-- <resource>-->
  810. <!-- <directory>src/main</directory>-->
  811. <!-- <includes>-->
  812. <!-- <include>**/*.xml</include>-->
  813. <!-- </includes>-->
  814. <!-- </resource>-->
  815. <!-- </resources>-->
  816. <finalName>oa</finalName>
  817. <plugins>
  818. <plugin>
  819. <groupId>org.apache.maven.plugins</groupId>
  820. <artifactId>maven-compiler-plugin</artifactId>
  821. <version>3.6.0</version>
  822. <configuration>
  823. <source>1.8</source>
  824. <target>1.8</target>
  825. <encoding>UTF-8</encoding>
  826. </configuration>
  827. </plugin>
  828. </plugins>
  829. </build>
  830. </project>