Skip to content

Commit 6ad5809

Browse files
authored
Fix the dependency dubbo-config-spring missing in dubbo-spring-boot.(#14947)
1 parent a9394c0 commit 6ad5809

File tree

1 file changed

+6
-0
lines changed
  • dubbo-spring-boot-project/dubbo-spring-boot

1 file changed

+6
-0
lines changed

dubbo-spring-boot-project/dubbo-spring-boot/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
<version>${project.version}</version>
5353
<optional>true</optional>
5454
</dependency>
55+
<dependency>
56+
<groupId>org.apache.dubbo</groupId>
57+
<artifactId>dubbo-config-spring</artifactId>
58+
<version>${project.version}</version>
59+
<optional>true</optional>
60+
</dependency>
5561

5662
<!-- Test Dependencies -->
5763
<dependency>

0 commit comments

Comments
 (0)