pom.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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>com.hotent</groupId>
  7. <artifactId>eip</artifactId>
  8. <version>8.0.7</version>
  9. </parent>
  10. <artifactId>portal</artifactId>
  11. <name>portal</name>
  12. <description>portal</description>
  13. <dependencies>
  14. <dependency>
  15. <groupId>org.springframework.boot</groupId>
  16. <artifactId>spring-boot-starter-test</artifactId>
  17. <scope>test</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.hotent</groupId>
  21. <artifactId>mail</artifactId>
  22. <version>${project.version}</version>
  23. </dependency>
  24. <!-- <dependency>
  25. <groupId>com.hotent</groupId>
  26. <artifactId>im</artifactId>
  27. <version>${project.version}</version>
  28. </dependency> -->
  29. <dependency>
  30. <groupId>com.hotent</groupId>
  31. <artifactId>integrate</artifactId>
  32. <version>${project.version}</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>commons-httpclient</groupId>
  36. <artifactId>commons-httpclient</artifactId>
  37. <version>3.1</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.hotent</groupId>
  41. <artifactId>job</artifactId>
  42. <version>${project.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.hotent</groupId>
  46. <artifactId>sys</artifactId>
  47. <version>${project.version}</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.hotent</groupId>
  51. <artifactId>uc-api-impl</artifactId>
  52. <version>${project.version}</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.hotent</groupId>
  56. <artifactId>i18n</artifactId>
  57. <version>${project.version}</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.hotent</groupId>
  61. <artifactId>calendar</artifactId>
  62. <version>${project.version}</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.hotent</groupId>
  66. <artifactId>ueditor</artifactId>
  67. <version>${project.version}</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.hotent</groupId>
  71. <artifactId>service-choreography</artifactId>
  72. <version>${project.version}</version>
  73. </dependency>
  74. <!--aliyun dayu -->
  75. <dependency>
  76. <groupId>com.aliyun</groupId>
  77. <artifactId>aliyun-java-sdk-core</artifactId>
  78. <version>3.2.8</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.aliyun</groupId>
  82. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  83. <version>1.1.0</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.aliyun</groupId>
  87. <artifactId>aliyun-java-sdk-dyvmsapi</artifactId>
  88. <version>1.0.0</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>com.gexin.platform</groupId>
  92. <artifactId>gexin-rp-sdk-http</artifactId>
  93. <version>4.1.1.4</version>
  94. <scope>system</scope>
  95. <systemPath>${basedir}/../lib-3rd/gexin-rp-sdk-http-4.1.1.4.jar</systemPath>
  96. </dependency>
  97. <dependency>
  98. <groupId>com.gexin.platform</groupId>
  99. <artifactId>gexin-rp-fastjson</artifactId>
  100. <version>1.0.0.7</version>
  101. <scope>system</scope>
  102. <systemPath>${basedir}/../lib-3rd/gexin-rp-fastjson-1.0.0.7.jar</systemPath>
  103. </dependency>
  104. <dependency>
  105. <groupId>com.gexin.platform</groupId>
  106. <artifactId>gexin-rp-sdk-base</artifactId>
  107. <version>4.0.0.38</version>
  108. <scope>system</scope>
  109. <systemPath>${basedir}/../lib-3rd/gexin-rp-sdk-base-4.0.0.38.jar</systemPath>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.gexin.platform</groupId>
  113. <artifactId>gexin-rp-sdk-template</artifactId>
  114. <version>4.0.0.30</version>
  115. <scope>system</scope>
  116. <systemPath>${basedir}/../lib-3rd/gexin-rp-sdk-template-4.0.0.30.jar</systemPath>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.dingtalk.api</groupId>
  120. <artifactId>sdk-java-auto</artifactId>
  121. <version>20210225</version>
  122. <scope>system</scope>
  123. <systemPath>${basedir}/../lib-3rd/sdk-java-auto-20210225.jar</systemPath>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.aliyun</groupId>
  127. <artifactId>dingtalk</artifactId>
  128. <version>1.1.86</version>
  129. </dependency>
  130. <!-- <dependency>-->
  131. <!-- <groupId>com.hotent</groupId>-->
  132. <!-- <artifactId>uc</artifactId>-->
  133. <!-- <version>${parent.version}</version>-->
  134. <!-- </dependency>-->
  135. <!-- <dependency>-->
  136. <!-- <groupId>com.hotent</groupId>-->
  137. <!-- <artifactId>form</artifactId>-->
  138. <!-- <version>${parent.version}</version>-->
  139. <!-- </dependency>-->
  140. <dependency>
  141. <groupId>com.hotent</groupId>
  142. <artifactId>uc-api-impl</artifactId>
  143. <version>${parent.version}</version>
  144. </dependency>
  145. </dependencies>
  146. <!-- 用于生成jar文件-->
  147. <build>
  148. <finalName>portal</finalName>
  149. <plugins>
  150. <plugin>
  151. <groupId>org.springframework.boot</groupId>
  152. <artifactId>spring-boot-maven-plugin</artifactId>
  153. <version>${spring.boot.version}</version>
  154. <configuration>
  155. <mainClass>com.hotent.portal.Application</mainClass>
  156. <includeSystemScope>true</includeSystemScope>
  157. <layout>JAR</layout>
  158. </configuration>
  159. <executions>
  160. <execution>
  161. <goals>
  162. <goal>repackage</goal>
  163. </goals>
  164. <configuration>
  165. <attach>false</attach>
  166. <classifier>boot</classifier>
  167. </configuration>
  168. </execution>
  169. </executions>
  170. </plugin>
  171. </plugins>
  172. </build>
  173. </project>