pom.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright (c) 2014, 2023, Chengdu Minto Technology Co.,LTD. All rights reserved.
  4. ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  5. -->
  6. <project xmlns="http://maven.apache.org/POM/4.0.0"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  9. <parent>
  10. <artifactId>tip-root</artifactId>
  11. <groupId>com.minto</groupId>
  12. <version>standard_V8.0_SP1_feature_M7</version>
  13. </parent>
  14. <modelVersion>4.0.0</modelVersion>
  15. <artifactId>minto-tip-bff</artifactId>
  16. <properties>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.minto</groupId>
  21. <artifactId>minto-tip-api</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.minto</groupId>
  25. <artifactId>minto-tip-kernel</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.minto</groupId>
  29. <artifactId>minto-tap-common</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.minto</groupId>
  33. <artifactId>minto-tap-integration</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.minto</groupId>
  37. <artifactId>minto-tap-huaweicloud</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.minto</groupId>
  41. <artifactId>minto-tap-task</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.minto</groupId>
  45. <artifactId>minto-tap-collaboration</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.minto</groupId>
  49. <artifactId>minto-tap-bulletin</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.minto</groupId>
  53. <artifactId>minto-tap-crm</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.minto</groupId>
  57. <artifactId>minto-tap-project</artifactId>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.minto</groupId>
  61. <artifactId>minto-tap-datareport</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.minto</groupId>
  65. <artifactId>minto-tap-datacenter</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.minto</groupId>
  69. <artifactId>minto-tap-work</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.minto</groupId>
  73. <artifactId>minto-tap-edoc</artifactId>
  74. </dependency>
  75. <dependency>
  76. <groupId>com.minto</groupId>
  77. <artifactId>minto-tap-ied</artifactId>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.minto</groupId>
  81. <artifactId>minto-tap-performance</artifactId>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.minto</groupId>
  85. <artifactId>minto-tap-goal</artifactId>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.minto</groupId>
  89. <artifactId>minto-tap-systemhelp</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.minto</groupId>
  93. <artifactId>minto-tap-ext-seeyon</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.minto</groupId>
  97. <artifactId>minto-tip-auth</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.minto</groupId>
  101. <artifactId>minto-tip-common</artifactId>
  102. </dependency>
  103. <dependency>
  104. <groupId>com.minto</groupId>
  105. <artifactId>minto-tip-index</artifactId>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.minto</groupId>
  109. <artifactId>minto-tip-matrix</artifactId>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.minto</groupId>
  113. <artifactId>minto-tip-portal</artifactId>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.minto</groupId>
  117. <artifactId>minto-tip-report</artifactId>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.minto</groupId>
  121. <artifactId>minto-tip-schedule</artifactId>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.minto</groupId>
  125. <artifactId>minto-tip-serial</artifactId>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.minto</groupId>
  129. <artifactId>minto-tip-workflow</artifactId>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.minto</groupId>
  133. <artifactId>minto-tap-workbrain</artifactId>
  134. </dependency>
  135. <dependency>
  136. <groupId>com.minto</groupId>
  137. <artifactId>minto-td-apps</artifactId>
  138. </dependency>
  139. <dependency>
  140. <groupId>javax.servlet</groupId>
  141. <artifactId>javax.servlet-api</artifactId>
  142. <scope>provided</scope>
  143. </dependency>
  144. </dependencies>
  145. </project>