pom.xml 24 KB

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