pom.xml 24 KB

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