pom.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032
  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>5</version>
  8. <packaging>pom</packaging>
  9. <properties>
  10. <maven.compiler.source>1.8</maven.compiler.source>
  11. <maven.compiler.target>1.8</maven.compiler.target>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <project.reporting.outputEncoding>UTF-8
  14. </project.reporting.outputEncoding>
  15. </properties>
  16. <modules>
  17. <module>x_base_core_project</module>
  18. <!-- 顺序 -->
  19. <module>x_query_core_entity</module>
  20. <module>x_attendance_core_entity</module>
  21. <module>x_bbs_core_entity</module>
  22. <module>x_calendar_core_entity</module>
  23. <module>x_cms_core_entity</module>
  24. <module>x_component_core_entity</module>
  25. <module>x_file_core_entity</module>
  26. <module>x_general_core_entity</module>
  27. <module>x_hotpic_core_entity</module>
  28. <module>x_jpush_core_entity</module>
  29. <module>x_meeting_core_entity</module>
  30. <module>x_message_core_entity</module>
  31. <module>x_mind_core_entity</module>
  32. <module>x_organization_core_entity</module>
  33. <module>x_portal_core_entity</module>
  34. <module>x_processplatform_core_entity</module>
  35. <module>x_program_center_core_entity</module>
  36. <module>x_organization_core_express</module>
  37. <module>x_query_core_express</module>
  38. <module>x_processplatform_core_express</module>
  39. <module>x_bbs_assemble_control</module>
  40. <module>x_calendar_assemble_control</module>
  41. <module>x_cms_core_express</module>
  42. <module>x_cms_assemble_control</module>
  43. <module>x_attendance_assemble_control</module>
  44. <module>x_component_assemble_control</module>
  45. <module>x_file_assemble_control</module>
  46. <module>x_general_assemble_control</module>
  47. <module>x_hotpic_assemble_control</module>
  48. <module>x_jpush_assemble_control</module>
  49. <module>x_meeting_assemble_control</module>
  50. <module>x_message_assemble_communicate</module>
  51. <module>x_mind_assemble_control</module>
  52. <module>x_organization_assemble_authentication</module>
  53. <module>x_organization_assemble_control</module>
  54. <module>x_organization_assemble_express</module>
  55. <module>x_organization_assemble_personal</module>
  56. <module>x_portal_assemble_designer</module>
  57. <module>x_portal_assemble_surface</module>
  58. <module>x_processplatform_assemble_bam</module>
  59. <module>x_processplatform_assemble_designer</module>
  60. <module>x_processplatform_assemble_surface</module>
  61. <module>x_processplatform_service_processing</module>
  62. <module>x_query_assemble_designer</module>
  63. <module>x_query_assemble_surface</module>
  64. <module>x_query_service_processing</module>
  65. <module>x_program_center</module>
  66. <module>x_console</module>
  67. </modules>
  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.apache.commons</groupId>
  131. <artifactId>commons-compress</artifactId>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.eclipse.jetty</groupId>
  135. <artifactId>jetty-server</artifactId>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.eclipse.jetty</groupId>
  139. <artifactId>jetty-deploy</artifactId>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.eclipse.jetty</groupId>
  143. <artifactId>jetty-annotations</artifactId>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.eclipse.jetty</groupId>
  147. <artifactId>jetty-quickstart</artifactId>
  148. </dependency>
  149. <dependency>
  150. <groupId>org.eclipse.jetty</groupId>
  151. <artifactId>jetty-proxy</artifactId>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.google.zxing</groupId>
  155. <artifactId>core</artifactId>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.apache.ftpserver</groupId>
  159. <artifactId>ftpserver-core</artifactId>
  160. </dependency>
  161. <dependency>
  162. <groupId>org.apache.ftpserver</groupId>
  163. <artifactId>ftplet-api</artifactId>
  164. </dependency>
  165. <dependency>
  166. <groupId>org.apache.cxf</groupId>
  167. <artifactId>cxf-core</artifactId>
  168. </dependency>
  169. <dependency>
  170. <groupId>org.apache.cxf</groupId>
  171. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  172. </dependency>
  173. <dependency>
  174. <groupId>org.apache.cxf</groupId>
  175. <artifactId>cxf-rt-frontend-simple</artifactId>
  176. </dependency>
  177. <dependency>
  178. <groupId>org.apache.cxf</groupId>
  179. <artifactId>cxf-rt-wsdl</artifactId>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.apache.poi</groupId>
  183. <artifactId>poi</artifactId>
  184. </dependency>
  185. <dependency>
  186. <groupId>org.apache.poi</groupId>
  187. <artifactId>poi-ooxml</artifactId>
  188. </dependency>
  189. <dependency>
  190. <groupId>org.apache.poi</groupId>
  191. <artifactId>poi-ooxml-schemas</artifactId>
  192. </dependency>
  193. <dependency>
  194. <groupId>fr.opensagres.xdocreport</groupId>
  195. <artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
  196. </dependency>
  197. <dependency>
  198. <groupId>fr.opensagres.xdocreport</groupId>
  199. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  200. </dependency>
  201. <dependency>
  202. <groupId>org.apache.tika</groupId>
  203. <artifactId>tika-core</artifactId>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.apache.tika</groupId>
  207. <artifactId>tika-parsers</artifactId>
  208. </dependency>
  209. <dependency>
  210. <groupId>org.apache.pdfbox</groupId>
  211. <artifactId>pdfbox</artifactId>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.apache.pdfbox</groupId>
  215. <artifactId>fontbox</artifactId>
  216. </dependency>
  217. <dependency>
  218. <groupId>org.apache.pdfbox</groupId>
  219. <artifactId>xmpbox</artifactId>
  220. </dependency>
  221. <dependency>
  222. <groupId>org.apache.pdfbox</groupId>
  223. <artifactId>preflight</artifactId>
  224. </dependency>
  225. <dependency>
  226. <groupId>org.apache.pdfbox</groupId>
  227. <artifactId>pdfbox-tools</artifactId>
  228. </dependency>
  229. <dependency>
  230. <groupId>org.apache.pdfbox</groupId>
  231. <artifactId>jbig2-imageio</artifactId>
  232. </dependency>
  233. <dependency>
  234. <groupId>org.apache.maven</groupId>
  235. <artifactId>maven-model</artifactId>
  236. </dependency>
  237. <dependency>
  238. <groupId>com.adobe.xmp</groupId>
  239. <artifactId>xmpcore</artifactId>
  240. </dependency>
  241. <dependency>
  242. <groupId>io.github.classgraph</groupId>
  243. <artifactId>classgraph</artifactId>
  244. </dependency>
  245. <dependency>
  246. <groupId>org.glassfish.jersey.core</groupId>
  247. <artifactId>jersey-server</artifactId>
  248. </dependency>
  249. <dependency>
  250. <groupId>org.glassfish.jersey.media</groupId>
  251. <artifactId>jersey-media-multipart</artifactId>
  252. </dependency>
  253. <dependency>
  254. <groupId>dom4j</groupId>
  255. <artifactId>dom4j</artifactId>
  256. </dependency>
  257. <dependency>
  258. <groupId>net.sf.ehcache</groupId>
  259. <artifactId>ehcache</artifactId>
  260. </dependency>
  261. <dependency>
  262. <groupId>org.quartz-scheduler</groupId>
  263. <artifactId>quartz</artifactId>
  264. </dependency>
  265. <dependency>
  266. <groupId>org.imgscalr</groupId>
  267. <artifactId>imgscalr-lib</artifactId>
  268. </dependency>
  269. <dependency>
  270. <groupId>com.github.stuxuhai</groupId>
  271. <artifactId>jpinyin</artifactId>
  272. </dependency>
  273. <dependency>
  274. <groupId>com.hankcs</groupId>
  275. <artifactId>hanlp</artifactId>
  276. </dependency>
  277. <dependency>
  278. <groupId>de.vandermeer</groupId>
  279. <artifactId>asciitable</artifactId>
  280. </dependency>
  281. <dependency>
  282. <groupId>com.h2database</groupId>
  283. <artifactId>h2</artifactId>
  284. </dependency>
  285. <dependency>
  286. <groupId>org.mnode.ical4j</groupId>
  287. <artifactId>ical4j</artifactId>
  288. </dependency>
  289. <dependency>
  290. <groupId>org.apache.xbean</groupId>
  291. <artifactId>xbean-asm7-shaded</artifactId>
  292. </dependency>
  293. <dependency>
  294. <groupId>com.squareup</groupId>
  295. <artifactId>javapoet</artifactId>
  296. </dependency>
  297. <!-- dependency> <groupId>javax.visrec</groupId> <artifactId>visrec-api</artifactId>
  298. </dependency -->
  299. <dependency>
  300. <groupId>com.github.neuroph</groupId>
  301. <artifactId>neuroph-core</artifactId>
  302. </dependency>
  303. <dependency>
  304. <groupId>com.github.neuroph</groupId>
  305. <artifactId>neuroph-imgrec</artifactId>
  306. </dependency>
  307. <dependency>
  308. <groupId>com.github.neuroph</groupId>
  309. <artifactId>neuroph-ocr</artifactId>
  310. </dependency>
  311. <dependency>
  312. <groupId>com.github.neuroph</groupId>
  313. <artifactId>neuroph-contrib</artifactId>
  314. </dependency>
  315. <dependency>
  316. <groupId>net.sourceforge.tess4j</groupId>
  317. <artifactId>tess4j</artifactId>
  318. </dependency>
  319. <dependency>
  320. <groupId>cglib</groupId>
  321. <artifactId>cglib</artifactId>
  322. </dependency>
  323. <dependency>
  324. <groupId>com.alibaba</groupId>
  325. <artifactId>druid</artifactId>
  326. </dependency>
  327. <dependency>
  328. <groupId>com.itextpdf</groupId>
  329. <artifactId>html2pdf</artifactId>
  330. </dependency>
  331. <dependency>
  332. <groupId>com.itextpdf</groupId>
  333. <artifactId>font-asian</artifactId>
  334. </dependency>
  335. <dependency>
  336. <groupId>redis.clients</groupId>
  337. <artifactId>jedis</artifactId>
  338. </dependency>
  339. <dependency>
  340. <groupId>com.sun.mail</groupId>
  341. <artifactId>javax.mail</artifactId>
  342. </dependency>
  343. <dependency>
  344. <groupId>org.apache.commons</groupId>
  345. <artifactId>commons-email</artifactId>
  346. </dependency>
  347. <dependency>
  348. <groupId>javax.activation</groupId>
  349. <artifactId>activation</artifactId>
  350. </dependency>
  351. </dependencies>
  352. <build>
  353. <finalName>${project.artifactId}</finalName>
  354. <pluginManagement>
  355. <plugins>
  356. <plugin>
  357. <artifactId>maven-clean-plugin</artifactId>
  358. <version>3.1.0</version>
  359. <configuration>
  360. <filesets>
  361. <fileset>
  362. <directory>${basedir}</directory>
  363. <includes>
  364. <include>**/*_.java</include>
  365. </includes>
  366. </fileset>
  367. </filesets>
  368. </configuration>
  369. </plugin>
  370. <plugin>
  371. <groupId>org.codehaus.mojo</groupId>
  372. <artifactId>exec-maven-plugin</artifactId>
  373. <version>1.6.0</version>
  374. </plugin>
  375. <plugin>
  376. <groupId>org.apache.maven.plugins</groupId>
  377. <artifactId>maven-resources-plugin</artifactId>
  378. <version>3.1.0</version>
  379. </plugin>
  380. <plugin>
  381. <groupId>org.apache.maven.plugins</groupId>
  382. <artifactId>maven-compiler-plugin</artifactId>
  383. <version>3.8.1</version>
  384. </plugin>
  385. </plugins>
  386. </pluginManagement>
  387. <plugins>
  388. <plugin>
  389. <groupId>org.apache.maven.plugins</groupId>
  390. <artifactId>maven-surefire-plugin</artifactId>
  391. <version>3.0.0-M3</version>
  392. <configuration>
  393. <skipTests>true</skipTests>
  394. </configuration>
  395. </plugin>
  396. <plugin>
  397. <groupId>org.apache.maven.plugins</groupId>
  398. <artifactId>maven-war-plugin</artifactId>
  399. <version>3.2.3</version>
  400. <configuration>
  401. <archive>
  402. <addMavenDescriptor>false</addMavenDescriptor>
  403. </archive>
  404. <packagingExcludes>persistence.xml,WEB-INF/lib/**,META-INF
  405. </packagingExcludes>
  406. <failOnMissingWebXml>false</failOnMissingWebXml>
  407. </configuration>
  408. </plugin>
  409. <plugin>
  410. <groupId>org.apache.maven.plugins</groupId>
  411. <artifactId>maven-jar-plugin</artifactId>
  412. <version>3.2.0</version>
  413. <configuration>
  414. <archive>
  415. <addMavenDescriptor>false</addMavenDescriptor>
  416. </archive>
  417. <excludes>
  418. <exclude>META-INF/**</exclude>
  419. </excludes>
  420. </configuration>
  421. </plugin>
  422. <plugin>
  423. <groupId>org.apache.maven.plugins</groupId>
  424. <artifactId>maven-pmd-plugin</artifactId>
  425. <version>3.13.0</version>
  426. <configuration>
  427. <linkXRef>true</linkXRef>
  428. <sourceEncoding>utf-8</sourceEncoding>
  429. <minimumTokens>100</minimumTokens>
  430. <targetJdk>1.8</targetJdk>
  431. <failOnViolation>false</failOnViolation>
  432. <outputDirectory>${basedir}</outputDirectory>
  433. </configuration>
  434. <executions>
  435. <execution>
  436. <id>pmd-check</id>
  437. <phase>verify</phase>
  438. <goals>
  439. <goal>check</goal>
  440. </goals>
  441. </execution>
  442. </executions>
  443. </plugin>
  444. <plugin>
  445. <groupId>org.apache.maven.plugins</groupId>
  446. <artifactId>maven-jxr-plugin</artifactId>
  447. <version>2.3</version>
  448. </plugin>
  449. <plugin>
  450. <artifactId>maven-deploy-plugin</artifactId>
  451. <configuration>
  452. <skip>true</skip>
  453. </configuration>
  454. </plugin>
  455. </plugins>
  456. </build>
  457. <dependencyManagement>
  458. <dependencies>
  459. <dependency>
  460. <groupId>javax</groupId>
  461. <artifactId>javaee-api</artifactId>
  462. <version>7.0</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>com.google.code.gson</groupId>
  466. <artifactId>gson</artifactId>
  467. <version>2.8.5</version>
  468. </dependency>
  469. <dependency>
  470. <groupId>org.apache.openjpa</groupId>
  471. <artifactId>openjpa</artifactId>
  472. <version>3.1.0</version>
  473. </dependency>
  474. <dependency>
  475. <groupId>org.apache.commons</groupId>
  476. <artifactId>commons-lang3</artifactId>
  477. <version>3.9</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>commons-cli</groupId>
  481. <artifactId>commons-cli</artifactId>
  482. <version>1.4</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>commons-beanutils</groupId>
  486. <artifactId>commons-beanutils</artifactId>
  487. <version>1.9.4</version>
  488. </dependency>
  489. <dependency>
  490. <groupId>commons-net</groupId>
  491. <artifactId>commons-net</artifactId>
  492. <version>3.6</version>
  493. </dependency>
  494. <dependency>
  495. <groupId>org.apache.commons</groupId>
  496. <artifactId>commons-math3</artifactId>
  497. <version>3.6.1</version>
  498. </dependency>
  499. <dependency>
  500. <groupId>org.apache.commons</groupId>
  501. <artifactId>commons-collections4</artifactId>
  502. <version>4.4</version>
  503. </dependency>
  504. <dependency>
  505. <groupId>commons-codec</groupId>
  506. <artifactId>commons-codec</artifactId>
  507. <version>1.13</version>
  508. </dependency>
  509. <dependency>
  510. <groupId>commons-io</groupId>
  511. <artifactId>commons-io</artifactId>
  512. <version>2.7</version>
  513. </dependency>
  514. <dependency>
  515. <groupId>org.apache.commons</groupId>
  516. <artifactId>commons-vfs2</artifactId>
  517. <version>2.4.1</version>
  518. </dependency>
  519. <dependency>
  520. <groupId>org.apache.commons</groupId>
  521. <artifactId>commons-pool2</artifactId>
  522. <version>2.7.0</version>
  523. </dependency>
  524. <dependency>
  525. <groupId>org.apache.commons</groupId>
  526. <artifactId>commons-dbcp2</artifactId>
  527. <version>2.7.0</version>
  528. </dependency>
  529. <dependency>
  530. <groupId>org.apache.commons</groupId>
  531. <artifactId>commons-text</artifactId>
  532. <version>1.8</version>
  533. </dependency>
  534. <dependency>
  535. <groupId>org.apache.maven</groupId>
  536. <artifactId>maven-model</artifactId>
  537. <version>3.0</version>
  538. </dependency>
  539. <dependency>
  540. <groupId>org.apache.commons</groupId>
  541. <artifactId>commons-compress</artifactId>
  542. <version>1.20</version>
  543. </dependency>
  544. <dependency>
  545. <groupId>org.eclipse.jetty</groupId>
  546. <artifactId>jetty-server</artifactId>
  547. <version>9.4.20.v20190813</version>
  548. </dependency>
  549. <dependency>
  550. <groupId>org.eclipse.jetty</groupId>
  551. <artifactId>jetty-deploy</artifactId>
  552. <version>9.4.20.v20190813</version>
  553. </dependency>
  554. <dependency>
  555. <groupId>org.eclipse.jetty</groupId>
  556. <artifactId>jetty-annotations</artifactId>
  557. <version>9.4.20.v20190813</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>org.eclipse.jetty</groupId>
  561. <artifactId>jetty-quickstart</artifactId>
  562. <version>9.4.20.v20190813</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>org.eclipse.jetty</groupId>
  566. <artifactId>jetty-proxy</artifactId>
  567. <version>9.4.31.v20200723</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>com.google.zxing</groupId>
  571. <artifactId>core</artifactId>
  572. <version>3.4.0</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>org.apache.ftpserver</groupId>
  576. <artifactId>ftpserver-core</artifactId>
  577. <version>1.1.1</version>
  578. </dependency>
  579. <dependency>
  580. <groupId>org.apache.ftpserver</groupId>
  581. <artifactId>ftplet-api</artifactId>
  582. <version>1.1.1</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>org.apache.cxf</groupId>
  586. <artifactId>cxf-core</artifactId>
  587. <version>3.3.7</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>org.apache.cxf</groupId>
  591. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  592. <version>3.3.7</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>org.apache.cxf</groupId>
  596. <artifactId>cxf-rt-frontend-simple</artifactId>
  597. <version>3.3.7</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>org.apache.cxf</groupId>
  601. <artifactId>cxf-rt-wsdl</artifactId>
  602. <version>3.3.7</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>org.apache.cxf</groupId>
  606. <artifactId>cxf-rt-databinding-jaxb</artifactId>
  607. <version>3.3.7</version>
  608. </dependency>
  609. <dependency>
  610. <groupId>org.apache.cxf</groupId>
  611. <artifactId>cxf-rt-transports-http</artifactId>
  612. <version>3.3.7</version>
  613. </dependency>
  614. <dependency>
  615. <groupId>org.apache.cxf</groupId>
  616. <artifactId>cxf-rt-bindings-soap</artifactId>
  617. <version>3.3.7</version>
  618. </dependency>
  619. <dependency>
  620. <groupId>org.apache.cxf</groupId>
  621. <artifactId>cxf-rt-bindings-xml</artifactId>
  622. <version>3.3.7</version>
  623. </dependency>
  624. <dependency>
  625. <groupId>org.apache.cxf</groupId>
  626. <artifactId>cxf-rt-ws-addr</artifactId>
  627. <version>3.3.7</version>
  628. </dependency>
  629. <dependency>
  630. <groupId>com.fasterxml.woodstox</groupId>
  631. <artifactId>woodstox-core</artifactId>
  632. <version>6.2.1</version>
  633. </dependency>
  634. <dependency>
  635. <groupId>org.codehaus.woodstox</groupId>
  636. <artifactId>stax2-api</artifactId>
  637. <version>4.2.1</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>org.apache.neethi</groupId>
  641. <artifactId>neethi</artifactId>
  642. <version>3.1.1</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>org.apache.poi</groupId>
  646. <artifactId>poi</artifactId>
  647. <version>4.0.1</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>org.apache.poi</groupId>
  651. <artifactId>poi-ooxml</artifactId>
  652. <version>4.0.1</version>
  653. </dependency>
  654. <dependency>
  655. <groupId>org.apache.poi</groupId>
  656. <artifactId>poi-ooxml-schemas</artifactId>
  657. <version>4.0.1</version>
  658. </dependency>
  659. <dependency>
  660. <groupId>fr.opensagres.xdocreport</groupId>
  661. <artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
  662. <version>2.0.1</version>
  663. </dependency>
  664. <dependency>
  665. <groupId>fr.opensagres.xdocreport</groupId>
  666. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  667. <version>2.0.1</version>
  668. </dependency>
  669. <dependency>
  670. <groupId>org.apache.tika</groupId>
  671. <artifactId>tika-core</artifactId>
  672. <version>1.22</version>
  673. </dependency>
  674. <dependency>
  675. <groupId>org.apache.tika</groupId>
  676. <artifactId>tika-parsers</artifactId>
  677. <version>1.22</version>
  678. </dependency>
  679. <dependency>
  680. <groupId>org.apache.pdfbox</groupId>
  681. <artifactId>pdfbox</artifactId>
  682. <version>2.0.16</version>
  683. </dependency>
  684. <dependency>
  685. <groupId>org.apache.pdfbox</groupId>
  686. <artifactId>fontbox</artifactId>
  687. <version>2.0.16</version>
  688. </dependency>
  689. <dependency>
  690. <groupId>org.apache.pdfbox</groupId>
  691. <artifactId>jbig2-imageio</artifactId>
  692. <version>3.0.2</version>
  693. </dependency>
  694. <dependency>
  695. <groupId>org.apache.pdfbox</groupId>
  696. <artifactId>xmpbox</artifactId>
  697. <version>2.0.16</version>
  698. </dependency>
  699. <dependency>
  700. <groupId>org.apache.pdfbox</groupId>
  701. <artifactId>preflight</artifactId>
  702. <version>2.0.16</version>
  703. </dependency>
  704. <dependency>
  705. <groupId>org.apache.pdfbox</groupId>
  706. <artifactId>pdfbox-tools</artifactId>
  707. <version>2.0.16</version>
  708. </dependency>
  709. <dependency>
  710. <groupId>com.adobe.xmp</groupId>
  711. <artifactId>xmpcore</artifactId>
  712. <version>6.1.10</version>
  713. </dependency>
  714. <dependency>
  715. <groupId>net.sourceforge.tess4j</groupId>
  716. <artifactId>tess4j</artifactId>
  717. <version>4.4.0</version>
  718. </dependency>
  719. <dependency>
  720. <groupId>io.github.classgraph</groupId>
  721. <artifactId>classgraph</artifactId>
  722. <version>4.8.47</version>
  723. </dependency>
  724. <dependency>
  725. <groupId>org.glassfish.jersey.core</groupId>
  726. <artifactId>jersey-server</artifactId>
  727. <version>2.27</version>
  728. </dependency>
  729. <dependency>
  730. <groupId>org.glassfish.jersey.media</groupId>
  731. <artifactId>jersey-media-multipart</artifactId>
  732. <version>2.27</version>
  733. </dependency>
  734. <dependency>
  735. <groupId>dom4j</groupId>
  736. <artifactId>dom4j</artifactId>
  737. <version>1.6.1</version>
  738. </dependency>
  739. <dependency>
  740. <groupId>net.sf.ehcache</groupId>
  741. <artifactId>ehcache</artifactId>
  742. <version>2.10.6</version>
  743. </dependency>
  744. <dependency>
  745. <groupId>org.quartz-scheduler</groupId>
  746. <artifactId>quartz</artifactId>
  747. <version>2.3.0</version>
  748. </dependency>
  749. <dependency>
  750. <groupId>org.imgscalr</groupId>
  751. <artifactId>imgscalr-lib</artifactId>
  752. <version>4.2</version>
  753. </dependency>
  754. <dependency>
  755. <groupId>com.github.stuxuhai</groupId>
  756. <artifactId>jpinyin</artifactId>
  757. <version>1.1.8</version>
  758. </dependency>
  759. <dependency>
  760. <groupId>com.hankcs</groupId>
  761. <artifactId>hanlp</artifactId>
  762. <version>portable-1.7.4</version>
  763. </dependency>
  764. <dependency>
  765. <groupId>de.vandermeer</groupId>
  766. <artifactId>asciitable</artifactId>
  767. <version>0.3.2</version>
  768. </dependency>
  769. <dependency>
  770. <groupId>com.h2database</groupId>
  771. <artifactId>h2</artifactId>
  772. <version>1.4.199</version>
  773. </dependency>
  774. <dependency>
  775. <groupId>org.mnode.ical4j</groupId>
  776. <artifactId>ical4j</artifactId>
  777. <version>2.2.0</version>
  778. </dependency>
  779. <dependency>
  780. <groupId>org.apache.xbean</groupId>
  781. <artifactId>xbean-asm7-shaded</artifactId>
  782. <version>4.12</version>
  783. </dependency>
  784. <dependency>
  785. <groupId>com.squareup</groupId>
  786. <artifactId>javapoet</artifactId>
  787. <version>1.11.1</version>
  788. </dependency>
  789. <!--dependency> <groupId>javax.visrec</groupId> <artifactId>visrec-api</artifactId>
  790. <version>20200316</version> </dependency -->
  791. <dependency>
  792. <groupId>com.github.neuroph</groupId>
  793. <artifactId>neuroph-core</artifactId>
  794. <version>2.98</version>
  795. </dependency>
  796. <dependency>
  797. <groupId>com.github.neuroph</groupId>
  798. <artifactId>neuroph-imgrec</artifactId>
  799. <version>2.98</version>
  800. </dependency>
  801. <dependency>
  802. <groupId>com.github.neuroph</groupId>
  803. <artifactId>neuroph-ocr</artifactId>
  804. <version>2.98</version>
  805. </dependency>
  806. <dependency>
  807. <groupId>com.github.neuroph</groupId>
  808. <artifactId>neuroph-contrib</artifactId>
  809. <version>2.98</version>
  810. </dependency>
  811. <dependency>
  812. <groupId>org.slf4j</groupId>
  813. <artifactId>slf4j-simple</artifactId>
  814. <version>1.7.25</version>
  815. </dependency>
  816. <dependency>
  817. <groupId>org.slf4j</groupId>
  818. <artifactId>slf4j-api</artifactId>
  819. <version>1.7.25</version>
  820. </dependency>
  821. <dependency>
  822. <groupId>nl.captcha</groupId>
  823. <artifactId>simplecaptcha</artifactId>
  824. <version>1.2.1</version>
  825. </dependency>
  826. <dependency>
  827. <groupId>cglib</groupId>
  828. <artifactId>cglib</artifactId>
  829. <version>3.2.0</version>
  830. </dependency>
  831. <dependency>
  832. <groupId>com.alibaba</groupId>
  833. <artifactId>druid</artifactId>
  834. <version>1.1.22</version>
  835. </dependency>
  836. <dependency>
  837. <groupId>com.itextpdf</groupId>
  838. <artifactId>html2pdf</artifactId>
  839. <version>2.1.6</version>
  840. </dependency>
  841. <dependency>
  842. <groupId>com.itextpdf</groupId>
  843. <artifactId>font-asian</artifactId>
  844. <version>7.1.9</version>
  845. </dependency>
  846. <dependency>
  847. <groupId>redis.clients</groupId>
  848. <artifactId>jedis</artifactId>
  849. <version>3.3.0</version>
  850. </dependency>
  851. <dependency>
  852. <groupId>com.sun.mail</groupId>
  853. <artifactId>javax.mail</artifactId>
  854. <version>1.5.6</version>
  855. </dependency>
  856. <dependency>
  857. <groupId>org.apache.commons</groupId>
  858. <artifactId>commons-email</artifactId>
  859. <version>1.5</version>
  860. </dependency>
  861. <dependency>
  862. <groupId>javax.activation</groupId>
  863. <artifactId>activation</artifactId>
  864. <version>1.1.1</version>
  865. </dependency>
  866. <dependency>
  867. <groupId>o2oa</groupId>
  868. <artifactId>x_base_core_project</artifactId>
  869. <version>5</version>
  870. </dependency>
  871. <dependency>
  872. <groupId>o2oa</groupId>
  873. <artifactId>x_attendance_core_entity</artifactId>
  874. <version>5</version>
  875. </dependency>
  876. <dependency>
  877. <groupId>o2oa</groupId>
  878. <artifactId>x_bbs_core_entity</artifactId>
  879. <version>5</version>
  880. </dependency>
  881. <dependency>
  882. <groupId>o2oa</groupId>
  883. <artifactId>x_calendar_core_entity</artifactId>
  884. <version>5</version>
  885. </dependency>
  886. <dependency>
  887. <groupId>o2oa</groupId>
  888. <artifactId>x_cms_core_entity</artifactId>
  889. <version>5</version>
  890. </dependency>
  891. <dependency>
  892. <groupId>o2oa</groupId>
  893. <artifactId>x_cms_core_express</artifactId>
  894. <version>5</version>
  895. </dependency>
  896. <dependency>
  897. <groupId>o2oa</groupId>
  898. <artifactId>x_component_core_entity</artifactId>
  899. <version>5</version>
  900. </dependency>
  901. <dependency>
  902. <groupId>o2oa</groupId>
  903. <artifactId>x_file_core_entity</artifactId>
  904. <version>5</version>
  905. </dependency>
  906. <dependency>
  907. <groupId>o2oa</groupId>
  908. <artifactId>x_general_core_entity</artifactId>
  909. <version>5</version>
  910. </dependency>
  911. <dependency>
  912. <groupId>o2oa</groupId>
  913. <artifactId>x_hotpic_core_entity</artifactId>
  914. <version>5</version>
  915. </dependency>
  916. <dependency>
  917. <groupId>o2oa</groupId>
  918. <artifactId>x_meeting_core_entity</artifactId>
  919. <version>5</version>
  920. </dependency>
  921. <dependency>
  922. <groupId>o2oa</groupId>
  923. <artifactId>x_message_core_entity</artifactId>
  924. <version>5</version>
  925. </dependency>
  926. <dependency>
  927. <groupId>o2oa</groupId>
  928. <artifactId>x_mind_core_entity</artifactId>
  929. <version>5</version>
  930. </dependency>
  931. <dependency>
  932. <groupId>o2oa</groupId>
  933. <artifactId>x_organization_core_entity</artifactId>
  934. <version>5</version>
  935. </dependency>
  936. <dependency>
  937. <groupId>o2oa</groupId>
  938. <artifactId>x_jpush_core_entity</artifactId>
  939. <version>5</version>
  940. </dependency>
  941. <dependency>
  942. <groupId>o2oa</groupId>
  943. <artifactId>x_organization_core_express</artifactId>
  944. <version>5</version>
  945. </dependency>
  946. <dependency>
  947. <groupId>o2oa</groupId>
  948. <artifactId>x_portal_core_entity</artifactId>
  949. <version>5</version>
  950. </dependency>
  951. <dependency>
  952. <groupId>o2oa</groupId>
  953. <artifactId>x_processplatform_core_entity</artifactId>
  954. <version>5</version>
  955. </dependency>
  956. <dependency>
  957. <groupId>o2oa</groupId>
  958. <artifactId>x_processplatform_core_express</artifactId>
  959. <version>5</version>
  960. </dependency>
  961. <dependency>
  962. <groupId>o2oa</groupId>
  963. <artifactId>x_query_core_entity</artifactId>
  964. <version>5</version>
  965. </dependency>
  966. <dependency>
  967. <groupId>o2oa</groupId>
  968. <artifactId>x_query_core_express</artifactId>
  969. <version>5</version>
  970. </dependency>
  971. <dependency>
  972. <groupId>o2oa</groupId>
  973. <artifactId>x_report_core_entity</artifactId>
  974. <version>5</version>
  975. </dependency>
  976. <dependency>
  977. <groupId>o2oa</groupId>
  978. <artifactId>x_strategydeploy_core_entity</artifactId>
  979. <version>5</version>
  980. </dependency>
  981. <dependency>
  982. <groupId>o2oa</groupId>
  983. <artifactId>x_strategydeploy_assemble_control</artifactId>
  984. <version>5</version>
  985. </dependency>
  986. <dependency>
  987. <groupId>o2oa</groupId>
  988. <artifactId>x_program_center</artifactId>
  989. <version>5</version>
  990. </dependency>
  991. <dependency>
  992. <groupId>o2oa</groupId>
  993. <artifactId>x_program_center_core_entity</artifactId>
  994. <version>5</version>
  995. </dependency>
  996. <dependency>
  997. <groupId>o2oa</groupId>
  998. <artifactId>x_teamwork_core_entity</artifactId>
  999. <version>5</version>
  1000. </dependency>
  1001. <dependency>
  1002. <groupId>o2oa</groupId>
  1003. <artifactId>x_workschedu_core_entity</artifactId>
  1004. <version>5</version>
  1005. </dependency>
  1006. </dependencies>
  1007. </dependencyManagement>
  1008. <repositories>
  1009. <repository>
  1010. <id>nexus-o2oa</id>
  1011. <name>nexus-o2oa</name>
  1012. <url>http://maven.o2oa.net/repository/maven-public/</url>
  1013. <releases>
  1014. <enabled>true</enabled>
  1015. </releases>
  1016. <snapshots>
  1017. <enabled>true</enabled>
  1018. </snapshots>
  1019. </repository>
  1020. </repositories>
  1021. <distributionManagement>
  1022. <repository>
  1023. <id>o2oa-release</id>
  1024. <url>http://maven.o2oa.net/repository/o2oa-release/</url>
  1025. </repository>
  1026. </distributionManagement>
  1027. </project>