sa-token-dubbo3-1.37.0.pom 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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-plugin</artifactId>
  8. <version>1.37.0</version>
  9. </parent>
  10. <groupId>cn.dev33</groupId>
  11. <artifactId>sa-token-dubbo3</artifactId>
  12. <version>1.37.0</version>
  13. <name>sa-token-dubbo3</name>
  14. <description>sa-token-dubbo3</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. <properties>
  24. <maven.compiler.target>8</maven.compiler.target>
  25. <maven.compiler.source>8</maven.compiler.source>
  26. <dubbo3.version>3.2.2</dubbo3.version>
  27. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  28. </properties>
  29. <dependencies>
  30. <dependency>
  31. <groupId>cn.dev33</groupId>
  32. <artifactId>sa-token-core</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.apache.dubbo</groupId>
  36. <artifactId>dubbo</artifactId>
  37. <version>${dubbo3.version}</version>
  38. </dependency>
  39. </dependencies>
  40. </project>