pom.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. <parent>
  6. <groupId>o2oa</groupId>
  7. <artifactId>o2server</artifactId>
  8. <version>4.0.5</version>
  9. </parent>
  10. <artifactId>x_build_and_scratch</artifactId>
  11. <packaging>pom</packaging>
  12. <dependencies>
  13. <dependency>
  14. <groupId>o2oa</groupId>
  15. <artifactId>x_base_core_project</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>o2oa</groupId>
  19. <artifactId>x_attendance_core_entity</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>o2oa</groupId>
  23. <artifactId>x_bbs_core_entity</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>o2oa</groupId>
  27. <artifactId>x_calendar_core_entity</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>o2oa</groupId>
  31. <artifactId>x_cms_core_entity</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>o2oa</groupId>
  35. <artifactId>x_collaboration_core_entity</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>o2oa</groupId>
  39. <artifactId>x_component_core_entity</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>o2oa</groupId>
  43. <artifactId>x_file_core_entity</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>o2oa</groupId>
  47. <artifactId>x_general_core_entity</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>o2oa</groupId>
  51. <artifactId>x_hotpic_core_entity</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>o2oa</groupId>
  55. <artifactId>x_meeting_core_entity</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>o2oa</groupId>
  59. <artifactId>x_message_core_entity</artifactId>
  60. </dependency>
  61. <dependency>
  62. <groupId>o2oa</groupId>
  63. <artifactId>x_mind_core_entity</artifactId>
  64. </dependency>
  65. <dependency>
  66. <groupId>o2oa</groupId>
  67. <artifactId>x_okr_core_entity</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>o2oa</groupId>
  71. <artifactId>x_organization_core_entity</artifactId>
  72. </dependency>
  73. <dependency>
  74. <groupId>o2oa</groupId>
  75. <artifactId>x_portal_core_entity</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>o2oa</groupId>
  79. <artifactId>x_organization_core_entity</artifactId>
  80. </dependency>
  81. <dependency>
  82. <groupId>o2oa</groupId>
  83. <artifactId>x_processplatform_core_entity</artifactId>
  84. </dependency>
  85. <dependency>
  86. <groupId>o2oa</groupId>
  87. <artifactId>x_query_core_entity</artifactId>
  88. </dependency>
  89. <dependency>
  90. <groupId>o2oa</groupId>
  91. <artifactId>x_report_core_entity</artifactId>
  92. </dependency>
  93. <dependency>
  94. <groupId>o2oa</groupId>
  95. <artifactId>x_strategydeploy_core_entity</artifactId>
  96. </dependency>
  97. <dependency>
  98. <groupId>o2oa</groupId>
  99. <artifactId>x_collaboration_core_message</artifactId>
  100. </dependency>
  101. <dependency>
  102. <groupId>o2oa</groupId>
  103. <artifactId>x_organization_core_express</artifactId>
  104. </dependency>
  105. <dependency>
  106. <groupId>o2oa</groupId>
  107. <artifactId>x_query_core_express</artifactId>
  108. </dependency>
  109. </dependencies>
  110. <build>
  111. </build>
  112. </project>