pom.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035
  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.3</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. <dependency>
  352. <groupId>net.lingala.zip4j</groupId>
  353. <artifactId>zip4j</artifactId>
  354. </dependency>
  355. </dependencies>
  356. <build>
  357. <finalName>${project.artifactId}</finalName>
  358. <pluginManagement>
  359. <plugins>
  360. <plugin>
  361. <artifactId>maven-clean-plugin</artifactId>
  362. <version>3.1.0</version>
  363. <configuration>
  364. <filesets>
  365. <fileset>
  366. <directory>${basedir}</directory>
  367. <includes>
  368. <include>**/*_.java</include>
  369. </includes>
  370. </fileset>
  371. </filesets>
  372. </configuration>
  373. </plugin>
  374. <plugin>
  375. <groupId>org.codehaus.mojo</groupId>
  376. <artifactId>exec-maven-plugin</artifactId>
  377. <version>1.6.0</version>
  378. </plugin>
  379. <plugin>
  380. <groupId>org.apache.maven.plugins</groupId>
  381. <artifactId>maven-resources-plugin</artifactId>
  382. <version>3.1.0</version>
  383. </plugin>
  384. <plugin>
  385. <groupId>org.apache.maven.plugins</groupId>
  386. <artifactId>maven-compiler-plugin</artifactId>
  387. <version>3.8.1</version>
  388. </plugin>
  389. </plugins>
  390. </pluginManagement>
  391. <plugins>
  392. <plugin>
  393. <groupId>org.apache.maven.plugins</groupId>
  394. <artifactId>maven-surefire-plugin</artifactId>
  395. <version>3.0.0-M3</version>
  396. <configuration>
  397. <skipTests>true</skipTests>
  398. </configuration>
  399. </plugin>
  400. <plugin>
  401. <groupId>org.apache.maven.plugins</groupId>
  402. <artifactId>maven-war-plugin</artifactId>
  403. <version>3.2.3</version>
  404. <configuration>
  405. <archive>
  406. <addMavenDescriptor>false</addMavenDescriptor>
  407. </archive>
  408. <packagingExcludes>persistence.xml,WEB-INF/lib/**,META-INF
  409. </packagingExcludes>
  410. <failOnMissingWebXml>false</failOnMissingWebXml>
  411. </configuration>
  412. </plugin>
  413. <plugin>
  414. <groupId>org.apache.maven.plugins</groupId>
  415. <artifactId>maven-jar-plugin</artifactId>
  416. <version>3.2.0</version>
  417. <configuration>
  418. <archive>
  419. <addMavenDescriptor>false</addMavenDescriptor>
  420. </archive>
  421. <excludes>
  422. <exclude>META-INF/**</exclude>
  423. </excludes>
  424. </configuration>
  425. </plugin>
  426. <plugin>
  427. <groupId>org.apache.maven.plugins</groupId>
  428. <artifactId>maven-pmd-plugin</artifactId>
  429. <version>3.13.0</version>
  430. <configuration>
  431. <linkXRef>true</linkXRef>
  432. <sourceEncoding>utf-8</sourceEncoding>
  433. <minimumTokens>100</minimumTokens>
  434. <targetJdk>1.8</targetJdk>
  435. <failOnViolation>false</failOnViolation>
  436. <outputDirectory>${basedir}</outputDirectory>
  437. </configuration>
  438. <executions>
  439. <execution>
  440. <id>pmd-check</id>
  441. <phase>verify</phase>
  442. <goals>
  443. <goal>check</goal>
  444. </goals>
  445. </execution>
  446. </executions>
  447. </plugin>
  448. <plugin>
  449. <groupId>org.apache.maven.plugins</groupId>
  450. <artifactId>maven-jxr-plugin</artifactId>
  451. <version>2.3</version>
  452. </plugin>
  453. </plugins>
  454. </build>
  455. <dependencyManagement>
  456. <dependencies>
  457. <dependency>
  458. <groupId>javax</groupId>
  459. <artifactId>javaee-api</artifactId>
  460. <version>7.0</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>com.google.code.gson</groupId>
  464. <artifactId>gson</artifactId>
  465. <version>2.8.5</version>
  466. </dependency>
  467. <dependency>
  468. <groupId>org.apache.openjpa</groupId>
  469. <artifactId>openjpa</artifactId>
  470. <version>3.1.0</version>
  471. </dependency>
  472. <dependency>
  473. <groupId>org.apache.commons</groupId>
  474. <artifactId>commons-lang3</artifactId>
  475. <version>3.9</version>
  476. </dependency>
  477. <dependency>
  478. <groupId>commons-cli</groupId>
  479. <artifactId>commons-cli</artifactId>
  480. <version>1.4</version>
  481. </dependency>
  482. <dependency>
  483. <groupId>commons-beanutils</groupId>
  484. <artifactId>commons-beanutils</artifactId>
  485. <version>1.9.4</version>
  486. </dependency>
  487. <dependency>
  488. <groupId>commons-net</groupId>
  489. <artifactId>commons-net</artifactId>
  490. <version>3.6</version>
  491. </dependency>
  492. <dependency>
  493. <groupId>org.apache.commons</groupId>
  494. <artifactId>commons-math3</artifactId>
  495. <version>3.6.1</version>
  496. </dependency>
  497. <dependency>
  498. <groupId>org.apache.commons</groupId>
  499. <artifactId>commons-collections4</artifactId>
  500. <version>4.4</version>
  501. </dependency>
  502. <dependency>
  503. <groupId>commons-codec</groupId>
  504. <artifactId>commons-codec</artifactId>
  505. <version>1.13</version>
  506. </dependency>
  507. <dependency>
  508. <groupId>commons-io</groupId>
  509. <artifactId>commons-io</artifactId>
  510. <version>2.7</version>
  511. </dependency>
  512. <dependency>
  513. <groupId>org.apache.commons</groupId>
  514. <artifactId>commons-vfs2</artifactId>
  515. <version>2.4.1</version>
  516. </dependency>
  517. <dependency>
  518. <groupId>org.apache.commons</groupId>
  519. <artifactId>commons-pool2</artifactId>
  520. <version>2.7.0</version>
  521. </dependency>
  522. <dependency>
  523. <groupId>org.apache.commons</groupId>
  524. <artifactId>commons-dbcp2</artifactId>
  525. <version>2.7.0</version>
  526. </dependency>
  527. <dependency>
  528. <groupId>org.apache.commons</groupId>
  529. <artifactId>commons-text</artifactId>
  530. <version>1.8</version>
  531. </dependency>
  532. <dependency>
  533. <groupId>org.apache.maven</groupId>
  534. <artifactId>maven-model</artifactId>
  535. <version>3.0</version>
  536. </dependency>
  537. <dependency>
  538. <groupId>org.apache.commons</groupId>
  539. <artifactId>commons-compress</artifactId>
  540. <version>1.20</version>
  541. </dependency>
  542. <dependency>
  543. <groupId>org.eclipse.jetty</groupId>
  544. <artifactId>jetty-server</artifactId>
  545. <version>9.4.20.v20190813</version>
  546. </dependency>
  547. <dependency>
  548. <groupId>org.eclipse.jetty</groupId>
  549. <artifactId>jetty-deploy</artifactId>
  550. <version>9.4.20.v20190813</version>
  551. </dependency>
  552. <dependency>
  553. <groupId>org.eclipse.jetty</groupId>
  554. <artifactId>jetty-annotations</artifactId>
  555. <version>9.4.20.v20190813</version>
  556. </dependency>
  557. <dependency>
  558. <groupId>org.eclipse.jetty</groupId>
  559. <artifactId>jetty-quickstart</artifactId>
  560. <version>9.4.20.v20190813</version>
  561. </dependency>
  562. <dependency>
  563. <groupId>org.eclipse.jetty</groupId>
  564. <artifactId>jetty-proxy</artifactId>
  565. <version>9.4.31.v20200723</version>
  566. </dependency>
  567. <dependency>
  568. <groupId>com.google.zxing</groupId>
  569. <artifactId>core</artifactId>
  570. <version>3.4.0</version>
  571. </dependency>
  572. <dependency>
  573. <groupId>org.apache.ftpserver</groupId>
  574. <artifactId>ftpserver-core</artifactId>
  575. <version>1.1.1</version>
  576. </dependency>
  577. <dependency>
  578. <groupId>org.apache.ftpserver</groupId>
  579. <artifactId>ftplet-api</artifactId>
  580. <version>1.1.1</version>
  581. </dependency>
  582. <dependency>
  583. <groupId>org.apache.cxf</groupId>
  584. <artifactId>cxf-core</artifactId>
  585. <version>3.3.7</version>
  586. </dependency>
  587. <dependency>
  588. <groupId>org.apache.cxf</groupId>
  589. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  590. <version>3.3.7</version>
  591. </dependency>
  592. <dependency>
  593. <groupId>org.apache.cxf</groupId>
  594. <artifactId>cxf-rt-frontend-simple</artifactId>
  595. <version>3.3.7</version>
  596. </dependency>
  597. <dependency>
  598. <groupId>org.apache.cxf</groupId>
  599. <artifactId>cxf-rt-wsdl</artifactId>
  600. <version>3.3.7</version>
  601. </dependency>
  602. <dependency>
  603. <groupId>org.apache.cxf</groupId>
  604. <artifactId>cxf-rt-databinding-jaxb</artifactId>
  605. <version>3.3.7</version>
  606. </dependency>
  607. <dependency>
  608. <groupId>org.apache.cxf</groupId>
  609. <artifactId>cxf-rt-transports-http</artifactId>
  610. <version>3.3.7</version>
  611. </dependency>
  612. <dependency>
  613. <groupId>org.apache.cxf</groupId>
  614. <artifactId>cxf-rt-bindings-soap</artifactId>
  615. <version>3.3.7</version>
  616. </dependency>
  617. <dependency>
  618. <groupId>org.apache.cxf</groupId>
  619. <artifactId>cxf-rt-bindings-xml</artifactId>
  620. <version>3.3.7</version>
  621. </dependency>
  622. <dependency>
  623. <groupId>org.apache.cxf</groupId>
  624. <artifactId>cxf-rt-ws-addr</artifactId>
  625. <version>3.3.7</version>
  626. </dependency>
  627. <dependency>
  628. <groupId>com.fasterxml.woodstox</groupId>
  629. <artifactId>woodstox-core</artifactId>
  630. <version>6.2.1</version>
  631. </dependency>
  632. <dependency>
  633. <groupId>org.codehaus.woodstox</groupId>
  634. <artifactId>stax2-api</artifactId>
  635. <version>4.2.1</version>
  636. </dependency>
  637. <dependency>
  638. <groupId>org.apache.neethi</groupId>
  639. <artifactId>neethi</artifactId>
  640. <version>3.1.1</version>
  641. </dependency>
  642. <dependency>
  643. <groupId>org.apache.poi</groupId>
  644. <artifactId>poi</artifactId>
  645. <version>4.0.1</version>
  646. </dependency>
  647. <dependency>
  648. <groupId>org.apache.poi</groupId>
  649. <artifactId>poi-ooxml</artifactId>
  650. <version>4.0.1</version>
  651. </dependency>
  652. <dependency>
  653. <groupId>org.apache.poi</groupId>
  654. <artifactId>poi-ooxml-schemas</artifactId>
  655. <version>4.0.1</version>
  656. </dependency>
  657. <dependency>
  658. <groupId>fr.opensagres.xdocreport</groupId>
  659. <artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId>
  660. <version>2.0.1</version>
  661. </dependency>
  662. <dependency>
  663. <groupId>fr.opensagres.xdocreport</groupId>
  664. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  665. <version>2.0.1</version>
  666. </dependency>
  667. <dependency>
  668. <groupId>org.apache.tika</groupId>
  669. <artifactId>tika-core</artifactId>
  670. <version>1.22</version>
  671. </dependency>
  672. <dependency>
  673. <groupId>org.apache.tika</groupId>
  674. <artifactId>tika-parsers</artifactId>
  675. <version>1.22</version>
  676. </dependency>
  677. <dependency>
  678. <groupId>org.apache.pdfbox</groupId>
  679. <artifactId>pdfbox</artifactId>
  680. <version>2.0.16</version>
  681. </dependency>
  682. <dependency>
  683. <groupId>org.apache.pdfbox</groupId>
  684. <artifactId>fontbox</artifactId>
  685. <version>2.0.16</version>
  686. </dependency>
  687. <dependency>
  688. <groupId>org.apache.pdfbox</groupId>
  689. <artifactId>jbig2-imageio</artifactId>
  690. <version>3.0.2</version>
  691. </dependency>
  692. <dependency>
  693. <groupId>org.apache.pdfbox</groupId>
  694. <artifactId>xmpbox</artifactId>
  695. <version>2.0.16</version>
  696. </dependency>
  697. <dependency>
  698. <groupId>org.apache.pdfbox</groupId>
  699. <artifactId>preflight</artifactId>
  700. <version>2.0.16</version>
  701. </dependency>
  702. <dependency>
  703. <groupId>org.apache.pdfbox</groupId>
  704. <artifactId>pdfbox-tools</artifactId>
  705. <version>2.0.16</version>
  706. </dependency>
  707. <dependency>
  708. <groupId>com.adobe.xmp</groupId>
  709. <artifactId>xmpcore</artifactId>
  710. <version>6.1.10</version>
  711. </dependency>
  712. <dependency>
  713. <groupId>net.sourceforge.tess4j</groupId>
  714. <artifactId>tess4j</artifactId>
  715. <version>4.4.0</version>
  716. </dependency>
  717. <dependency>
  718. <groupId>io.github.classgraph</groupId>
  719. <artifactId>classgraph</artifactId>
  720. <version>4.8.47</version>
  721. </dependency>
  722. <dependency>
  723. <groupId>org.glassfish.jersey.core</groupId>
  724. <artifactId>jersey-server</artifactId>
  725. <version>2.27</version>
  726. </dependency>
  727. <dependency>
  728. <groupId>org.glassfish.jersey.media</groupId>
  729. <artifactId>jersey-media-multipart</artifactId>
  730. <version>2.27</version>
  731. </dependency>
  732. <dependency>
  733. <groupId>dom4j</groupId>
  734. <artifactId>dom4j</artifactId>
  735. <version>1.6.1</version>
  736. </dependency>
  737. <dependency>
  738. <groupId>net.sf.ehcache</groupId>
  739. <artifactId>ehcache</artifactId>
  740. <version>2.10.6</version>
  741. </dependency>
  742. <dependency>
  743. <groupId>org.quartz-scheduler</groupId>
  744. <artifactId>quartz</artifactId>
  745. <version>2.3.0</version>
  746. </dependency>
  747. <dependency>
  748. <groupId>org.imgscalr</groupId>
  749. <artifactId>imgscalr-lib</artifactId>
  750. <version>4.2</version>
  751. </dependency>
  752. <dependency>
  753. <groupId>com.github.stuxuhai</groupId>
  754. <artifactId>jpinyin</artifactId>
  755. <version>1.1.8</version>
  756. </dependency>
  757. <dependency>
  758. <groupId>com.hankcs</groupId>
  759. <artifactId>hanlp</artifactId>
  760. <version>portable-1.7.4</version>
  761. </dependency>
  762. <dependency>
  763. <groupId>de.vandermeer</groupId>
  764. <artifactId>asciitable</artifactId>
  765. <version>0.3.2</version>
  766. </dependency>
  767. <dependency>
  768. <groupId>com.h2database</groupId>
  769. <artifactId>h2</artifactId>
  770. <version>1.4.199</version>
  771. </dependency>
  772. <dependency>
  773. <groupId>org.mnode.ical4j</groupId>
  774. <artifactId>ical4j</artifactId>
  775. <version>2.2.0</version>
  776. </dependency>
  777. <dependency>
  778. <groupId>org.apache.xbean</groupId>
  779. <artifactId>xbean-asm7-shaded</artifactId>
  780. <version>4.12</version>
  781. </dependency>
  782. <dependency>
  783. <groupId>com.squareup</groupId>
  784. <artifactId>javapoet</artifactId>
  785. <version>1.11.1</version>
  786. </dependency>
  787. <!--dependency> <groupId>javax.visrec</groupId> <artifactId>visrec-api</artifactId>
  788. <version>20200316</version> </dependency -->
  789. <dependency>
  790. <groupId>com.github.neuroph</groupId>
  791. <artifactId>neuroph-core</artifactId>
  792. <version>2.98</version>
  793. </dependency>
  794. <dependency>
  795. <groupId>com.github.neuroph</groupId>
  796. <artifactId>neuroph-imgrec</artifactId>
  797. <version>2.98</version>
  798. </dependency>
  799. <dependency>
  800. <groupId>com.github.neuroph</groupId>
  801. <artifactId>neuroph-ocr</artifactId>
  802. <version>2.98</version>
  803. </dependency>
  804. <dependency>
  805. <groupId>com.github.neuroph</groupId>
  806. <artifactId>neuroph-contrib</artifactId>
  807. <version>2.98</version>
  808. </dependency>
  809. <dependency>
  810. <groupId>org.slf4j</groupId>
  811. <artifactId>slf4j-simple</artifactId>
  812. <version>1.7.25</version>
  813. </dependency>
  814. <dependency>
  815. <groupId>org.slf4j</groupId>
  816. <artifactId>slf4j-api</artifactId>
  817. <version>1.7.25</version>
  818. </dependency>
  819. <dependency>
  820. <groupId>nl.captcha</groupId>
  821. <artifactId>simplecaptcha</artifactId>
  822. <version>1.2.1</version>
  823. </dependency>
  824. <dependency>
  825. <groupId>cglib</groupId>
  826. <artifactId>cglib</artifactId>
  827. <version>3.2.0</version>
  828. </dependency>
  829. <dependency>
  830. <groupId>com.alibaba</groupId>
  831. <artifactId>druid</artifactId>
  832. <version>1.1.22</version>
  833. </dependency>
  834. <dependency>
  835. <groupId>com.itextpdf</groupId>
  836. <artifactId>html2pdf</artifactId>
  837. <version>2.1.6</version>
  838. </dependency>
  839. <dependency>
  840. <groupId>com.itextpdf</groupId>
  841. <artifactId>font-asian</artifactId>
  842. <version>7.1.9</version>
  843. </dependency>
  844. <dependency>
  845. <groupId>redis.clients</groupId>
  846. <artifactId>jedis</artifactId>
  847. <version>3.3.0</version>
  848. </dependency>
  849. <dependency>
  850. <groupId>com.sun.mail</groupId>
  851. <artifactId>javax.mail</artifactId>
  852. <version>1.5.6</version>
  853. </dependency>
  854. <dependency>
  855. <groupId>org.apache.commons</groupId>
  856. <artifactId>commons-email</artifactId>
  857. <version>1.5</version>
  858. </dependency>
  859. <dependency>
  860. <groupId>javax.activation</groupId>
  861. <artifactId>activation</artifactId>
  862. <version>1.1.1</version>
  863. </dependency>
  864. <dependency>
  865. <groupId>o2oa</groupId>
  866. <artifactId>x_base_core_project</artifactId>
  867. <version>5.3</version>
  868. </dependency>
  869. <dependency>
  870. <groupId>o2oa</groupId>
  871. <artifactId>x_attendance_core_entity</artifactId>
  872. <version>5.3</version>
  873. </dependency>
  874. <dependency>
  875. <groupId>o2oa</groupId>
  876. <artifactId>x_bbs_core_entity</artifactId>
  877. <version>5.3</version>
  878. </dependency>
  879. <dependency>
  880. <groupId>o2oa</groupId>
  881. <artifactId>x_calendar_core_entity</artifactId>
  882. <version>5.3</version>
  883. </dependency>
  884. <dependency>
  885. <groupId>o2oa</groupId>
  886. <artifactId>x_cms_core_entity</artifactId>
  887. <version>5.3</version>
  888. </dependency>
  889. <dependency>
  890. <groupId>o2oa</groupId>
  891. <artifactId>x_cms_core_express</artifactId>
  892. <version>5.3</version>
  893. </dependency>
  894. <dependency>
  895. <groupId>o2oa</groupId>
  896. <artifactId>x_component_core_entity</artifactId>
  897. <version>5.3</version>
  898. </dependency>
  899. <dependency>
  900. <groupId>o2oa</groupId>
  901. <artifactId>x_file_core_entity</artifactId>
  902. <version>5.3</version>
  903. </dependency>
  904. <dependency>
  905. <groupId>o2oa</groupId>
  906. <artifactId>x_general_core_entity</artifactId>
  907. <version>5.3</version>
  908. </dependency>
  909. <dependency>
  910. <groupId>o2oa</groupId>
  911. <artifactId>x_hotpic_core_entity</artifactId>
  912. <version>5.3</version>
  913. </dependency>
  914. <dependency>
  915. <groupId>o2oa</groupId>
  916. <artifactId>x_meeting_core_entity</artifactId>
  917. <version>5.3</version>
  918. </dependency>
  919. <dependency>
  920. <groupId>o2oa</groupId>
  921. <artifactId>x_message_core_entity</artifactId>
  922. <version>5.3</version>
  923. </dependency>
  924. <dependency>
  925. <groupId>o2oa</groupId>
  926. <artifactId>x_mind_core_entity</artifactId>
  927. <version>5.3</version>
  928. </dependency>
  929. <dependency>
  930. <groupId>o2oa</groupId>
  931. <artifactId>x_organization_core_entity</artifactId>
  932. <version>5.3</version>
  933. </dependency>
  934. <dependency>
  935. <groupId>o2oa</groupId>
  936. <artifactId>x_jpush_core_entity</artifactId>
  937. <version>5.3</version>
  938. </dependency>
  939. <dependency>
  940. <groupId>o2oa</groupId>
  941. <artifactId>x_organization_core_express</artifactId>
  942. <version>5.3</version>
  943. </dependency>
  944. <dependency>
  945. <groupId>o2oa</groupId>
  946. <artifactId>x_portal_core_entity</artifactId>
  947. <version>5.3</version>
  948. </dependency>
  949. <dependency>
  950. <groupId>o2oa</groupId>
  951. <artifactId>x_processplatform_core_entity</artifactId>
  952. <version>5.3</version>
  953. </dependency>
  954. <dependency>
  955. <groupId>o2oa</groupId>
  956. <artifactId>x_processplatform_core_express</artifactId>
  957. <version>5.3</version>
  958. </dependency>
  959. <dependency>
  960. <groupId>o2oa</groupId>
  961. <artifactId>x_query_core_entity</artifactId>
  962. <version>5.3</version>
  963. </dependency>
  964. <dependency>
  965. <groupId>o2oa</groupId>
  966. <artifactId>x_query_core_express</artifactId>
  967. <version>5.3</version>
  968. </dependency>
  969. <dependency>
  970. <groupId>o2oa</groupId>
  971. <artifactId>x_report_core_entity</artifactId>
  972. <version>5.3</version>
  973. </dependency>
  974. <dependency>
  975. <groupId>o2oa</groupId>
  976. <artifactId>x_strategydeploy_core_entity</artifactId>
  977. <version>5.3</version>
  978. </dependency>
  979. <dependency>
  980. <groupId>o2oa</groupId>
  981. <artifactId>x_strategydeploy_assemble_control</artifactId>
  982. <version>5.3</version>
  983. </dependency>
  984. <dependency>
  985. <groupId>o2oa</groupId>
  986. <artifactId>x_program_center</artifactId>
  987. <version>5.3</version>
  988. </dependency>
  989. <dependency>
  990. <groupId>o2oa</groupId>
  991. <artifactId>x_program_center_core_entity</artifactId>
  992. <version>5.3</version>
  993. </dependency>
  994. <dependency>
  995. <groupId>o2oa</groupId>
  996. <artifactId>x_teamwork_core_entity</artifactId>
  997. <version>5.3</version>
  998. </dependency>
  999. <dependency>
  1000. <groupId>o2oa</groupId>
  1001. <artifactId>x_workschedu_core_entity</artifactId>
  1002. <version>5.3</version>
  1003. </dependency>
  1004. <dependency>
  1005. <groupId>net.lingala.zip4j</groupId>
  1006. <artifactId>zip4j</artifactId>
  1007. <version>2.3.2</version>
  1008. </dependency>
  1009. </dependencies>
  1010. </dependencyManagement>
  1011. <repositories>
  1012. <repository>
  1013. <id>nexus-o2oa</id>
  1014. <name>nexus-o2oa</name>
  1015. <url>http://maven.o2oa.net/repository/maven-public/</url>
  1016. <releases>
  1017. <enabled>true</enabled>
  1018. </releases>
  1019. <snapshots>
  1020. <enabled>true</enabled>
  1021. </snapshots>
  1022. </repository>
  1023. </repositories>
  1024. <distributionManagement>
  1025. <repository>
  1026. <id>o2oa-release</id>
  1027. <url>http://maven.o2oa.net/repository/o2oa-release/</url>
  1028. </repository>
  1029. </distributionManagement>
  1030. </project>