opai服务管理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

213 lines
6.2 KiB

  1. <?xml version="1.0"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.bw</groupId>
  7. <artifactId>opai-service-center</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.bw</groupId>
  11. <artifactId>funasr-service</artifactId>
  12. <version>0.0.1-SNAPSHOT</version>
  13. <name>funasr-service</name>
  14. <url>http://maven.apache.org</url>
  15. <properties>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>junit</groupId>
  21. <artifactId>junit</artifactId>
  22. <version>3.8.1</version>
  23. <scope>test</scope>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework.boot</groupId>
  27. <artifactId>spring-boot-starter-web</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.alibaba.cloud</groupId>
  31. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.springframework.cloud</groupId>
  35. <artifactId>spring-cloud-starter-openfeign</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.alibaba.cloud</groupId>
  39. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter-actuator</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.projectlombok</groupId>
  47. <artifactId>lombok</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.alibaba</groupId>
  51. <artifactId>fastjson</artifactId>
  52. <version>2.0.17</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.apache.httpcomponents</groupId>
  56. <artifactId>httpclient</artifactId>
  57. <version>4.5.3</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.apache.httpcomponents</groupId>
  61. <artifactId>httpmime</artifactId>
  62. <version>4.5.13</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>commons-lang</groupId>
  66. <artifactId>commons-lang</artifactId>
  67. <version>2.6</version>
  68. </dependency>
  69. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  70. <dependency>
  71. <groupId>com.squareup.okhttp3</groupId>
  72. <artifactId>okhttp</artifactId>
  73. <version>3.14.9</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.springframework.kafka</groupId>
  77. <artifactId>spring-kafka</artifactId>
  78. </dependency>
  79. <!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
  80. <dependency>
  81. <groupId>org.apache.poi</groupId>
  82. <artifactId>poi</artifactId>
  83. <version>4.1.2</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.apache.poi</groupId>
  87. <artifactId>poi-ooxml</artifactId>
  88. <version>4.1.2</version>
  89. </dependency>
  90. <!-- Fastjson2 -->
  91. <dependency>
  92. <groupId>com.alibaba.fastjson2</groupId>
  93. <artifactId>fastjson2</artifactId>
  94. <version>2.0.21</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.aliyun</groupId>
  98. <artifactId>alibabacloud-quanmiaolightapp20240801</artifactId>
  99. <version>2.0.33</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.aliyun</groupId>
  103. <artifactId>alibabacloud-aimiaobi20230801</artifactId>
  104. <version>1.0.89</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>org.projectlombok</groupId>
  108. <artifactId>lombok</artifactId>
  109. <version>1.18.30</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.alibaba</groupId>
  113. <artifactId>dashscope-sdk-java</artifactId>
  114. <version>2.14.3</version>
  115. </dependency>
  116. </dependencies>
  117. <build>
  118. <!-- <pluginManagement> --><!-- lock down plugins versions to avoid using Maven defaults (may be
  119. moved
  120. to parent pom) -->
  121. <plugins>
  122. <!-- clean lifecycle, see
  123. https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
  124. <plugin>
  125. <artifactId>maven-clean-plugin</artifactId>
  126. <version>3.1.0</version>
  127. </plugin>
  128. <!-- default lifecycle, jar packaging: see
  129. https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
  130. <plugin>
  131. <artifactId>maven-resources-plugin</artifactId>
  132. <version>3.0.2</version>
  133. </plugin>
  134. <plugin>
  135. <artifactId>maven-compiler-plugin</artifactId>
  136. <version>3.8.0</version>
  137. </plugin>
  138. <plugin>
  139. <artifactId>maven-surefire-plugin</artifactId>
  140. <version>2.22.1</version>
  141. </plugin>
  142. <plugin>
  143. <artifactId>maven-jar-plugin</artifactId>
  144. <version>3.0.2</version>
  145. </plugin>
  146. <plugin>
  147. <artifactId>maven-install-plugin</artifactId>
  148. <version>2.5.2</version>
  149. </plugin>
  150. <plugin>
  151. <artifactId>maven-deploy-plugin</artifactId>
  152. <version>2.8.2</version>
  153. </plugin>
  154. <!-- site lifecycle, see
  155. https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
  156. <plugin>
  157. <artifactId>maven-site-plugin</artifactId>
  158. <version>3.7.1</version>
  159. </plugin>
  160. <plugin>
  161. <artifactId>maven-project-info-reports-plugin</artifactId>
  162. <version>3.0.0</version>
  163. </plugin>
  164. <!-- spring-boot-maven-plugin插件就是打包spring boot应用的 -->
  165. <plugin>
  166. <groupId>org.springframework.boot</groupId>
  167. <artifactId>spring-boot-maven-plugin</artifactId>
  168. <configuration>
  169. <mainClass>com.bw.funasr.Application</mainClass>
  170. <layout>ZIP</layout>
  171. <includes>
  172. <include>
  173. <groupId>${project.groupId}</groupId>
  174. <artifactId>${project.artifactId}</artifactId>
  175. </include>
  176. </includes>
  177. </configuration>
  178. <executions>
  179. <execution>
  180. <goals>
  181. <goal>repackage</goal>
  182. </goals>
  183. </execution>
  184. </executions>
  185. </plugin>
  186. <plugin>
  187. <groupId>org.apache.maven.plugins</groupId>
  188. <artifactId>maven-dependency-plugin</artifactId>
  189. <version>3.1.1</version>
  190. <executions>
  191. <execution>
  192. <id>copy</id>
  193. <phase>package</phase>
  194. <goals>
  195. <goal>copy-dependencies</goal>
  196. </goals>
  197. <configuration>
  198. <type>jar</type>
  199. <includeTypes>jar</includeTypes>
  200. <includeScope>runtime</includeScope>
  201. <outputDirectory>${project.build.directory}/libs</outputDirectory>
  202. </configuration>
  203. </execution>
  204. </executions>
  205. </plugin>
  206. </plugins>
  207. <!-- </pluginManagement> -->
  208. </build>
  209. </project>