pom.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  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/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>o2oa</groupId>
  6. <artifactId>o2server</artifactId>
  7. <version>4.0.5</version>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>x_base_core_project</module>
  11. <!-- 顺序 -->
  12. <module>x_query_core_entity</module>
  13. <module>x_attendance_core_entity</module>
  14. <module>x_bbs_core_entity</module>
  15. <module>x_calendar_core_entity</module>
  16. <module>x_cms_core_entity</module>
  17. <module>x_cms_core_express</module>
  18. <module>x_component_core_entity</module>
  19. <module>x_file_core_entity</module>
  20. <module>x_general_core_entity</module>
  21. <module>x_hotpic_core_entity</module>
  22. <module>x_jpush_core_entity</module>
  23. <module>x_meeting_core_entity</module>
  24. <module>x_message_core_entity</module>
  25. <module>x_mind_core_entity</module>
  26. <module>x_okr_core_entity</module>
  27. <module>x_organization_core_entity</module>
  28. <module>x_portal_core_entity</module>
  29. <module>x_processplatform_core_entity</module>
  30. <module>x_teamwork_core_entity</module>
  31. <!--module>x_workschedu_core_entity</module -->
  32. <module>x_program_center_core_entity</module>
  33. <module>x_organization_core_express</module>
  34. <module>x_query_core_express</module>
  35. <module>x_processplatform_core_express</module>
  36. <module>x_bbs_assemble_control</module>
  37. <module>x_calendar_assemble_control</module>
  38. <module>x_cms_assemble_control</module>
  39. <module>x_attendance_assemble_control</module>
  40. <module>x_component_assemble_control</module>
  41. <module>x_file_assemble_control</module>
  42. <module>x_general_assemble_control</module>
  43. <module>x_hotpic_assemble_control</module>
  44. <module>x_jpush_assemble_control</module>
  45. <module>x_meeting_assemble_control</module>
  46. <module>x_message_assemble_communicate</module>
  47. <module>x_mind_assemble_control</module>
  48. <module>x_okr_assemble_control</module>
  49. <module>x_organization_assemble_authentication</module>
  50. <module>x_organization_assemble_control</module>
  51. <module>x_organization_assemble_express</module>
  52. <module>x_organization_assemble_personal</module>
  53. <module>x_portal_assemble_designer</module>
  54. <module>x_portal_assemble_surface</module>
  55. <module>x_processplatform_assemble_bam</module>
  56. <module>x_processplatform_assemble_designer</module>
  57. <module>x_processplatform_assemble_surface</module>
  58. <module>x_processplatform_service_processing</module>
  59. <module>x_query_assemble_designer</module>
  60. <module>x_query_assemble_surface</module>
  61. <module>x_query_service_processing</module>
  62. <module>x_teamwork_assemble_control</module>
  63. <!-- module>x_workschedu_assemble_control</module -->
  64. <module>x_program_center</module>
  65. <module>x_console</module>
  66. </modules>
  67. <properties>
  68. <maven.compiler.source>1.8</maven.compiler.source>
  69. <maven.compiler.target>1.8</maven.compiler.target>
  70. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  71. <project.reporting.outputEncoding>UTF-8
  72. </project.reporting.outputEncoding>
  73. </properties>
  74. <dependencies>
  75. <dependency>
  76. <groupId>javax</groupId>
  77. <artifactId>javaee-api</artifactId>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.google.code.gson</groupId>
  81. <artifactId>gson</artifactId>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.apache.openjpa</groupId>
  85. <artifactId>openjpa</artifactId>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.apache.commons</groupId>
  89. <artifactId>commons-lang3</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>commons-cli</groupId>
  93. <artifactId>commons-cli</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>commons-beanutils</groupId>
  97. <artifactId>commons-beanutils</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>commons-net</groupId>
  101. <artifactId>commons-net</artifactId>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.apache.commons</groupId>
  105. <artifactId>commons-math3</artifactId>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.apache.commons</groupId>
  109. <artifactId>commons-collections4</artifactId>
  110. </dependency>
  111. <dependency>
  112. <groupId>commons-codec</groupId>
  113. <artifactId>commons-codec</artifactId>
  114. </dependency>
  115. <dependency>
  116. <groupId>commons-io</groupId>
  117. <artifactId>commons-io</artifactId>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.apache.commons</groupId>
  121. <artifactId>commons-vfs2</artifactId>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.apache.commons</groupId>
  125. <artifactId>commons-pool2</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.apache.commons</groupId>
  129. <artifactId>commons-dbcp2</artifactId>
  130. </dependency>
  131. <dependency>
  132. <groupId>org.apache.commons</groupId>
  133. <artifactId>commons-text</artifactId>
  134. </dependency>
  135. <dependency>
  136. <groupId>org.eclipse.jetty</groupId>
  137. <artifactId>jetty-server</artifactId>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.eclipse.jetty</groupId>
  141. <artifactId>jetty-deploy</artifactId>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.eclipse.jetty</groupId>
  145. <artifactId>jetty-annotations</artifactId>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.eclipse.jetty</groupId>
  149. <artifactId>jetty-quickstart</artifactId>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.google.zxing</groupId>
  153. <artifactId>core</artifactId>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.apache.ftpserver</groupId>
  157. <artifactId>ftpserver-core</artifactId>
  158. </dependency>
  159. <dependency>
  160. <groupId>org.apache.ftpserver</groupId>
  161. <artifactId>ftplet-api</artifactId>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.apache.cxf</groupId>
  165. <artifactId>cxf-core</artifactId>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.apache.cxf</groupId>
  169. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  170. </dependency>
  171. <dependency>
  172. <groupId>org.apache.cxf</groupId>
  173. <artifactId>cxf-rt-frontend-simple</artifactId>
  174. </dependency>
  175. <dependency>
  176. <groupId>org.apache.cxf</groupId>
  177. <artifactId>cxf-rt-wsdl</artifactId>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.apache.poi</groupId>
  181. <artifactId>poi</artifactId>
  182. </dependency>
  183. <dependency>
  184. <groupId>org.apache.poi</groupId>
  185. <artifactId>poi-ooxml</artifactId>
  186. </dependency>
  187. <dependency>
  188. <groupId>org.apache.poi</groupId>
  189. <artifactId>poi-ooxml-schemas</artifactId>
  190. </dependency>
  191. <dependency>
  192. <groupId>fr.opensagres.xdocreport</groupId>
  193. <artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
  194. </dependency>
  195. <dependency>
  196. <groupId>fr.opensagres.xdocreport</groupId>
  197. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.apache.tika</groupId>
  201. <artifactId>tika-core</artifactId>
  202. </dependency>
  203. <dependency>
  204. <groupId>org.apache.tika</groupId>
  205. <artifactId>tika-parsers</artifactId>
  206. </dependency>
  207. <dependency>
  208. <groupId>org.apache.pdfbox</groupId>
  209. <artifactId>pdfbox</artifactId>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.apache.pdfbox</groupId>
  213. <artifactId>fontbox</artifactId>
  214. </dependency>
  215. <dependency>
  216. <groupId>org.apache.pdfbox</groupId>
  217. <artifactId>xmpbox</artifactId>
  218. </dependency>
  219. <dependency>
  220. <groupId>org.apache.pdfbox</groupId>
  221. <artifactId>preflight</artifactId>
  222. </dependency>
  223. <dependency>
  224. <groupId>org.apache.pdfbox</groupId>
  225. <artifactId>pdfbox-tools</artifactId>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.apache.pdfbox</groupId>
  229. <artifactId>jbig2-imageio</artifactId>
  230. </dependency>
  231. <dependency>
  232. <groupId>com.adobe.xmp</groupId>
  233. <artifactId>xmpcore</artifactId>
  234. </dependency>
  235. <dependency>
  236. <groupId>io.github.classgraph</groupId>
  237. <artifactId>classgraph</artifactId>
  238. </dependency>
  239. <dependency>
  240. <groupId>org.glassfish.jersey.core</groupId>
  241. <artifactId>jersey-server</artifactId>
  242. </dependency>
  243. <dependency>
  244. <groupId>org.glassfish.jersey.media</groupId>
  245. <artifactId>jersey-media-multipart</artifactId>
  246. </dependency>
  247. <dependency>
  248. <groupId>dom4j</groupId>
  249. <artifactId>dom4j</artifactId>
  250. </dependency>
  251. <dependency>
  252. <groupId>net.sf.ehcache</groupId>
  253. <artifactId>ehcache</artifactId>
  254. </dependency>
  255. <dependency>
  256. <groupId>org.quartz-scheduler</groupId>
  257. <artifactId>quartz</artifactId>
  258. </dependency>
  259. <dependency>
  260. <groupId>org.imgscalr</groupId>
  261. <artifactId>imgscalr-lib</artifactId>
  262. </dependency>
  263. <dependency>
  264. <groupId>com.github.stuxuhai</groupId>
  265. <artifactId>jpinyin</artifactId>
  266. </dependency>
  267. <dependency>
  268. <groupId>com.hankcs</groupId>
  269. <artifactId>hanlp</artifactId>
  270. </dependency>
  271. <dependency>
  272. <groupId>de.vandermeer</groupId>
  273. <artifactId>asciitable</artifactId>
  274. </dependency>
  275. <dependency>
  276. <groupId>com.h2database</groupId>
  277. <artifactId>h2</artifactId>
  278. </dependency>
  279. <dependency>
  280. <groupId>org.mnode.ical4j</groupId>
  281. <artifactId>ical4j</artifactId>
  282. </dependency>
  283. <dependency>
  284. <groupId>org.apache.xbean</groupId>
  285. <artifactId>xbean-asm7-shaded</artifactId>
  286. </dependency>
  287. <dependency>
  288. <groupId>com.squareup</groupId>
  289. <artifactId>javapoet</artifactId>
  290. </dependency>
  291. <dependency>
  292. <groupId>javax.visrec</groupId>
  293. <artifactId>visrec-api</artifactId>
  294. </dependency>
  295. <dependency>
  296. <groupId>org.neuroph</groupId>
  297. <artifactId>neuroph-core</artifactId>
  298. </dependency>
  299. <dependency>
  300. <groupId>net.sourceforge.tess4j</groupId>
  301. <artifactId>tess4j</artifactId>
  302. </dependency>
  303. <dependency>
  304. <groupId>cglib</groupId>
  305. <artifactId>cglib</artifactId>
  306. </dependency>
  307. <dependency>
  308. <groupId>com.alibaba</groupId>
  309. <artifactId>druid</artifactId>
  310. </dependency>
  311. <dependency>
  312. <groupId>com.itextpdf</groupId>
  313. <artifactId>html2pdf</artifactId>
  314. </dependency>
  315. <dependency>
  316. <groupId>com.itextpdf</groupId>
  317. <artifactId>font-asian</artifactId>
  318. </dependency>
  319. </dependencies>
  320. <build>
  321. <finalName>${project.artifactId}</finalName>
  322. <pluginManagement>
  323. <plugins>
  324. <plugin>
  325. <groupId>org.codehaus.mojo</groupId>
  326. <artifactId>exec-maven-plugin</artifactId>
  327. <version>1.6.0</version>
  328. </plugin>
  329. <plugin>
  330. <groupId>org.apache.maven.plugins</groupId>
  331. <artifactId>maven-resources-plugin</artifactId>
  332. <version>3.1.0</version>
  333. </plugin>
  334. <!--This plugin's configuration is used to store Eclipse m2e settings
  335. only. It has no influence on the Maven build itself. -->
  336. <plugin>
  337. <groupId>org.eclipse.m2e</groupId>
  338. <artifactId>lifecycle-mapping</artifactId>
  339. <version>1.0.0</version>
  340. <configuration>
  341. <lifecycleMappingMetadata>
  342. <pluginExecutions>
  343. <pluginExecution>
  344. <pluginExecutionFilter>
  345. <groupId>
  346. org.codehaus.mojo
  347. </groupId>
  348. <artifactId>
  349. exec-maven-plugin
  350. </artifactId>
  351. <versionRange>
  352. [1.6.0,)
  353. </versionRange>
  354. <goals>
  355. <goal>java</goal>
  356. </goals>
  357. </pluginExecutionFilter>
  358. <action>
  359. <ignore></ignore>
  360. </action>
  361. </pluginExecution>
  362. </pluginExecutions>
  363. </lifecycleMappingMetadata>
  364. </configuration>
  365. </plugin>
  366. <plugin>
  367. <groupId>org.apache.maven.plugins</groupId>
  368. <artifactId>maven-compiler-plugin</artifactId>
  369. <version>3.8.1</version>
  370. </plugin>
  371. </plugins>
  372. </pluginManagement>
  373. <plugins>
  374. <plugin>
  375. <groupId>org.apache.maven.plugins</groupId>
  376. <artifactId>maven-surefire-plugin</artifactId>
  377. <version>3.0.0-M3</version>
  378. <configuration>
  379. <skipTests>true</skipTests>
  380. </configuration>
  381. </plugin>
  382. <plugin>
  383. <groupId>org.apache.maven.plugins</groupId>
  384. <artifactId>maven-war-plugin</artifactId>
  385. <version>3.2.3</version>
  386. <configuration>
  387. <archive>
  388. <addMavenDescriptor>false</addMavenDescriptor>
  389. </archive>
  390. <packagingExcludes>persistence.xml,WEB-INF/lib/**,META-INF
  391. </packagingExcludes>
  392. <failOnMissingWebXml>false</failOnMissingWebXml>
  393. </configuration>
  394. </plugin>
  395. <plugin>
  396. <groupId>org.apache.maven.plugins</groupId>
  397. <artifactId>maven-jar-plugin</artifactId>
  398. <version>3.1.2</version>
  399. <configuration>
  400. <archive>
  401. <addMavenDescriptor>false</addMavenDescriptor>
  402. </archive>
  403. <excludes>
  404. <exclude>META-INF</exclude>
  405. </excludes>
  406. </configuration>
  407. </plugin>
  408. </plugins>
  409. </build>
  410. <dependencyManagement>
  411. <dependencies>
  412. <dependency>
  413. <groupId>javax</groupId>
  414. <artifactId>javaee-api</artifactId>
  415. <version>7.0</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>com.google.code.gson</groupId>
  419. <artifactId>gson</artifactId>
  420. <version>2.8.5</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.apache.openjpa</groupId>
  424. <artifactId>openjpa</artifactId>
  425. <version>3.1.0</version>
  426. </dependency>
  427. <dependency>
  428. <groupId>org.apache.commons</groupId>
  429. <artifactId>commons-lang3</artifactId>
  430. <version>3.9</version>
  431. </dependency>
  432. <dependency>
  433. <groupId>commons-cli</groupId>
  434. <artifactId>commons-cli</artifactId>
  435. <version>1.4</version>
  436. </dependency>
  437. <dependency>
  438. <groupId>commons-beanutils</groupId>
  439. <artifactId>commons-beanutils</artifactId>
  440. <version>1.9.4</version>
  441. </dependency>
  442. <dependency>
  443. <groupId>commons-net</groupId>
  444. <artifactId>commons-net</artifactId>
  445. <version>3.6</version>
  446. </dependency>
  447. <dependency>
  448. <groupId>org.apache.commons</groupId>
  449. <artifactId>commons-math3</artifactId>
  450. <version>3.6.1</version>
  451. </dependency>
  452. <dependency>
  453. <groupId>org.apache.commons</groupId>
  454. <artifactId>commons-collections4</artifactId>
  455. <version>4.4</version>
  456. </dependency>
  457. <dependency>
  458. <groupId>commons-codec</groupId>
  459. <artifactId>commons-codec</artifactId>
  460. <version>1.13</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>commons-io</groupId>
  464. <artifactId>commons-io</artifactId>
  465. <version>2.6</version>
  466. </dependency>
  467. <dependency>
  468. <groupId>org.apache.commons</groupId>
  469. <artifactId>commons-vfs2</artifactId>
  470. <version>2.4.1</version>
  471. </dependency>
  472. <dependency>
  473. <groupId>org.apache.commons</groupId>
  474. <artifactId>commons-pool2</artifactId>
  475. <version>2.7.0</version>
  476. </dependency>
  477. <dependency>
  478. <groupId>org.apache.commons</groupId>
  479. <artifactId>commons-dbcp2</artifactId>
  480. <version>2.7.0</version>
  481. </dependency>
  482. <dependency>
  483. <groupId>org.apache.commons</groupId>
  484. <artifactId>commons-text</artifactId>
  485. <version>1.8</version>
  486. </dependency>
  487. <dependency>
  488. <groupId>org.eclipse.jetty</groupId>
  489. <artifactId>jetty-server</artifactId>
  490. <version>9.4.20.v20190813</version>
  491. </dependency>
  492. <dependency>
  493. <groupId>org.eclipse.jetty</groupId>
  494. <artifactId>jetty-deploy</artifactId>
  495. <version>9.4.20.v20190813</version>
  496. </dependency>
  497. <dependency>
  498. <groupId>org.eclipse.jetty</groupId>
  499. <artifactId>jetty-annotations</artifactId>
  500. <version>9.4.20.v20190813</version>
  501. </dependency>
  502. <dependency>
  503. <groupId>org.eclipse.jetty</groupId>
  504. <artifactId>jetty-quickstart</artifactId>
  505. <version>9.4.20.v20190813</version>
  506. </dependency>
  507. <dependency>
  508. <groupId>com.google.zxing</groupId>
  509. <artifactId>core</artifactId>
  510. <version>3.4.0</version>
  511. </dependency>
  512. <dependency>
  513. <groupId>org.apache.ftpserver</groupId>
  514. <artifactId>ftpserver-core</artifactId>
  515. <version>1.1.1</version>
  516. </dependency>
  517. <dependency>
  518. <groupId>org.apache.ftpserver</groupId>
  519. <artifactId>ftplet-api</artifactId>
  520. <version>1.1.1</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>org.apache.cxf</groupId>
  524. <artifactId>cxf-core</artifactId>
  525. <version>3.3.3</version>
  526. </dependency>
  527. <dependency>
  528. <groupId>org.apache.cxf</groupId>
  529. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  530. <version>3.3.3</version>
  531. </dependency>
  532. <dependency>
  533. <groupId>org.apache.cxf</groupId>
  534. <artifactId>cxf-rt-frontend-simple</artifactId>
  535. <version>3.3.3</version>
  536. </dependency>
  537. <dependency>
  538. <groupId>org.apache.cxf</groupId>
  539. <artifactId>cxf-rt-wsdl</artifactId>
  540. <version>3.3.3</version>
  541. </dependency>
  542. <dependency>
  543. <groupId>org.apache.poi</groupId>
  544. <artifactId>poi</artifactId>
  545. <version>4.0.1</version>
  546. </dependency>
  547. <dependency>
  548. <groupId>org.apache.poi</groupId>
  549. <artifactId>poi-ooxml</artifactId>
  550. <version>4.0.1</version>
  551. </dependency>
  552. <dependency>
  553. <groupId>org.apache.poi</groupId>
  554. <artifactId>poi-ooxml-schemas</artifactId>
  555. <version>4.0.1</version>
  556. </dependency>
  557. <dependency>
  558. <groupId>fr.opensagres.xdocreport</groupId>
  559. <artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
  560. <version>2.0.1</version>
  561. </dependency>
  562. <dependency>
  563. <groupId>fr.opensagres.xdocreport</groupId>
  564. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  565. <version>2.0.1</version>
  566. </dependency>
  567. <dependency>
  568. <groupId>org.apache.tika</groupId>
  569. <artifactId>tika-core</artifactId>
  570. <version>1.22</version>
  571. </dependency>
  572. <dependency>
  573. <groupId>org.apache.tika</groupId>
  574. <artifactId>tika-parsers</artifactId>
  575. <version>1.22</version>
  576. </dependency>
  577. <dependency>
  578. <groupId>org.apache.pdfbox</groupId>
  579. <artifactId>pdfbox</artifactId>
  580. <version>2.0.16</version>
  581. </dependency>
  582. <dependency>
  583. <groupId>org.apache.pdfbox</groupId>
  584. <artifactId>fontbox</artifactId>
  585. <version>2.0.16</version>
  586. </dependency>
  587. <dependency>
  588. <groupId>org.apache.pdfbox</groupId>
  589. <artifactId>jbig2-imageio</artifactId>
  590. <version>3.0.2</version>
  591. </dependency>
  592. <dependency>
  593. <groupId>org.apache.pdfbox</groupId>
  594. <artifactId>xmpbox</artifactId>
  595. <version>2.0.16</version>
  596. </dependency>
  597. <dependency>
  598. <groupId>org.apache.pdfbox</groupId>
  599. <artifactId>preflight</artifactId>
  600. <version>2.0.16</version>
  601. </dependency>
  602. <dependency>
  603. <groupId>org.apache.pdfbox</groupId>
  604. <artifactId>pdfbox-tools</artifactId>
  605. <version>2.0.16</version>
  606. </dependency>
  607. <dependency>
  608. <groupId>com.adobe.xmp</groupId>
  609. <artifactId>xmpcore</artifactId>
  610. <version>6.1.10</version>
  611. </dependency>
  612. <dependency>
  613. <groupId>net.sourceforge.tess4j</groupId>
  614. <artifactId>tess4j</artifactId>
  615. <version>4.4.0</version>
  616. </dependency>
  617. <dependency>
  618. <groupId>io.github.classgraph</groupId>
  619. <artifactId>classgraph</artifactId>
  620. <version>4.8.47</version>
  621. </dependency>
  622. <dependency>
  623. <groupId>org.glassfish.jersey.core</groupId>
  624. <artifactId>jersey-server</artifactId>
  625. <version>2.27</version>
  626. </dependency>
  627. <dependency>
  628. <groupId>org.glassfish.jersey.media</groupId>
  629. <artifactId>jersey-media-multipart</artifactId>
  630. <version>2.27</version>
  631. </dependency>
  632. <dependency>
  633. <groupId>dom4j</groupId>
  634. <artifactId>dom4j</artifactId>
  635. <version>1.6.1</version>
  636. </dependency>
  637. <dependency>
  638. <groupId>net.sf.ehcache</groupId>
  639. <artifactId>ehcache</artifactId>
  640. <version>2.10.6</version>
  641. </dependency>
  642. <dependency>
  643. <groupId>org.quartz-scheduler</groupId>
  644. <artifactId>quartz</artifactId>
  645. <version>2.3.0</version>
  646. </dependency>
  647. <dependency>
  648. <groupId>org.imgscalr</groupId>
  649. <artifactId>imgscalr-lib</artifactId>
  650. <version>4.2</version>
  651. </dependency>
  652. <dependency>
  653. <groupId>com.github.stuxuhai</groupId>
  654. <artifactId>jpinyin</artifactId>
  655. <version>1.1.8</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>com.hankcs</groupId>
  659. <artifactId>hanlp</artifactId>
  660. <version>portable-1.7.4</version>
  661. </dependency>
  662. <dependency>
  663. <groupId>de.vandermeer</groupId>
  664. <artifactId>asciitable</artifactId>
  665. <version>0.3.2</version>
  666. </dependency>
  667. <dependency>
  668. <groupId>com.h2database</groupId>
  669. <artifactId>h2</artifactId>
  670. <version>1.4.199</version>
  671. </dependency>
  672. <dependency>
  673. <groupId>org.mnode.ical4j</groupId>
  674. <artifactId>ical4j</artifactId>
  675. <version>2.2.0</version>
  676. </dependency>
  677. <dependency>
  678. <groupId>org.apache.xbean</groupId>
  679. <artifactId>xbean-asm7-shaded</artifactId>
  680. <version>4.12</version>
  681. </dependency>
  682. <dependency>
  683. <groupId>com.squareup</groupId>
  684. <artifactId>javapoet</artifactId>
  685. <version>1.11.1</version>
  686. </dependency>
  687. <dependency>
  688. <groupId>javax.visrec</groupId>
  689. <artifactId>visrec-api</artifactId>
  690. <version>20200316</version>
  691. </dependency>
  692. <dependency>
  693. <groupId>org.neuroph</groupId>
  694. <artifactId>neuroph-core</artifactId>
  695. <version>2.96</version>
  696. <exclusions>
  697. <exclusion>
  698. <groupId>ch.qos.logback</groupId>
  699. <artifactId>logback-core</artifactId>
  700. </exclusion>
  701. <exclusion>
  702. <groupId>ch.qos.logback</groupId>
  703. <artifactId>logback-classic</artifactId>
  704. </exclusion>
  705. <exclusion>
  706. <groupId>javax.visrec</groupId>
  707. <artifactId>visrec-api</artifactId>
  708. </exclusion>
  709. </exclusions>
  710. </dependency>
  711. <dependency>
  712. <groupId>org.slf4j</groupId>
  713. <artifactId>slf4j-simple</artifactId>
  714. <version>1.7.25</version>
  715. </dependency>
  716. <dependency>
  717. <groupId>org.slf4j</groupId>
  718. <artifactId>slf4j-api</artifactId>
  719. <version>1.7.25</version>
  720. </dependency>
  721. <dependency>
  722. <groupId>nl.captcha</groupId>
  723. <artifactId>simplecaptcha</artifactId>
  724. <version>1.2.1</version>
  725. </dependency>
  726. <dependency>
  727. <groupId>cglib</groupId>
  728. <artifactId>cglib</artifactId>
  729. <version>3.2.0</version>
  730. </dependency>
  731. <dependency>
  732. <groupId>com.alibaba</groupId>
  733. <artifactId>druid</artifactId>
  734. <version>1.1.21</version>
  735. </dependency>
  736. <dependency>
  737. <groupId>com.itextpdf</groupId>
  738. <artifactId>html2pdf</artifactId>
  739. <version>2.1.6</version>
  740. </dependency>
  741. <dependency>
  742. <groupId>com.itextpdf</groupId>
  743. <artifactId>font-asian</artifactId>
  744. <version>7.1.9</version>
  745. </dependency>
  746. <dependency>
  747. <groupId>o2oa</groupId>
  748. <artifactId>x_base_core_project</artifactId>
  749. <version>${project.version}</version>
  750. </dependency>
  751. <dependency>
  752. <groupId>o2oa</groupId>
  753. <artifactId>x_attendance_core_entity</artifactId>
  754. <version>${project.version}</version>
  755. </dependency>
  756. <dependency>
  757. <groupId>o2oa</groupId>
  758. <artifactId>x_bbs_core_entity</artifactId>
  759. <version>${project.version}</version>
  760. </dependency>
  761. <dependency>
  762. <groupId>o2oa</groupId>
  763. <artifactId>x_calendar_core_entity</artifactId>
  764. <version>${project.version}</version>
  765. </dependency>
  766. <dependency>
  767. <groupId>o2oa</groupId>
  768. <artifactId>x_cms_core_entity</artifactId>
  769. <version>${project.version}</version>
  770. </dependency>
  771. <dependency>
  772. <groupId>o2oa</groupId>
  773. <artifactId>x_cms_core_express</artifactId>
  774. <version>${project.version}</version>
  775. </dependency>
  776. <dependency>
  777. <groupId>o2oa</groupId>
  778. <artifactId>x_component_core_entity</artifactId>
  779. <version>${project.version}</version>
  780. </dependency>
  781. <dependency>
  782. <groupId>o2oa</groupId>
  783. <artifactId>x_file_core_entity</artifactId>
  784. <version>${project.version}</version>
  785. </dependency>
  786. <dependency>
  787. <groupId>o2oa</groupId>
  788. <artifactId>x_general_core_entity</artifactId>
  789. <version>${project.version}</version>
  790. </dependency>
  791. <dependency>
  792. <groupId>o2oa</groupId>
  793. <artifactId>x_hotpic_core_entity</artifactId>
  794. <version>${project.version}</version>
  795. </dependency>
  796. <dependency>
  797. <groupId>o2oa</groupId>
  798. <artifactId>x_meeting_core_entity</artifactId>
  799. <version>${project.version}</version>
  800. </dependency>
  801. <dependency>
  802. <groupId>o2oa</groupId>
  803. <artifactId>x_message_core_entity</artifactId>
  804. <version>${project.version}</version>
  805. </dependency>
  806. <dependency>
  807. <groupId>o2oa</groupId>
  808. <artifactId>x_mind_core_entity</artifactId>
  809. <version>${project.version}</version>
  810. </dependency>
  811. <dependency>
  812. <groupId>o2oa</groupId>
  813. <artifactId>x_okr_core_entity</artifactId>
  814. <version>${project.version}</version>
  815. </dependency>
  816. <dependency>
  817. <groupId>o2oa</groupId>
  818. <artifactId>x_organization_core_entity</artifactId>
  819. <version>${project.version}</version>
  820. </dependency>
  821. <dependency>
  822. <groupId>o2oa</groupId>
  823. <artifactId>x_organization_core_express</artifactId>
  824. <version>${project.version}</version>
  825. </dependency>
  826. <dependency>
  827. <groupId>o2oa</groupId>
  828. <artifactId>x_portal_core_entity</artifactId>
  829. <version>${project.version}</version>
  830. </dependency>
  831. <dependency>
  832. <groupId>o2oa</groupId>
  833. <artifactId>x_processplatform_core_entity</artifactId>
  834. <version>${project.version}</version>
  835. </dependency>
  836. <dependency>
  837. <groupId>o2oa</groupId>
  838. <artifactId>x_processplatform_core_express</artifactId>
  839. <version>${project.version}</version>
  840. </dependency>
  841. <dependency>
  842. <groupId>o2oa</groupId>
  843. <artifactId>x_query_core_entity</artifactId>
  844. <version>${project.version}</version>
  845. </dependency>
  846. <dependency>
  847. <groupId>o2oa</groupId>
  848. <artifactId>x_query_core_express</artifactId>
  849. <version>${project.version}</version>
  850. </dependency>
  851. <dependency>
  852. <groupId>o2oa</groupId>
  853. <artifactId>x_report_core_entity</artifactId>
  854. <version>${project.version}</version>
  855. </dependency>
  856. <dependency>
  857. <groupId>o2oa</groupId>
  858. <artifactId>x_strategydeploy_core_entity</artifactId>
  859. <version>${project.version}</version>
  860. </dependency>
  861. <dependency>
  862. <groupId>o2oa</groupId>
  863. <artifactId>x_strategydeploy_assemble_control</artifactId>
  864. <version>${project.version}</version>
  865. </dependency>
  866. <dependency>
  867. <groupId>o2oa</groupId>
  868. <artifactId>x_program_center</artifactId>
  869. <version>${project.version}</version>
  870. </dependency>
  871. <dependency>
  872. <groupId>o2oa</groupId>
  873. <artifactId>x_program_center_core_entity</artifactId>
  874. <version>${project.version}</version>
  875. </dependency>
  876. <dependency>
  877. <groupId>o2oa</groupId>
  878. <artifactId>x_teamwork_core_entity</artifactId>
  879. <version>${project.version}</version>
  880. </dependency>
  881. <dependency>
  882. <groupId>o2oa</groupId>
  883. <artifactId>x_workschedu_core_entity</artifactId>
  884. <version>${project.version}</version>
  885. </dependency>
  886. </dependencies>
  887. </dependencyManagement>
  888. <repositories>
  889. <repository>
  890. <id>nexus-o2oa</id>
  891. <name>nexus-o2oa</name>
  892. <url>http://maven.o2oa.net/repository/maven-public/</url>
  893. <releases>
  894. <enabled>true</enabled>
  895. </releases>
  896. <snapshots>
  897. <enabled>true</enabled>
  898. </snapshots>
  899. </repository>
  900. </repositories>
  901. </project>