This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new e9d829cd37 fix triple-servlet-dependencies (#14452)
e9d829cd37 is described below
commit e9d829cd37f774920fe526979c3a10f1b3809c40
Author: heliang666s <[email protected]>
AuthorDate: Wed Jul 24 14:00:29 2024 +0800
fix triple-servlet-dependencies (#14452)
* fix triple-servlet-dependencies
* fix <optional>true</optional>
---
.../dubbo-spring-boot-3-autoconfigure/pom.xml | 15 +++++++++++++++
dubbo-spring-boot/dubbo-spring-boot-autoconfigure/pom.xml | 14 ++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dubbo-spring-boot/dubbo-spring-boot-3-autoconfigure/pom.xml
b/dubbo-spring-boot/dubbo-spring-boot-3-autoconfigure/pom.xml
index a31465cc62..0e8435743a 100644
--- a/dubbo-spring-boot/dubbo-spring-boot-3-autoconfigure/pom.xml
+++ b/dubbo-spring-boot/dubbo-spring-boot-3-autoconfigure/pom.xml
@@ -65,6 +65,21 @@
<artifactId>jakarta.servlet-api</artifactId>
<optional>true</optional>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.dubbo</groupId>
+ <artifactId>dubbo-rpc-triple</artifactId>
+ <version>${project.version}</version>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.dubbo</groupId>
+ <artifactId>dubbo-triple-servlet</artifactId>
+ <version>${project.version}</version>
+ <optional>true</optional>
+ </dependency>
+
</dependencies>
<build>
diff --git a/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/pom.xml
b/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/pom.xml
index af3d04948d..cca1fdfafc 100644
--- a/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/pom.xml
+++ b/dubbo-spring-boot/dubbo-spring-boot-autoconfigure/pom.xml
@@ -77,6 +77,20 @@
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.dubbo</groupId>
+ <artifactId>dubbo-rpc-triple</artifactId>
+ <version>${project.version}</version>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.dubbo</groupId>
+ <artifactId>dubbo-triple-servlet</artifactId>
+ <version>${project.version}</version>
+ <optional>true</optional>
+ </dependency>
+
<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>