sa-token-spring-boot-autoconfig-1.40.0.pom 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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>cn.dev33</groupId>
  7. <artifactId>sa-token-starter</artifactId>
  8. <version>1.40.0</version>
  9. </parent>
  10. <groupId>cn.dev33</groupId>
  11. <artifactId>sa-token-spring-boot-autoconfig</artifactId>
  12. <version>1.40.0</version>
  13. <name>sa-token-spring-boot-autoconfig</name>
  14. <description>sa-token-spring-boot-autoconfig</description>
  15. <licenses>
  16. <license>
  17. <name>Apache 2</name>
  18. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  19. <distribution>repo</distribution>
  20. <comments>A business-friendly OSS license</comments>
  21. </license>
  22. </licenses>
  23. <dependencies>
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter</artifactId>
  27. <optional>true</optional>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springframework</groupId>
  31. <artifactId>spring-webmvc</artifactId>
  32. <version>5.3.7</version>
  33. <optional>true</optional>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.fasterxml.jackson.core</groupId>
  37. <artifactId>jackson-databind</artifactId>
  38. <optional>true</optional>
  39. </dependency>
  40. <dependency>
  41. <groupId>org.springframework.boot</groupId>
  42. <artifactId>spring-boot-configuration-processor</artifactId>
  43. <optional>true</optional>
  44. </dependency>
  45. <dependency>
  46. <groupId>cn.dev33</groupId>
  47. <artifactId>sa-token-oauth2</artifactId>
  48. <optional>true</optional>
  49. </dependency>
  50. <dependency>
  51. <groupId>cn.dev33</groupId>
  52. <artifactId>sa-token-sso</artifactId>
  53. <optional>true</optional>
  54. </dependency>
  55. </dependencies>
  56. </project>