pom.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  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. <dependency>
  399. <groupId>nl.captcha</groupId>
  400. <artifactId>simplecaptcha</artifactId>
  401. <version>1.1.1</version>
  402. <scope>provided</scope>
  403. </dependency>
  404. <dependency>
  405. <groupId>net.fortuna.ical4j</groupId>
  406. <artifactId>ical4j</artifactId>
  407. <version>2.2.0</version>
  408. <scope>system</scope>
  409. <systemPath>${basedir}/../commons/ext/ical4j-2.2.0.jar</systemPath>
  410. </dependency>
  411. <dependency>
  412. <groupId>CheckPasswordStrength</groupId>
  413. <artifactId>CheckPasswordStrength</artifactId>
  414. <version>1.0.0</version>
  415. <scope>system</scope>
  416. <systemPath>${basedir}/../commons/ext/checkpasswordstrength.jar</systemPath>
  417. </dependency>
  418. <dependency>
  419. <groupId>org.neuroph</groupId>
  420. <artifactId>neuroph-core</artifactId>
  421. <version>2.94</version>
  422. <scope>system</scope>
  423. <systemPath>${basedir}/../commons/ext/neuroph-core-2.94.jar</systemPath>
  424. </dependency>
  425. <dependency>
  426. <groupId>nl.captcha</groupId>
  427. <artifactId>simplecaptcha</artifactId>
  428. <version>1.2.1</version>
  429. <scope>system</scope>
  430. <systemPath>${basedir}/../commons/ext/simplecaptcha-1.2.1.jar</systemPath>
  431. </dependency>
  432. </dependencies>
  433. <build>
  434. <finalName>${project.artifactId}</finalName>
  435. <plugins>
  436. <plugin>
  437. <groupId>org.apache.maven.plugins</groupId>
  438. <artifactId>maven-surefire-plugin</artifactId>
  439. <version>2.4.2</version>
  440. <configuration>
  441. <skipTests>true</skipTests>
  442. </configuration>
  443. </plugin>
  444. </plugins>
  445. <pluginManagement>
  446. <plugins><!--This plugin's configuration is used to store Eclipse m2e
  447. settings only. It has no influence on the Maven build itself. -->
  448. <plugin>
  449. <groupId>org.eclipse.m2e</groupId>
  450. <artifactId>lifecycle-mapping</artifactId>
  451. <version>1.0.0</version>
  452. <configuration>
  453. <lifecycleMappingMetadata>
  454. <pluginExecutions>
  455. <pluginExecution>
  456. <pluginExecutionFilter>
  457. <groupId>
  458. org.apache.maven.plugins
  459. </groupId>
  460. <artifactId>
  461. maven-antrun-plugin
  462. </artifactId>
  463. <versionRange>
  464. [1.7,)
  465. </versionRange>
  466. <goals>
  467. <goal>run</goal>
  468. </goals>
  469. </pluginExecutionFilter>
  470. <action>
  471. <ignore></ignore>
  472. </action>
  473. </pluginExecution>
  474. </pluginExecutions>
  475. </lifecycleMappingMetadata>
  476. </configuration>
  477. </plugin>
  478. <plugin>
  479. <artifactId>maven-antrun-plugin</artifactId>
  480. <version>1.7</version>
  481. <executions>
  482. <execution>
  483. <id>metamodel</id>
  484. <!-- <phase>generate-sources</phase> -->
  485. <phase>none</phase>
  486. <configuration>
  487. <target>
  488. <ant antfile="../build_common.xml">
  489. <target name="metamodel" />
  490. </ant>
  491. </target>
  492. </configuration>
  493. <goals>
  494. <goal>run</goal>
  495. </goals>
  496. </execution>
  497. <execution>
  498. <id>createEnhancePersistenceXml</id>
  499. <!-- <phase>generate-sources</phase> -->
  500. <phase>none</phase>
  501. <configuration>
  502. <target>
  503. <ant antfile="../build_common.xml">
  504. <target name="createEnhancePersistenceXml" />
  505. </ant>
  506. </target>
  507. </configuration>
  508. <goals>
  509. <goal>run</goal>
  510. </goals>
  511. </execution>
  512. <execution>
  513. <id>createPersistenceXml</id>
  514. <!-- <phase>generate-sources</phase> -->
  515. <phase>none</phase>
  516. <configuration>
  517. <target>
  518. <ant antfile="../build_common.xml">
  519. <target name="createPersistenceXml" />
  520. </ant>
  521. </target>
  522. </configuration>
  523. <goals>
  524. <goal>run</goal>
  525. </goals>
  526. </execution>
  527. <execution>
  528. <id>enhance</id>
  529. <!-- <phase>prepare-package</phase> -->
  530. <phase>none</phase>
  531. <configuration>
  532. <target>
  533. <ant antfile="../build_common.xml">
  534. <target name="enhance" />
  535. </ant>
  536. </target>
  537. </configuration>
  538. <goals>
  539. <goal>run</goal>
  540. </goals>
  541. </execution>
  542. <execution>
  543. <id>describe</id>
  544. <!-- <phase>generate-sources</phase> -->
  545. <phase>none</phase>
  546. <configuration>
  547. <target>
  548. <ant antfile="../build_common.xml">
  549. <target name="describe" />
  550. </ant>
  551. </target>
  552. </configuration>
  553. <goals>
  554. <goal>run</goal>
  555. </goals>
  556. </execution>
  557. </executions>
  558. </plugin>
  559. <plugin>
  560. <artifactId>maven-resources-plugin</artifactId>
  561. <version>3.1.0</version>
  562. <executions>
  563. <execution>
  564. <id>copy-entity-metamodel</id>
  565. <!-- <phase>process-resources</phase> -->
  566. <phase>none</phase>
  567. <goals>
  568. <goal>copy-resources</goal>
  569. </goals>
  570. <configuration>
  571. <outputDirectory>src/main/java</outputDirectory>
  572. <resources>
  573. <resource>
  574. <directory>target</directory>
  575. <includes>
  576. <include>generated-sources/annotations/**/*_.java</include>
  577. </includes>
  578. </resource>
  579. </resources>
  580. </configuration>
  581. </execution>
  582. <execution>
  583. <id>copy-jar</id>
  584. <!-- <phase>verify</phase> -->
  585. <phase>none</phase>
  586. <goals>
  587. <goal>copy-resources</goal>
  588. </goals>
  589. <configuration>
  590. <outputDirectory>../store/jars</outputDirectory>
  591. <resources>
  592. <resource>
  593. <directory>target</directory>
  594. <includes>
  595. <include>${project.artifactId}.jar</include>
  596. </includes>
  597. </resource>
  598. </resources>
  599. </configuration>
  600. </execution>
  601. <execution>
  602. <id>copy-war</id>
  603. <!-- <phase>verify</phase> -->
  604. <phase>none</phase>
  605. <goals>
  606. <goal>copy-resources</goal>
  607. </goals>
  608. <configuration>
  609. <outputDirectory>../store</outputDirectory>
  610. <resources>
  611. <resource>
  612. <directory>target</directory>
  613. <includes>
  614. <include>${project.artifactId}.war</include>
  615. </includes>
  616. </resource>
  617. </resources>
  618. </configuration>
  619. </execution>
  620. </executions>
  621. </plugin>
  622. <plugin>
  623. <groupId>org.apache.openjpa</groupId>
  624. <artifactId>openjpa-maven-plugin</artifactId>
  625. <version>3.0.0</version>
  626. <configuration>
  627. <includes>**/entity/*.class</includes>
  628. <addDefaultConstructor>true</addDefaultConstructor>
  629. <enforcePropertyRestrictions>true</enforcePropertyRestrictions>
  630. </configuration>
  631. <executions>
  632. <execution>
  633. <id>enhancer</id>
  634. <!-- <phase>process-classes</phase> -->
  635. <phase>none</phase>
  636. <goals>
  637. <goal>enhance</goal>
  638. </goals>
  639. </execution>
  640. </executions>
  641. <dependencies>
  642. <dependency>
  643. <groupId>org.apache.openjpa</groupId>
  644. <artifactId>openjpa</artifactId>
  645. <version>3.0.0</version>
  646. </dependency>
  647. </dependencies>
  648. </plugin>
  649. </plugins>
  650. </pluginManagement>
  651. </build>
  652. <dependencyManagement>
  653. <dependencies>
  654. <dependency>
  655. <groupId>o2oa</groupId>
  656. <artifactId>x_base_core_project</artifactId>
  657. <version>${project.version}</version>
  658. <scope>provided</scope>
  659. </dependency>
  660. <dependency>
  661. <groupId>o2oa</groupId>
  662. <artifactId>x_attendance_core_entity</artifactId>
  663. <version>${project.version}</version>
  664. <scope>provided</scope>
  665. </dependency>
  666. <dependency>
  667. <groupId>o2oa</groupId>
  668. <artifactId>x_bbs_core_entity</artifactId>
  669. <version>${project.version}</version>
  670. <scope>provided</scope>
  671. </dependency>
  672. <dependency>
  673. <groupId>o2oa</groupId>
  674. <artifactId>x_calendar_core_entity</artifactId>
  675. <version>${project.version}</version>
  676. <scope>provided</scope>
  677. </dependency>
  678. <dependency>
  679. <groupId>o2oa</groupId>
  680. <artifactId>x_cms_core_entity</artifactId>
  681. <version>${project.version}</version>
  682. <scope>provided</scope>
  683. </dependency>
  684. <dependency>
  685. <groupId>o2oa</groupId>
  686. <artifactId>x_collaboration_core_entity</artifactId>
  687. <version>${project.version}</version>
  688. <scope>provided</scope>
  689. </dependency>
  690. <dependency>
  691. <groupId>o2oa</groupId>
  692. <artifactId>x_collaboration_core_message</artifactId>
  693. <version>${project.version}</version>
  694. <scope>provided</scope>
  695. </dependency>
  696. <dependency>
  697. <groupId>o2oa</groupId>
  698. <artifactId>x_component_core_entity</artifactId>
  699. <version>${project.version}</version>
  700. <scope>provided</scope>
  701. </dependency>
  702. <dependency>
  703. <groupId>o2oa</groupId>
  704. <artifactId>x_file_core_entity</artifactId>
  705. <version>${project.version}</version>
  706. <scope>provided</scope>
  707. </dependency>
  708. <dependency>
  709. <groupId>o2oa</groupId>
  710. <artifactId>x_general_core_entity</artifactId>
  711. <version>${project.version}</version>
  712. <scope>provided</scope>
  713. </dependency>
  714. <dependency>
  715. <groupId>o2oa</groupId>
  716. <artifactId>x_hotpic_core_entity</artifactId>
  717. <version>${project.version}</version>
  718. <scope>provided</scope>
  719. </dependency>
  720. <dependency>
  721. <groupId>o2oa</groupId>
  722. <artifactId>x_meeting_core_entity</artifactId>
  723. <version>${project.version}</version>
  724. <scope>provided</scope>
  725. </dependency>
  726. <dependency>
  727. <groupId>o2oa</groupId>
  728. <artifactId>x_message_core_entity</artifactId>
  729. <version>${project.version}</version>
  730. <scope>provided</scope>
  731. </dependency>
  732. <dependency>
  733. <groupId>o2oa</groupId>
  734. <artifactId>x_mind_core_entity</artifactId>
  735. <version>${project.version}</version>
  736. <scope>provided</scope>
  737. </dependency>
  738. <dependency>
  739. <groupId>o2oa</groupId>
  740. <artifactId>x_okr_core_entity</artifactId>
  741. <version>${project.version}</version>
  742. <scope>provided</scope>
  743. </dependency>
  744. <dependency>
  745. <groupId>o2oa</groupId>
  746. <artifactId>x_organization_core_entity</artifactId>
  747. <version>${project.version}</version>
  748. <scope>provided</scope>
  749. </dependency>
  750. <dependency>
  751. <groupId>o2oa</groupId>
  752. <artifactId>x_organization_core_express</artifactId>
  753. <version>${project.version}</version>
  754. <scope>provided</scope>
  755. </dependency>
  756. <dependency>
  757. <groupId>o2oa</groupId>
  758. <artifactId>x_portal_core_entity</artifactId>
  759. <version>${project.version}</version>
  760. <scope>provided</scope>
  761. </dependency>
  762. <dependency>
  763. <groupId>o2oa</groupId>
  764. <artifactId>x_processplatform_core_entity</artifactId>
  765. <version>${project.version}</version>
  766. <scope>provided</scope>
  767. </dependency>
  768. <dependency>
  769. <groupId>o2oa</groupId>
  770. <artifactId>x_query_core_entity</artifactId>
  771. <version>${project.version}</version>
  772. <scope>provided</scope>
  773. </dependency>
  774. <dependency>
  775. <groupId>o2oa</groupId>
  776. <artifactId>x_query_core_express</artifactId>
  777. <version>${project.version}</version>
  778. <scope>provided</scope>
  779. </dependency>
  780. <dependency>
  781. <groupId>o2oa</groupId>
  782. <artifactId>x_report_core_entity</artifactId>
  783. <version>${project.version}</version>
  784. <scope>provided</scope>
  785. </dependency>
  786. <dependency>
  787. <groupId>o2oa</groupId>
  788. <artifactId>x_strategydeploy_core_entity</artifactId>
  789. <version>${project.version}</version>
  790. <scope>provided</scope>
  791. </dependency>
  792. <dependency>
  793. <groupId>o2oa</groupId>
  794. <artifactId>x_strategydeploy_assemble_control</artifactId>
  795. <version>${project.version}</version>
  796. <scope>provided</scope>
  797. </dependency>
  798. <dependency>
  799. <groupId>o2oa</groupId>
  800. <artifactId>x_program_center</artifactId>
  801. <version>${project.version}</version>
  802. <scope>provided</scope>
  803. </dependency>
  804. <dependency>
  805. <groupId>o2oa</groupId>
  806. <artifactId>x_program_center_core_entity</artifactId>
  807. <version>${project.version}</version>
  808. <scope>provided</scope>
  809. </dependency>
  810. <dependency>
  811. <groupId>o2oa</groupId>
  812. <artifactId>x_build_and_scratch</artifactId>
  813. <version>${project.version}</version>
  814. <scope>provided</scope>
  815. </dependency>
  816. <!-- custom -->
  817. </dependencies>
  818. </dependencyManagement>
  819. <repositories>
  820. <repository>
  821. <snapshots>
  822. <enabled>false</enabled>
  823. </snapshots>
  824. <id>central</id>
  825. <name>Central Repository</name>
  826. <url>https://repo.maven.apache.org/maven2</url>
  827. </repository>
  828. <repository>
  829. <id>mvnrepository.com</id>
  830. <url>https://mvnrepository.com/repos</url>
  831. </repository>
  832. <repository>
  833. <id>neuroph.sourceforge.net</id>
  834. <url>http://neuroph.sourceforge.net/maven2</url>
  835. </repository>
  836. </repositories>
  837. </project>