pom.xml 25 KB

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