mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [dubbo](https://github.com/apache/dubbo) from 2.7.11 to 2.7.15. - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.0/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-2.7.11...dubbo-2.7.15) --- updated-dependencies: - dependency-name: org.apache.dubbo:dubbo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.2 KiB
XML
42 lines
1.2 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>cn.dev33</groupId>
|
|
<artifactId>sa-token-plugin</artifactId>
|
|
<version>1.28.0</version>
|
|
</parent>
|
|
<packaging>jar</packaging>
|
|
|
|
<name>sa-token-context-dubbo</name>
|
|
<artifactId>sa-token-context-dubbo</artifactId>
|
|
<description>sa-token-context-dubbo</description>
|
|
|
|
<dependencies>
|
|
<!-- sa-token-core -->
|
|
<dependency>
|
|
<groupId>cn.dev33</groupId>
|
|
<artifactId>sa-token-core</artifactId>
|
|
<version>${sa-token-version}</version>
|
|
</dependency>
|
|
|
|
<!-- dubbo -->
|
|
<dependency>
|
|
<groupId>org.apache.dubbo</groupId>
|
|
<artifactId>dubbo</artifactId>
|
|
<version>2.7.15</version>
|
|
</dependency>
|
|
|
|
<!-- <dependency>
|
|
<groupId>org.apache.dubbo</groupId>
|
|
<artifactId>dubbo-spring-boot-starter</artifactId>
|
|
<version>2.7.11</version>
|
|
</dependency> -->
|
|
|
|
</dependencies>
|
|
|
|
</project>
|