pom.xml 24 KB

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