sa-token-dependencies-1.40.0.pom 9.3 KB

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