sa-token-dependencies-1.37.0.pom 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.sonatype.oss</groupId>
  7. <artifactId>oss-parent</artifactId>
  8. <version>7</version>
  9. <relativePath></relativePath>
  10. </parent>
  11. <groupId>cn.dev33</groupId>
  12. <artifactId>sa-token-dependencies</artifactId>
  13. <version>1.37.0</version>
  14. <packaging>pom</packaging>
  15. <name>sa-token-dependencies</name>
  16. <description>Sa-Token Dependencies</description>
  17. <properties>
  18. <grpc-spring-boot-starter.version>2.10.1.RELEASE</grpc-spring-boot-starter.version>
  19. <springboot.version>2.5.15</springboot.version>
  20. <dubbo.version>2.7.21</dubbo.version>
  21. <fastjson2.version>2.0.15</fastjson2.version>
  22. <noear-snack3.version>3.2.79</noear-snack3.version>
  23. <revision>1.37.0</revision>
  24. <reactor-core.version>3.1.4.RELEASE</reactor-core.version>
  25. <jackson-databind.version>2.13.4.1</jackson-databind.version>
  26. <jakarta-servlet-api.version>6.0.0</jakarta-servlet-api.version>
  27. <solon.version>2.5.3</solon.version>
  28. <jackson-datatype-jsr310.version>2.11.2</jackson-datatype-jsr310.version>
  29. <servlet-api.version>3.1.0</servlet-api.version>
  30. <jjwt.version>0.9.1</jjwt.version>
  31. <jboot.version>3.14.4</jboot.version>
  32. <springboot3.version>3.0.1</springboot3.version>
  33. <hutool-jwt.version>5.8.20</hutool-jwt.version>
  34. <fastjson.version>1.2.83</fastjson.version>
  35. <thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
  36. <redisson.version>3.19.0</redisson.version>
  37. <commons-pool2.version>2.5.0</commons-pool2.version>
  38. <noear-redisx.version>1.4.8</noear-redisx.version>
  39. <jfinal.version>4.9.17</jfinal.version>
  40. </properties>
  41. <dependencyManagement>
  42. <dependencies>
  43. <dependency>
  44. <groupId>javax.servlet</groupId>
  45. <artifactId>javax.servlet-api</artifactId>
  46. <version>${servlet-api.version}</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>jakarta.servlet</groupId>
  50. <artifactId>jakarta.servlet-api</artifactId>
  51. <version>${jakarta-servlet-api.version}</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.springframework.boot</groupId>
  55. <artifactId>spring-boot-starter-web</artifactId>
  56. <version>${springboot.version}</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>org.springframework.boot</groupId>
  60. <artifactId>spring-boot-starter</artifactId>
  61. <version>${springboot.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>io.projectreactor</groupId>
  65. <artifactId>reactor-core</artifactId>
  66. <version>${reactor-core.version}</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>com.fasterxml.jackson.core</groupId>
  70. <artifactId>jackson-databind</artifactId>
  71. <version>${jackson-databind.version}</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.noear</groupId>
  75. <artifactId>solon</artifactId>
  76. <version>${solon.version}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.noear</groupId>
  80. <artifactId>snack3</artifactId>
  81. <version>${noear-snack3.version}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>io.jboot</groupId>
  85. <artifactId>jboot</artifactId>
  86. <version>${jboot.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.jfinal</groupId>
  90. <artifactId>jfinal</artifactId>
  91. <version>${jfinal.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.springframework.boot</groupId>
  95. <artifactId>spring-boot-configuration-processor</artifactId>
  96. <version>${springboot.version}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.springframework.boot</groupId>
  100. <artifactId>spring-boot-starter-data-redis</artifactId>
  101. <version>${springboot.version}</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>org.redisson</groupId>
  105. <artifactId>redisson</artifactId>
  106. <version>${redisson.version}</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>org.redisson</groupId>
  110. <artifactId>redisson-spring-boot-starter</artifactId>
  111. <version>${redisson.version}</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.fasterxml.jackson.datatype</groupId>
  115. <artifactId>jackson-datatype-jsr310</artifactId>
  116. <version>${jackson-datatype-jsr310.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.alibaba</groupId>
  120. <artifactId>fastjson</artifactId>
  121. <version>${fastjson.version}</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.alibaba.fastjson2</groupId>
  125. <artifactId>fastjson2</artifactId>
  126. <version>${fastjson2.version}</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.noear</groupId>
  130. <artifactId>redisx</artifactId>
  131. <version>${noear-redisx.version}</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.noear</groupId>
  135. <artifactId>solon-test</artifactId>
  136. <version>${solon.version}</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.apache.commons</groupId>
  140. <artifactId>commons-pool2</artifactId>
  141. <version>${commons-pool2.version}</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.thymeleaf</groupId>
  145. <artifactId>thymeleaf</artifactId>
  146. <version>${thymeleaf.version}</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.springframework.boot</groupId>
  150. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  151. <version>${springboot.version}</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.springframework.boot</groupId>
  155. <artifactId>spring-boot-starter-aop</artifactId>
  156. <version>${springboot.version}</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.springframework.boot</groupId>
  160. <artifactId>spring-boot-starter-actuator</artifactId>
  161. <version>${springboot.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>cn.hutool</groupId>
  165. <artifactId>hutool-jwt</artifactId>
  166. <version>${hutool-jwt.version}</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>org.apache.dubbo</groupId>
  170. <artifactId>dubbo</artifactId>
  171. <version>${dubbo.version}</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>net.devh</groupId>
  175. <artifactId>grpc-spring-boot-starter</artifactId>
  176. <version>${grpc-spring-boot-starter.version}</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>io.jsonwebtoken</groupId>
  180. <artifactId>jjwt</artifactId>
  181. <version>${jjwt.version}</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>cn.dev33</groupId>
  185. <artifactId>sa-token-bom</artifactId>
  186. <version>1.37.0</version>
  187. <type>pom</type>
  188. <scope>import</scope>
  189. </dependency>
  190. </dependencies>
  191. </dependencyManagement>
  192. <build>
  193. <pluginManagement>
  194. <plugins>
  195. <plugin>
  196. <groupId>org.eclipse.m2e</groupId>
  197. <artifactId>lifecycle-mapping</artifactId>
  198. <version>1.0.0</version>
  199. <configuration>
  200. <lifecycleMappingMetadata>
  201. <pluginExecutions>
  202. <pluginExecution>
  203. <pluginExecutionFilter>
  204. <groupId>org.apache.maven.plugins</groupId>
  205. <artifactId>maven-enforcer-plugin</artifactId>
  206. <versionRange>[1.0.0,)</versionRange>
  207. <goals>
  208. <goal>enforce</goal>
  209. </goals>
  210. </pluginExecutionFilter>
  211. <action>
  212. <ignore />
  213. </action>
  214. </pluginExecution>
  215. </pluginExecutions>
  216. </lifecycleMappingMetadata>
  217. </configuration>
  218. </plugin>
  219. </plugins>
  220. </pluginManagement>
  221. <plugins>
  222. <plugin>
  223. <artifactId>maven-compiler-plugin</artifactId>
  224. <version>3.10.1</version>
  225. <configuration>
  226. <source>1.8</source>
  227. <target>1.8</target>
  228. <encoding>UTF-8</encoding>
  229. </configuration>
  230. </plugin>
  231. <plugin>
  232. <groupId>org.codehaus.mojo</groupId>
  233. <artifactId>flatten-maven-plugin</artifactId>
  234. <version>1.2.7</version>
  235. <executions>
  236. <execution>
  237. <id>flatten</id>
  238. <phase>process-resources</phase>
  239. <goals>
  240. <goal>flatten</goal>
  241. </goals>
  242. </execution>
  243. <execution>
  244. <id>flatten.clean</id>
  245. <phase>clean</phase>
  246. <goals>
  247. <goal>clean</goal>
  248. </goals>
  249. </execution>
  250. </executions>
  251. <configuration>
  252. <updatePomFile>true</updatePomFile>
  253. <flattenMode>resolveCiFriendliesOnly</flattenMode>
  254. </configuration>
  255. </plugin>
  256. </plugins>
  257. </build>
  258. </project>