pom.xml 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>net.o2oa</groupId>
  4. <artifactId>o2server</artifactId>
  5. <version>8.0</version>
  6. <packaging>pom</packaging>
  7. <description>O2OA企业应用开发平台 OpenSource OA Platform</description>
  8. <url>https://github.com/o2oa/o2oa</url>
  9. <licenses>
  10. <license>
  11. <name>GNU Affero General Public License v3.0</name>
  12. <url>https://www.gnu.org/licenses/agpl-3.0.html</url>
  13. <distribution>repo</distribution>
  14. </license>
  15. </licenses>
  16. <developers>
  17. <developer>
  18. <name>o2oa</name>
  19. <email>admin@o2oa.net</email>
  20. <organization>o2oa.net</organization>
  21. </developer>
  22. </developers>
  23. <scm>
  24. <tag>o2oa</tag>
  25. <url>https://github.com/o2oa/o2oa</url>
  26. <connection>scm:git:https://github.com/o2oa/o2oa.git</connection>
  27. <developerConnection>scm:git:https://github.com/o2oa/o2oa.git</developerConnection>
  28. </scm>
  29. <properties>
  30. <maven.compiler.source>11</maven.compiler.source>
  31. <maven.compiler.target>11</maven.compiler.target>
  32. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  33. <project.reporting.outputEncoding>UTF-8
  34. </project.reporting.outputEncoding>
  35. </properties>
  36. <modules>
  37. <module>x_base_core_project</module>
  38. <!-- 顺序 -->
  39. <module>x_query_core_entity</module>
  40. <module>x_attendance_core_entity</module>
  41. <module>x_bbs_core_entity</module>
  42. <module>x_calendar_core_entity</module>
  43. <module>x_cms_core_entity</module>
  44. <module>x_component_core_entity</module>
  45. <module>x_file_core_entity</module>
  46. <module>x_general_core_entity</module>
  47. <module>x_hotpic_core_entity</module>
  48. <module>x_jpush_core_entity</module>
  49. <module>x_meeting_core_entity</module>
  50. <module>x_message_core_entity</module>
  51. <module>x_mind_core_entity</module>
  52. <module>x_organization_core_entity</module>
  53. <module>x_portal_core_entity</module>
  54. <module>x_processplatform_core_entity</module>
  55. <module>x_program_center_core_entity</module>
  56. <module>x_organization_core_express</module>
  57. <module>x_query_core_express</module>
  58. <module>x_processplatform_core_express</module>
  59. <module>x_bbs_assemble_control</module>
  60. <module>x_calendar_assemble_control</module>
  61. <module>x_cms_core_express</module>
  62. <module>x_cms_assemble_control</module>
  63. <module>x_attendance_assemble_control</module>
  64. <module>x_component_assemble_control</module>
  65. <module>x_file_assemble_control</module>
  66. <module>x_general_assemble_control</module>
  67. <module>x_hotpic_assemble_control</module>
  68. <module>x_jpush_assemble_control</module>
  69. <module>x_meeting_assemble_control</module>
  70. <module>x_message_assemble_communicate</module>
  71. <module>x_mind_assemble_control</module>
  72. <module>x_organization_assemble_authentication</module>
  73. <module>x_organization_assemble_control</module>
  74. <module>x_organization_assemble_express</module>
  75. <module>x_organization_assemble_personal</module>
  76. <module>x_portal_assemble_designer</module>
  77. <module>x_portal_assemble_surface</module>
  78. <module>x_processplatform_assemble_bam</module>
  79. <module>x_processplatform_assemble_designer</module>
  80. <module>x_processplatform_assemble_surface</module>
  81. <module>x_processplatform_service_processing</module>
  82. <module>x_query_assemble_designer</module>
  83. <module>x_query_assemble_surface</module>
  84. <module>x_query_service_processing</module>
  85. <module>x_program_center</module>
  86. <module>x_console</module>
  87. </modules>
  88. <dependencies>
  89. <dependency>
  90. <groupId>javax</groupId>
  91. <artifactId>javaee-api</artifactId>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.google.code.gson</groupId>
  95. <artifactId>gson</artifactId>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.apache.openjpa</groupId>
  99. <artifactId>openjpa</artifactId>
  100. <exclusions>
  101. <exclusion>
  102. <groupId>org.apache.geronimo.specs</groupId>
  103. <artifactId>geronimo-jms_1.1_spec</artifactId>
  104. </exclusion>
  105. </exclusions>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.apache.commons</groupId>
  109. <artifactId>commons-lang3</artifactId>
  110. </dependency>
  111. <dependency>
  112. <groupId>commons-cli</groupId>
  113. <artifactId>commons-cli</artifactId>
  114. </dependency>
  115. <dependency>
  116. <groupId>commons-beanutils</groupId>
  117. <artifactId>commons-beanutils</artifactId>
  118. </dependency>
  119. <dependency>
  120. <groupId>commons-net</groupId>
  121. <artifactId>commons-net</artifactId>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.apache.commons</groupId>
  125. <artifactId>commons-math3</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.apache.commons</groupId>
  129. <artifactId>commons-collections4</artifactId>
  130. </dependency>
  131. <dependency>
  132. <groupId>commons-codec</groupId>
  133. <artifactId>commons-codec</artifactId>
  134. </dependency>
  135. <dependency>
  136. <groupId>commons-io</groupId>
  137. <artifactId>commons-io</artifactId>
  138. </dependency>
  139. <dependency>
  140. <groupId>org.apache.commons</groupId>
  141. <artifactId>commons-vfs2-jackrabbit2</artifactId>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.apache.commons</groupId>
  145. <artifactId>commons-pool2</artifactId>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.apache.commons</groupId>
  149. <artifactId>commons-text</artifactId>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.apache.commons</groupId>
  153. <artifactId>commons-compress</artifactId>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.eclipse.jetty</groupId>
  157. <artifactId>jetty-server</artifactId>
  158. </dependency>
  159. <dependency>
  160. <groupId>org.eclipse.jetty</groupId>
  161. <artifactId>jetty-deploy</artifactId>
  162. </dependency>
  163. <dependency>
  164. <groupId>org.eclipse.jetty</groupId>
  165. <artifactId>jetty-annotations</artifactId>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.eclipse.jetty</groupId>
  169. <artifactId>jetty-quickstart</artifactId>
  170. </dependency>
  171. <dependency>
  172. <groupId>org.eclipse.jetty</groupId>
  173. <artifactId>jetty-proxy</artifactId>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.google.zxing</groupId>
  177. <artifactId>core</artifactId>
  178. </dependency>
  179. <dependency>
  180. <groupId>org.apache.ftpserver</groupId>
  181. <artifactId>ftpserver-core</artifactId>
  182. </dependency>
  183. <dependency>
  184. <groupId>org.apache.ftpserver</groupId>
  185. <artifactId>ftplet-api</artifactId>
  186. </dependency>
  187. <dependency>
  188. <groupId>org.apache.cxf</groupId>
  189. <artifactId>cxf-core</artifactId>
  190. </dependency>
  191. <dependency>
  192. <groupId>org.apache.cxf</groupId>
  193. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  194. </dependency>
  195. <dependency>
  196. <groupId>org.apache.cxf</groupId>
  197. <artifactId>cxf-rt-frontend-simple</artifactId>
  198. </dependency>
  199. <dependency>
  200. <groupId>org.apache.cxf</groupId>
  201. <artifactId>cxf-rt-wsdl</artifactId>
  202. </dependency>
  203. <dependency>
  204. <groupId>org.apache.poi</groupId>
  205. <artifactId>poi</artifactId>
  206. </dependency>
  207. <dependency>
  208. <groupId>org.apache.poi</groupId>
  209. <artifactId>poi-ooxml</artifactId>
  210. </dependency>
  211. <dependency>
  212. <groupId>org.apache.poi</groupId>
  213. <artifactId>poi-scratchpad</artifactId>
  214. </dependency>
  215. <dependency>
  216. <groupId>fr.opensagres.xdocreport</groupId>
  217. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  218. </dependency>
  219. <dependency>
  220. <groupId>fr.opensagres.xdocreport</groupId>
  221. <artifactId>xdocreport</artifactId>
  222. </dependency>
  223. <dependency>
  224. <groupId>org.apache.tika</groupId>
  225. <artifactId>tika-core</artifactId>
  226. </dependency>
  227. <dependency>
  228. <groupId>org.apache.maven</groupId>
  229. <artifactId>maven-model</artifactId>
  230. </dependency>
  231. <dependency>
  232. <groupId>io.github.classgraph</groupId>
  233. <artifactId>classgraph</artifactId>
  234. </dependency>
  235. <dependency>
  236. <groupId>org.glassfish.jersey.core</groupId>
  237. <artifactId>jersey-server</artifactId>
  238. </dependency>
  239. <dependency>
  240. <groupId>org.glassfish.jersey.media</groupId>
  241. <artifactId>jersey-media-multipart</artifactId>
  242. </dependency>
  243. <dependency>
  244. <groupId>org.dom4j</groupId>
  245. <artifactId>dom4j</artifactId>
  246. </dependency>
  247. <dependency>
  248. <groupId>net.sf.ehcache</groupId>
  249. <artifactId>ehcache</artifactId>
  250. </dependency>
  251. <dependency>
  252. <groupId>org.quartz-scheduler</groupId>
  253. <artifactId>quartz</artifactId>
  254. </dependency>
  255. <dependency>
  256. <groupId>org.imgscalr</groupId>
  257. <artifactId>imgscalr-lib</artifactId>
  258. </dependency>
  259. <dependency>
  260. <groupId>com.github.stuxuhai</groupId>
  261. <artifactId>jpinyin</artifactId>
  262. </dependency>
  263. <dependency>
  264. <groupId>com.hankcs</groupId>
  265. <artifactId>hanlp</artifactId>
  266. </dependency>
  267. <dependency>
  268. <groupId>com.hankcs.nlp</groupId>
  269. <artifactId>hanlp-lucene-plugin</artifactId>
  270. </dependency>
  271. <dependency>
  272. <groupId>de.vandermeer</groupId>
  273. <artifactId>asciitable</artifactId>
  274. </dependency>
  275. <dependency>
  276. <groupId>com.h2database</groupId>
  277. <artifactId>h2</artifactId>
  278. </dependency>
  279. <dependency>
  280. <groupId>org.mnode.ical4j</groupId>
  281. <artifactId>ical4j</artifactId>
  282. </dependency>
  283. <dependency>
  284. <groupId>org.apache.xbean</groupId>
  285. <artifactId>xbean-asm8-shaded</artifactId>
  286. </dependency>
  287. <dependency>
  288. <groupId>com.squareup</groupId>
  289. <artifactId>javapoet</artifactId>
  290. </dependency>
  291. <dependency>
  292. <groupId>com.github.neuroph</groupId>
  293. <artifactId>neuroph-core</artifactId>
  294. </dependency>
  295. <dependency>
  296. <groupId>com.github.neuroph</groupId>
  297. <artifactId>neuroph-imgrec</artifactId>
  298. </dependency>
  299. <dependency>
  300. <groupId>com.github.neuroph</groupId>
  301. <artifactId>neuroph-ocr</artifactId>
  302. </dependency>
  303. <dependency>
  304. <groupId>com.github.neuroph</groupId>
  305. <artifactId>neuroph-contrib</artifactId>
  306. </dependency>
  307. <dependency>
  308. <groupId>net.sourceforge.tess4j</groupId>
  309. <artifactId>tess4j</artifactId>
  310. </dependency>
  311. <dependency>
  312. <groupId>com.alibaba</groupId>
  313. <artifactId>druid</artifactId>
  314. </dependency>
  315. <dependency>
  316. <groupId>com.itextpdf</groupId>
  317. <artifactId>html2pdf</artifactId>
  318. </dependency>
  319. <dependency>
  320. <groupId>com.itextpdf</groupId>
  321. <artifactId>font-asian</artifactId>
  322. </dependency>
  323. <dependency>
  324. <groupId>redis.clients</groupId>
  325. <artifactId>jedis</artifactId>
  326. </dependency>
  327. <dependency>
  328. <groupId>com.sun.mail</groupId>
  329. <artifactId>javax.mail</artifactId>
  330. </dependency>
  331. <dependency>
  332. <groupId>org.apache.commons</groupId>
  333. <artifactId>commons-email</artifactId>
  334. </dependency>
  335. <dependency>
  336. <groupId>javax.activation</groupId>
  337. <artifactId>activation</artifactId>
  338. </dependency>
  339. <dependency>
  340. <groupId>net.lingala.zip4j</groupId>
  341. <artifactId>zip4j</artifactId>
  342. </dependency>
  343. <dependency>
  344. <groupId>com.github.xuwei-k</groupId>
  345. <artifactId>html2image</artifactId>
  346. </dependency>
  347. <dependency>
  348. <groupId>com.microsoft.playwright</groupId>
  349. <artifactId>playwright</artifactId>
  350. </dependency>
  351. <dependency>
  352. <groupId>javax.cache</groupId>
  353. <artifactId>cache-api</artifactId>
  354. </dependency>
  355. <dependency>
  356. <groupId>org.jsr107.ri</groupId>
  357. <artifactId>cache-ri-impl</artifactId>
  358. </dependency>
  359. <dependency>
  360. <groupId>com.github.penggle</groupId>
  361. <artifactId>kaptcha</artifactId>
  362. </dependency>
  363. <dependency>
  364. <groupId>org.apache.hadoop</groupId>
  365. <artifactId>hadoop-client</artifactId>
  366. </dependency>
  367. <dependency>
  368. <groupId>org.apache.logging.log4j</groupId>
  369. <artifactId>log4j-api</artifactId>
  370. </dependency>
  371. <dependency>
  372. <groupId>org.apache.logging.log4j</groupId>
  373. <artifactId>log4j-core</artifactId>
  374. </dependency>
  375. <dependency>
  376. <groupId>org.slf4j</groupId>
  377. <artifactId>slf4j-api</artifactId>
  378. </dependency>
  379. <dependency>
  380. <groupId>io.swagger.core.v3</groupId>
  381. <artifactId>swagger-annotations</artifactId>
  382. </dependency>
  383. <dependency>
  384. <groupId>io.swagger.core.v3</groupId>
  385. <artifactId>swagger-core</artifactId>
  386. </dependency>
  387. <dependency>
  388. <groupId>io.swagger.core.v3</groupId>
  389. <artifactId>swagger-jaxrs2</artifactId>
  390. </dependency>
  391. <dependency>
  392. <groupId>org.eclipse.jgit</groupId>
  393. <artifactId>org.eclipse.jgit</artifactId>
  394. </dependency>
  395. <dependency>
  396. <groupId>org.ldaptive</groupId>
  397. <artifactId>ldaptive-jldap</artifactId>
  398. </dependency>
  399. <dependency>
  400. <groupId>org.jsoup</groupId>
  401. <artifactId>jsoup</artifactId>
  402. </dependency>
  403. <dependency>
  404. <groupId>org.apache.lucene</groupId>
  405. <artifactId>lucene-core</artifactId>
  406. </dependency>
  407. <dependency>
  408. <groupId>org.apache.lucene</groupId>
  409. <artifactId>lucene-queryparser</artifactId>
  410. </dependency>
  411. <dependency>
  412. <groupId>org.apache.lucene</groupId>
  413. <artifactId>lucene-highlighter</artifactId>
  414. </dependency>
  415. <dependency>
  416. <groupId>org.apache.lucene</groupId>
  417. <artifactId>lucene-grouping</artifactId>
  418. </dependency>
  419. <dependency>
  420. <groupId>org.apache.lucene</groupId>
  421. <artifactId>lucene-luke</artifactId>
  422. </dependency>
  423. <dependency>
  424. <groupId>org.apache.solr</groupId>
  425. <artifactId>solr-core</artifactId>
  426. </dependency>
  427. <dependency>
  428. <groupId>com.github.jsqlparser</groupId>
  429. <artifactId>jsqlparser</artifactId>
  430. </dependency>
  431. </dependencies>
  432. <build>
  433. <finalName>${project.artifactId}</finalName>
  434. <pluginManagement>
  435. <plugins>
  436. <plugin>
  437. <artifactId>maven-clean-plugin</artifactId>
  438. <version>3.1.0</version>
  439. <configuration>
  440. <filesets>
  441. <fileset>
  442. <directory>${basedir}</directory>
  443. <includes>
  444. <include>**/*_.java</include>
  445. </includes>
  446. </fileset>
  447. </filesets>
  448. </configuration>
  449. </plugin>
  450. <plugin>
  451. <groupId>org.codehaus.mojo</groupId>
  452. <artifactId>exec-maven-plugin</artifactId>
  453. <version>1.6.0</version>
  454. </plugin>
  455. <plugin>
  456. <groupId>org.apache.maven.plugins</groupId>
  457. <artifactId>maven-resources-plugin</artifactId>
  458. <version>3.1.0</version>
  459. </plugin>
  460. <plugin>
  461. <groupId>org.apache.maven.plugins</groupId>
  462. <artifactId>maven-compiler-plugin</artifactId>
  463. <version>3.8.1</version>
  464. <configuration>
  465. <target>11</target>
  466. <compilerArgs>
  467. <arg>--add-exports</arg>
  468. <arg>jdk.scripting.nashorn/jdk.nashorn.internal.runtime=ALL-UNNAMED</arg>
  469. <arg>--add-exports</arg>
  470. <arg>jdk.scripting.nashorn/jdk.nashorn.internal.runtime.arrays=ALL-UNNAMED</arg>
  471. </compilerArgs>
  472. </configuration>
  473. </plugin>
  474. <plugin>
  475. <groupId>org.eclipse.m2e</groupId>
  476. <artifactId>lifecycle-mapping</artifactId>
  477. <version>1.0.0</version>
  478. <configuration>
  479. <lifecycleMappingMetadata>
  480. <pluginExecutions>
  481. <pluginExecution>
  482. <pluginExecutionFilter>
  483. <groupId>
  484. org.codehaus.mojo
  485. </groupId>
  486. <artifactId>
  487. exec-maven-plugin
  488. </artifactId>
  489. <versionRange>
  490. [1.6.0,)
  491. </versionRange>
  492. <goals>
  493. <goal>java</goal>
  494. </goals>
  495. </pluginExecutionFilter>
  496. <action>
  497. <ignore></ignore>
  498. </action>
  499. </pluginExecution>
  500. </pluginExecutions>
  501. </lifecycleMappingMetadata>
  502. </configuration>
  503. </plugin>
  504. <!-- 源码插件-->
  505. <plugin>
  506. <groupId>org.apache.maven.plugins</groupId>
  507. <artifactId>maven-source-plugin</artifactId>
  508. <version>3.1.0</version>
  509. <executions>
  510. <execution>
  511. <phase>package</phase>
  512. <goals>
  513. <goal>jar-no-fork</goal>
  514. </goals>
  515. </execution>
  516. </executions>
  517. </plugin>
  518. <!-- 文档插件-->
  519. <plugin>
  520. <groupId>org.apache.maven.plugins</groupId>
  521. <artifactId>maven-javadoc-plugin</artifactId>
  522. <version>3.2.0</version>
  523. <configuration>
  524. <show>private</show>
  525. <nohelp>true</nohelp>
  526. <charset>UTF-8</charset>
  527. <encoding>UTF-8</encoding>
  528. <docencoding>UTF-8</docencoding>
  529. <additionalOptions>
  530. <!-- 解决jdk1.8以后编译出错问题-->
  531. <!-- <additionalOption>-Xdoclint:none</additionalOption>-->
  532. <additionalparam>-Xdoclint:none</additionalparam>
  533. </additionalOptions>
  534. </configuration>
  535. <executions>
  536. <execution>
  537. <phase>compile</phase>
  538. <goals>
  539. <goal>jar</goal>
  540. </goals>
  541. </execution>
  542. </executions>
  543. </plugin>
  544. <!-- gpg插件 -->
  545. <plugin>
  546. <groupId>org.apache.maven.plugins</groupId>
  547. <artifactId>maven-gpg-plugin</artifactId>
  548. <version>1.6</version>
  549. <executions>
  550. <execution>
  551. <id>sign-artifacts</id>
  552. <phase>verify</phase>
  553. <goals>
  554. <goal>sign</goal>
  555. </goals>
  556. <!-- <configuration>-->
  557. <!-- <gpgArguments>-->
  558. <!-- <arg>&#45;&#45;pinentry-mode</arg>-->
  559. <!-- <arg>loopback</arg>-->
  560. <!-- </gpgArguments>-->
  561. <!-- </configuration>-->
  562. </execution>
  563. </executions>
  564. </plugin>
  565. </plugins>
  566. </pluginManagement>
  567. <plugins>
  568. <plugin>
  569. <groupId>org.apache.maven.plugins</groupId>
  570. <artifactId>maven-surefire-plugin</artifactId>
  571. <version>3.0.0-M3</version>
  572. <configuration>
  573. <skipTests>true</skipTests>
  574. </configuration>
  575. </plugin>
  576. <plugin>
  577. <groupId>org.apache.maven.plugins</groupId>
  578. <artifactId>maven-war-plugin</artifactId>
  579. <version>3.2.3</version>
  580. <configuration>
  581. <archive>
  582. <addMavenDescriptor>false</addMavenDescriptor>
  583. </archive>
  584. <packagingExcludes>persistence.xml,WEB-INF/lib/**,META-INF
  585. </packagingExcludes>
  586. <failOnMissingWebXml>false</failOnMissingWebXml>
  587. </configuration>
  588. </plugin>
  589. <plugin>
  590. <groupId>org.apache.maven.plugins</groupId>
  591. <artifactId>maven-jar-plugin</artifactId>
  592. <version>3.2.0</version>
  593. <configuration>
  594. <archive>
  595. <addMavenDescriptor>false</addMavenDescriptor>
  596. </archive>
  597. <excludes>
  598. <exclude>META-INF/**</exclude>
  599. </excludes>
  600. </configuration>
  601. </plugin>
  602. </plugins>
  603. </build>
  604. <dependencyManagement>
  605. <dependencies>
  606. <dependency>
  607. <groupId>javax</groupId>
  608. <artifactId>javaee-api</artifactId>
  609. <version>7.0</version>
  610. </dependency>
  611. <dependency>
  612. <groupId>com.google.code.gson</groupId>
  613. <artifactId>gson</artifactId>
  614. <version>2.8.9</version>
  615. </dependency>
  616. <dependency>
  617. <groupId>org.apache.openjpa</groupId>
  618. <artifactId>openjpa</artifactId>
  619. <version>3.2.0</version>
  620. </dependency>
  621. <dependency>
  622. <groupId>org.apache.commons</groupId>
  623. <artifactId>commons-lang3</artifactId>
  624. <version>3.12.0</version>
  625. </dependency>
  626. <dependency>
  627. <groupId>commons-cli</groupId>
  628. <artifactId>commons-cli</artifactId>
  629. <version>1.4</version>
  630. </dependency>
  631. <dependency>
  632. <groupId>commons-beanutils</groupId>
  633. <artifactId>commons-beanutils</artifactId>
  634. <version>1.9.4</version>
  635. </dependency>
  636. <dependency>
  637. <groupId>commons-net</groupId>
  638. <artifactId>commons-net</artifactId>
  639. <version>3.6</version>
  640. </dependency>
  641. <dependency>
  642. <groupId>org.apache.commons</groupId>
  643. <artifactId>commons-math3</artifactId>
  644. <version>3.6.1</version>
  645. </dependency>
  646. <dependency>
  647. <groupId>org.apache.commons</groupId>
  648. <artifactId>commons-collections4</artifactId>
  649. <version>4.4</version>
  650. </dependency>
  651. <dependency>
  652. <groupId>commons-codec</groupId>
  653. <artifactId>commons-codec</artifactId>
  654. <version>1.13</version>
  655. </dependency>
  656. <dependency>
  657. <groupId>commons-io</groupId>
  658. <artifactId>commons-io</artifactId>
  659. <version>2.7</version>
  660. </dependency>
  661. <dependency>
  662. <groupId>org.apache.commons</groupId>
  663. <artifactId>commons-vfs2-jackrabbit2</artifactId>
  664. <version>2.9.0</version>
  665. </dependency>
  666. <dependency>
  667. <groupId>org.apache.commons</groupId>
  668. <artifactId>commons-pool2</artifactId>
  669. <version>2.9.0</version>
  670. </dependency>
  671. <dependency>
  672. <groupId>org.apache.commons</groupId>
  673. <artifactId>commons-text</artifactId>
  674. <version>1.8</version>
  675. </dependency>
  676. <dependency>
  677. <groupId>org.apache.maven</groupId>
  678. <artifactId>maven-model</artifactId>
  679. <version>3.6.3</version>
  680. </dependency>
  681. <dependency>
  682. <groupId>org.apache.commons</groupId>
  683. <artifactId>commons-compress</artifactId>
  684. <version>1.20</version>
  685. </dependency>
  686. <dependency>
  687. <groupId>org.eclipse.jetty</groupId>
  688. <artifactId>jetty-server</artifactId>
  689. <version>9.4.33.v20201020</version>
  690. </dependency>
  691. <dependency>
  692. <groupId>org.eclipse.jetty</groupId>
  693. <artifactId>jetty-deploy</artifactId>
  694. <version>9.4.33.v20201020</version>
  695. </dependency>
  696. <dependency>
  697. <groupId>org.eclipse.jetty</groupId>
  698. <artifactId>jetty-annotations</artifactId>
  699. <version>9.4.33.v20201020</version>
  700. </dependency>
  701. <dependency>
  702. <groupId>org.eclipse.jetty</groupId>
  703. <artifactId>jetty-quickstart</artifactId>
  704. <version>9.4.33.v20201020</version>
  705. </dependency>
  706. <dependency>
  707. <groupId>org.eclipse.jetty</groupId>
  708. <artifactId>jetty-proxy</artifactId>
  709. <version>9.4.33.v20201020</version>
  710. </dependency>
  711. <dependency>
  712. <groupId>com.google.zxing</groupId>
  713. <artifactId>core</artifactId>
  714. <version>3.4.0</version>
  715. </dependency>
  716. <dependency>
  717. <groupId>org.apache.ftpserver</groupId>
  718. <artifactId>ftpserver-core</artifactId>
  719. <version>1.2.0</version>
  720. </dependency>
  721. <dependency>
  722. <groupId>org.apache.ftpserver</groupId>
  723. <artifactId>ftplet-api</artifactId>
  724. <version>1.2.0</version>
  725. </dependency>
  726. <dependency>
  727. <groupId>org.apache.cxf</groupId>
  728. <artifactId>cxf-core</artifactId>
  729. <version>3.5.2</version>
  730. </dependency>
  731. <dependency>
  732. <groupId>org.apache.cxf</groupId>
  733. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  734. <version>3.5.2</version>
  735. </dependency>
  736. <dependency>
  737. <groupId>org.apache.cxf</groupId>
  738. <artifactId>cxf-rt-frontend-simple</artifactId>
  739. <version>3.5.2</version>
  740. </dependency>
  741. <dependency>
  742. <groupId>org.apache.cxf</groupId>
  743. <artifactId>cxf-rt-wsdl</artifactId>
  744. <version>3.5.2</version>
  745. </dependency>
  746. <dependency>
  747. <groupId>org.apache.cxf</groupId>
  748. <artifactId>cxf-rt-databinding-jaxb</artifactId>
  749. <version>3.5.2</version>
  750. </dependency>
  751. <dependency>
  752. <groupId>org.apache.cxf</groupId>
  753. <artifactId>cxf-rt-transports-http</artifactId>
  754. <version>3.5.2</version>
  755. </dependency>
  756. <dependency>
  757. <groupId>org.apache.cxf</groupId>
  758. <artifactId>cxf-rt-bindings-soap</artifactId>
  759. <version>3.5.2</version>
  760. </dependency>
  761. <dependency>
  762. <groupId>org.apache.cxf</groupId>
  763. <artifactId>cxf-rt-bindings-xml</artifactId>
  764. <version>3.5.2</version>
  765. </dependency>
  766. <dependency>
  767. <groupId>org.apache.cxf</groupId>
  768. <artifactId>cxf-rt-ws-addr</artifactId>
  769. <version>3.5.2</version>
  770. </dependency>
  771. <dependency>
  772. <groupId>com.fasterxml.woodstox</groupId>
  773. <artifactId>woodstox-core</artifactId>
  774. <version>6.2.1</version>
  775. </dependency>
  776. <dependency>
  777. <groupId>org.codehaus.woodstox</groupId>
  778. <artifactId>stax2-api</artifactId>
  779. <version>4.2.1</version>
  780. </dependency>
  781. <dependency>
  782. <groupId>org.apache.neethi</groupId>
  783. <artifactId>neethi</artifactId>
  784. <version>3.1.1</version>
  785. </dependency>
  786. <dependency>
  787. <groupId>org.apache.poi</groupId>
  788. <artifactId>poi</artifactId>
  789. <version>5.2.3</version>
  790. </dependency>
  791. <dependency>
  792. <groupId>org.apache.poi</groupId>
  793. <artifactId>poi-ooxml</artifactId>
  794. <version>5.2.3</version>
  795. </dependency>
  796. <dependency>
  797. <groupId>org.apache.poi</groupId>
  798. <artifactId>poi-scratchpad</artifactId>
  799. <version>5.2.3</version>
  800. </dependency>
  801. <dependency>
  802. <groupId>fr.opensagres.xdocreport</groupId>
  803. <artifactId>fr.opensagres.poi.xwpf.converter.xhtml</artifactId>
  804. <version>2.0.2</version>
  805. </dependency>
  806. <dependency>
  807. <groupId>org.apache.tika</groupId>
  808. <artifactId>tika-core</artifactId>
  809. <version>2.5.0</version>
  810. </dependency>
  811. <dependency>
  812. <groupId>net.sourceforge.tess4j</groupId>
  813. <artifactId>tess4j</artifactId>
  814. <version>5.2.0</version>
  815. </dependency>
  816. <dependency>
  817. <groupId>io.github.classgraph</groupId>
  818. <artifactId>classgraph</artifactId>
  819. <version>4.8.89</version>
  820. </dependency>
  821. <dependency>
  822. <groupId>org.glassfish.jersey.core</groupId>
  823. <artifactId>jersey-server</artifactId>
  824. <version>2.35</version>
  825. </dependency>
  826. <dependency>
  827. <groupId>fr.opensagres.xdocreport</groupId>
  828. <artifactId>xdocreport</artifactId>
  829. <version>2.0.2</version>
  830. </dependency>
  831. <dependency>
  832. <groupId>org.glassfish.jersey.media</groupId>
  833. <artifactId>jersey-media-multipart</artifactId>
  834. <version>2.35</version>
  835. </dependency>
  836. <dependency>
  837. <groupId>org.dom4j</groupId>
  838. <artifactId>dom4j</artifactId>
  839. <version>2.1.3</version>
  840. </dependency>
  841. <dependency>
  842. <groupId>net.sf.ehcache</groupId>
  843. <artifactId>ehcache</artifactId>
  844. <version>2.10.5</version>
  845. </dependency>
  846. <dependency>
  847. <groupId>org.quartz-scheduler</groupId>
  848. <artifactId>quartz</artifactId>
  849. <version>2.3.1</version>
  850. </dependency>
  851. <dependency>
  852. <groupId>org.imgscalr</groupId>
  853. <artifactId>imgscalr-lib</artifactId>
  854. <version>4.2</version>
  855. </dependency>
  856. <dependency>
  857. <groupId>com.github.stuxuhai</groupId>
  858. <artifactId>jpinyin</artifactId>
  859. <version>1.1.8</version>
  860. </dependency>
  861. <dependency>
  862. <groupId>com.hankcs</groupId>
  863. <artifactId>hanlp</artifactId>
  864. <version>portable-1.8.3</version>
  865. </dependency>
  866. <dependency>
  867. <groupId>com.hankcs.nlp</groupId>
  868. <artifactId>hanlp-lucene-plugin</artifactId>
  869. <version>1.1.7</version>
  870. </dependency>
  871. <dependency>
  872. <groupId>org.apache.lucene</groupId>
  873. <artifactId>lucene-core</artifactId>
  874. <version>9.4.1</version>
  875. </dependency>
  876. <dependency>
  877. <groupId>org.apache.lucene</groupId>
  878. <artifactId>lucene-queryparser</artifactId>
  879. <version>9.4.1</version>
  880. </dependency>
  881. <dependency>
  882. <groupId>org.apache.lucene</groupId>
  883. <artifactId>lucene-highlighter</artifactId>
  884. <version>9.4.1</version>
  885. </dependency>
  886. <dependency>
  887. <groupId>org.apache.lucene</groupId>
  888. <artifactId>lucene-grouping</artifactId>
  889. <version>9.4.1</version>
  890. </dependency>
  891. <dependency>
  892. <groupId>org.apache.lucene</groupId>
  893. <artifactId>lucene-luke</artifactId>
  894. <version>9.4.1</version>
  895. </dependency>
  896. <dependency>
  897. <groupId>org.apache.solr</groupId>
  898. <artifactId>solr-core</artifactId>
  899. <version>8.11.2</version>
  900. <exclusions>
  901. <exclusion>
  902. <groupId>*</groupId>
  903. <artifactId>*</artifactId>
  904. </exclusion>
  905. </exclusions>
  906. </dependency>
  907. <dependency>
  908. <groupId>de.vandermeer</groupId>
  909. <artifactId>asciitable</artifactId>
  910. <version>0.3.2</version>
  911. </dependency>
  912. <dependency>
  913. <groupId>com.h2database</groupId>
  914. <artifactId>h2</artifactId>
  915. <version>1.4.200</version>
  916. </dependency>
  917. <dependency>
  918. <groupId>org.mnode.ical4j</groupId>
  919. <artifactId>ical4j</artifactId>
  920. <version>3.0.9</version>
  921. </dependency>
  922. <dependency>
  923. <groupId>org.apache.xbean</groupId>
  924. <artifactId>xbean-asm8-shaded</artifactId>
  925. <version>4.17</version>
  926. </dependency>
  927. <dependency>
  928. <groupId>com.squareup</groupId>
  929. <artifactId>javapoet</artifactId>
  930. <version>1.11.1</version>
  931. </dependency>
  932. <dependency>
  933. <groupId>com.github.neuroph</groupId>
  934. <artifactId>neuroph-core</artifactId>
  935. <version>2.98</version>
  936. </dependency>
  937. <dependency>
  938. <groupId>com.github.neuroph</groupId>
  939. <artifactId>neuroph-imgrec</artifactId>
  940. <version>2.98</version>
  941. </dependency>
  942. <dependency>
  943. <groupId>com.github.neuroph</groupId>
  944. <artifactId>neuroph-ocr</artifactId>
  945. <version>2.98</version>
  946. </dependency>
  947. <dependency>
  948. <groupId>com.github.neuroph</groupId>
  949. <artifactId>neuroph-contrib</artifactId>
  950. <version>2.98</version>
  951. </dependency>
  952. <dependency>
  953. <groupId>com.alibaba</groupId>
  954. <artifactId>druid</artifactId>
  955. <version>1.2.8</version>
  956. <exclusions>
  957. <exclusion>
  958. <groupId>com.sun</groupId>
  959. <artifactId>tools</artifactId>
  960. </exclusion>
  961. <exclusion>
  962. <groupId>com.sun</groupId>
  963. <artifactId>jconsole</artifactId>
  964. </exclusion>
  965. </exclusions>
  966. </dependency>
  967. <dependency>
  968. <groupId>com.itextpdf</groupId>
  969. <artifactId>html2pdf</artifactId>
  970. <version>2.1.6</version>
  971. </dependency>
  972. <dependency>
  973. <groupId>com.itextpdf</groupId>
  974. <artifactId>font-asian</artifactId>
  975. <version>7.1.9</version>
  976. </dependency>
  977. <dependency>
  978. <groupId>redis.clients</groupId>
  979. <artifactId>jedis</artifactId>
  980. <version>3.3.0</version>
  981. </dependency>
  982. <dependency>
  983. <groupId>org.apache.commons</groupId>
  984. <artifactId>commons-email</artifactId>
  985. <version>1.5</version>
  986. </dependency>
  987. <dependency>
  988. <groupId>javax.activation</groupId>
  989. <artifactId>activation</artifactId>
  990. <version>1.1.1</version>
  991. </dependency>
  992. <dependency>
  993. <groupId>com.github.xuwei-k</groupId>
  994. <artifactId>html2image</artifactId>
  995. <version>0.1.0</version>
  996. </dependency>
  997. <dependency>
  998. <groupId>org.apache.logging.log4j</groupId>
  999. <artifactId>log4j-api</artifactId>
  1000. <version>2.17.2</version>
  1001. </dependency>
  1002. <dependency>
  1003. <groupId>org.apache.logging.log4j</groupId>
  1004. <artifactId>log4j-core</artifactId>
  1005. <version>2.17.2</version>
  1006. </dependency>
  1007. <dependency>
  1008. <groupId>org.slf4j</groupId>
  1009. <artifactId>slf4j-api</artifactId>
  1010. <version>1.7.32</version>
  1011. </dependency>
  1012. <dependency>
  1013. <groupId>org.apache.logging.log4j</groupId>
  1014. <artifactId>log4j-slf4j-impl</artifactId>
  1015. <version>2.18.0</version>
  1016. </dependency>
  1017. <dependency>
  1018. <groupId>net.o2oa</groupId>
  1019. <artifactId>x_base_core_project</artifactId>
  1020. <version>8.0</version>
  1021. </dependency>
  1022. <dependency>
  1023. <groupId>net.o2oa</groupId>
  1024. <artifactId>x_attendance_core_entity</artifactId>
  1025. <version>8.0</version>
  1026. </dependency>
  1027. <dependency>
  1028. <groupId>net.o2oa</groupId>
  1029. <artifactId>x_bbs_core_entity</artifactId>
  1030. <version>8.0</version>
  1031. </dependency>
  1032. <dependency>
  1033. <groupId>net.o2oa</groupId>
  1034. <artifactId>x_calendar_core_entity</artifactId>
  1035. <version>8.0</version>
  1036. </dependency>
  1037. <dependency>
  1038. <groupId>net.o2oa</groupId>
  1039. <artifactId>x_cms_core_entity</artifactId>
  1040. <version>8.0</version>
  1041. </dependency>
  1042. <dependency>
  1043. <groupId>net.o2oa</groupId>
  1044. <artifactId>x_cms_core_express</artifactId>
  1045. <version>8.0</version>
  1046. </dependency>
  1047. <dependency>
  1048. <groupId>net.o2oa</groupId>
  1049. <artifactId>x_component_core_entity</artifactId>
  1050. <version>8.0</version>
  1051. </dependency>
  1052. <dependency>
  1053. <groupId>net.o2oa</groupId>
  1054. <artifactId>x_file_core_entity</artifactId>
  1055. <version>8.0</version>
  1056. </dependency>
  1057. <dependency>
  1058. <groupId>net.o2oa</groupId>
  1059. <artifactId>x_general_core_entity</artifactId>
  1060. <version>8.0</version>
  1061. </dependency>
  1062. <dependency>
  1063. <groupId>net.o2oa</groupId>
  1064. <artifactId>x_hotpic_core_entity</artifactId>
  1065. <version>8.0</version>
  1066. </dependency>
  1067. <dependency>
  1068. <groupId>net.o2oa</groupId>
  1069. <artifactId>x_meeting_core_entity</artifactId>
  1070. <version>8.0</version>
  1071. </dependency>
  1072. <dependency>
  1073. <groupId>net.o2oa</groupId>
  1074. <artifactId>x_message_core_entity</artifactId>
  1075. <version>8.0</version>
  1076. </dependency>
  1077. <dependency>
  1078. <groupId>net.o2oa</groupId>
  1079. <artifactId>x_mind_core_entity</artifactId>
  1080. <version>8.0</version>
  1081. </dependency>
  1082. <dependency>
  1083. <groupId>net.o2oa</groupId>
  1084. <artifactId>x_organization_core_entity</artifactId>
  1085. <version>8.0</version>
  1086. </dependency>
  1087. <dependency>
  1088. <groupId>net.o2oa</groupId>
  1089. <artifactId>x_jpush_core_entity</artifactId>
  1090. <version>8.0</version>
  1091. </dependency>
  1092. <dependency>
  1093. <groupId>net.o2oa</groupId>
  1094. <artifactId>x_organization_core_express</artifactId>
  1095. <version>8.0</version>
  1096. </dependency>
  1097. <dependency>
  1098. <groupId>net.o2oa</groupId>
  1099. <artifactId>x_portal_core_entity</artifactId>
  1100. <version>8.0</version>
  1101. </dependency>
  1102. <dependency>
  1103. <groupId>net.o2oa</groupId>
  1104. <artifactId>x_processplatform_core_entity</artifactId>
  1105. <version>8.0</version>
  1106. </dependency>
  1107. <dependency>
  1108. <groupId>net.o2oa</groupId>
  1109. <artifactId>x_processplatform_core_express</artifactId>
  1110. <version>8.0</version>
  1111. </dependency>
  1112. <dependency>
  1113. <groupId>net.o2oa</groupId>
  1114. <artifactId>x_query_core_entity</artifactId>
  1115. <version>8.0</version>
  1116. </dependency>
  1117. <dependency>
  1118. <groupId>net.o2oa</groupId>
  1119. <artifactId>x_query_core_express</artifactId>
  1120. <version>8.0</version>
  1121. </dependency>
  1122. <dependency>
  1123. <groupId>net.o2oa</groupId>
  1124. <artifactId>x_program_center</artifactId>
  1125. <version>8.0</version>
  1126. </dependency>
  1127. <dependency>
  1128. <groupId>net.o2oa</groupId>
  1129. <artifactId>x_program_center_core_entity</artifactId>
  1130. <version>8.0</version>
  1131. </dependency>
  1132. <dependency>
  1133. <groupId>net.lingala.zip4j</groupId>
  1134. <artifactId>zip4j</artifactId>
  1135. <version>2.3.2</version>
  1136. </dependency>
  1137. <dependency>
  1138. <groupId>com.microsoft.playwright</groupId>
  1139. <artifactId>playwright</artifactId>
  1140. <version>1.17.1</version>
  1141. </dependency>
  1142. <dependency>
  1143. <groupId>javax.cache</groupId>
  1144. <artifactId>cache-api</artifactId>
  1145. <version>1.1.1</version>
  1146. </dependency>
  1147. <dependency>
  1148. <groupId>org.jsr107.ri</groupId>
  1149. <artifactId>cache-ri-impl</artifactId>
  1150. <version>1.1.1</version>
  1151. </dependency>
  1152. <dependency>
  1153. <groupId>com.github.penggle</groupId>
  1154. <artifactId>kaptcha</artifactId>
  1155. <version>2.3.2</version>
  1156. </dependency>
  1157. <dependency>
  1158. <groupId>org.apache.hadoop</groupId>
  1159. <artifactId>hadoop-client</artifactId>
  1160. <version>3.3.4</version>
  1161. </dependency>
  1162. <dependency>
  1163. <groupId>com.sun.mail</groupId>
  1164. <artifactId>javax.mail</artifactId>
  1165. <version>1.6.2</version>
  1166. </dependency>
  1167. <dependency>
  1168. <groupId>io.swagger.core.v3</groupId>
  1169. <artifactId>swagger-annotations</artifactId>
  1170. <version>2.2.0</version>
  1171. </dependency>
  1172. <dependency>
  1173. <groupId>io.swagger.core.v3</groupId>
  1174. <artifactId>swagger-core</artifactId>
  1175. <version>2.2.0</version>
  1176. </dependency>
  1177. <dependency>
  1178. <groupId>io.swagger.core.v3</groupId>
  1179. <artifactId>swagger-jaxrs2</artifactId>
  1180. <version>2.2.0</version>
  1181. </dependency>
  1182. <dependency>
  1183. <groupId>org.eclipse.jgit</groupId>
  1184. <artifactId>org.eclipse.jgit</artifactId>
  1185. <version>6.2.0.202206071550-r</version>
  1186. </dependency>
  1187. <dependency>
  1188. <groupId>org.ldaptive</groupId>
  1189. <artifactId>ldaptive-jldap</artifactId>
  1190. <version>1.3.1</version>
  1191. </dependency>
  1192. <dependency>
  1193. <groupId>org.jsoup</groupId>
  1194. <artifactId>jsoup</artifactId>
  1195. <version>1.15.3</version>
  1196. </dependency>
  1197. <dependency>
  1198. <groupId>com.github.jsqlparser</groupId>
  1199. <artifactId>jsqlparser</artifactId>
  1200. <version>4.6</version>
  1201. </dependency>
  1202. <!-- tika needs -->
  1203. <dependency>
  1204. <groupId>com.zaxxer</groupId>
  1205. <artifactId>SparseBitSet</artifactId>
  1206. <version>1.2</version>
  1207. </dependency>
  1208. </dependencies>
  1209. </dependencyManagement>
  1210. <!-- 中心仓库发布地址-->
  1211. <!--distributionManagement>
  1212. <snapshotRepository>
  1213. <id>ossrh</id>
  1214. <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
  1215. </snapshotRepository>
  1216. <repository>
  1217. <id>ossrh</id>
  1218. <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  1219. </repository>
  1220. </distributionManagement-->
  1221. <!--repositories>
  1222. <repository>
  1223. <id>nexus-o2oa</id>
  1224. <name>nexus-o2oa</name>
  1225. <url>http://maven.o2oa.net/repository/maven-public/</url>
  1226. <releases>
  1227. <enabled>true</enabled>
  1228. </releases>
  1229. <snapshots>
  1230. <enabled>true</enabled>
  1231. </snapshots>
  1232. </repository>
  1233. </repositories-->
  1234. <distributionManagement>
  1235. <repository>
  1236. <id>o2oa-release</id>
  1237. <url>http://maven.o2oa.net/repository/o2oa-release/</url>
  1238. </repository>
  1239. </distributionManagement>
  1240. </project>