pom.xml 24 KB

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