pom.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.ruoyi</groupId>
  8. <artifactId>ruoyi-modules</artifactId>
  9. <version>${revision}</version>
  10. <relativePath>../pom.xml</relativePath>
  11. </parent>
  12. <artifactId>ruoyi-knowledge</artifactId>
  13. <properties>
  14. <maven.compiler.source>17</maven.compiler.source>
  15. <maven.compiler.target>17</maven.compiler.target>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>org.springframework.boot</groupId>
  21. <artifactId>spring-boot-starter-data-redis</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-freemarker</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.springframework.boot</groupId>
  29. <artifactId>spring-boot-starter-validation</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.springframework.boot</groupId>
  33. <artifactId>spring-boot-starter-aop</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.webjars</groupId>
  37. <artifactId>webjars-locator-core</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.webjars</groupId>
  41. <artifactId>sockjs-client</artifactId>
  42. <version>1.0.2</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.webjars</groupId>
  46. <artifactId>bootstrap</artifactId>
  47. <version>3.3.7</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.webjars</groupId>
  51. <artifactId>jquery</artifactId>
  52. <version>3.1.1-1</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>org.mybatis.spring.boot</groupId>
  56. <artifactId>mybatis-spring-boot-starter</artifactId>
  57. <version>3.0.2</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.baomidou</groupId>
  61. <artifactId>mybatis-plus-boot-starter</artifactId>
  62. <version>3.5.3</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>cn.hutool</groupId>
  66. <artifactId>hutool-all</artifactId>
  67. <version>5.8.10</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.github.xiaoymin</groupId>
  71. <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
  72. <version>4.0.0</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-devtools</artifactId>
  77. <scope>runtime</scope>
  78. <optional>true</optional>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.mysql</groupId>
  82. <artifactId>mysql-connector-j</artifactId>
  83. <scope>runtime</scope>
  84. </dependency>
  85. <dependency>
  86. <groupId>io.projectreactor.netty</groupId>
  87. <artifactId>reactor-netty-core</artifactId>
  88. <version>1.1.16</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>io.projectreactor.netty</groupId>
  92. <artifactId>reactor-netty-http</artifactId>
  93. <version>1.1.16</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.springframework.boot</groupId>
  97. <artifactId>spring-boot-configuration-processor</artifactId>
  98. <optional>true</optional>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.projectlombok</groupId>
  102. <artifactId>lombok</artifactId>
  103. <optional>true</optional>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.theokanning.openai-gpt3-java</groupId>
  107. <artifactId>api</artifactId>
  108. <version>0.18.0</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>com.theokanning.openai-gpt3-java</groupId>
  112. <artifactId>client</artifactId>
  113. <version>0.18.0</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.theokanning.openai-gpt3-java</groupId>
  117. <artifactId>service</artifactId>
  118. <version>0.18.0</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.springframework.boot</groupId>
  122. <artifactId>spring-boot-starter-test</artifactId>
  123. <scope>test</scope>
  124. </dependency>
  125. <!-- 阿里JSON解析器 -->
  126. <dependency>
  127. <groupId>com.alibaba.fastjson2</groupId>
  128. <artifactId>fastjson2</artifactId>
  129. <version>2.0.24</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.knuddels</groupId>
  133. <artifactId>jtokkit</artifactId>
  134. <version>0.5.0</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>io.weaviate</groupId>
  138. <artifactId>client</artifactId>
  139. <version>4.0.0</version> <!-- Check latest version -->
  140. </dependency>
  141. <dependency>
  142. <groupId>org.apache.poi</groupId>
  143. <artifactId>poi</artifactId>
  144. <version>3.8</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.apache.poi</groupId>
  148. <artifactId>poi-ooxml</artifactId>
  149. <version>3.8</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.apache.poi</groupId>
  153. <artifactId>poi-ooxml-schemas</artifactId>
  154. <version>3.8</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>org.apache.pdfbox</groupId>
  158. <artifactId>pdfbox</artifactId>
  159. <version>2.0.27</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.squareup.retrofit2</groupId>
  163. <artifactId>converter-jackson</artifactId>
  164. <version>2.9.0</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>io.milvus</groupId>
  168. <artifactId>milvus-sdk-java</artifactId>
  169. <version>2.3.2</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>com.github.pagehelper</groupId>
  173. <artifactId>pagehelper-spring-boot-starter</artifactId>
  174. <version>1.4.6</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>com.belerweb</groupId>
  178. <artifactId>pinyin4j</artifactId>
  179. <version>2.5.1</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.ruoyi</groupId>
  183. <artifactId>ruoyi-system</artifactId>
  184. </dependency>
  185. </dependencies>
  186. </project>