Skip to content

Commit 2c2eb92

Browse files
authored
fix: revert incorrect changes in pom.xml for spring-alibaba-nacos-config (#4086)
1 parent 5c67d34 commit 2c2eb92

File tree

2 files changed

+8
-1
lines changed
  • spring-cloud-alibaba-dependencies
  • spring-cloud-alibaba-starters/spring-alibaba-nacos-config

2 files changed

+8
-1
lines changed

spring-cloud-alibaba-dependencies/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@
288288
<version>${druid.version}</version>
289289
</dependency>
290290

291+
<dependency>
292+
<groupId>com.alibaba</groupId>
293+
<artifactId>druid</artifactId>
294+
<version>${druid.version}</version>
295+
</dependency>
296+
291297
<dependency>
292298
<groupId>org.mybatis.spring.boot</groupId>
293299
<artifactId>mybatis-spring-boot-starter</artifactId>

spring-cloud-alibaba-starters/spring-alibaba-nacos-config/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
</dependency>
4040
<dependency>
4141
<groupId>com.alibaba</groupId>
42-
<artifactId>druid-spring-boot-starter</artifactId>
42+
<artifactId>druid</artifactId>
43+
<scope>provided</scope>
4344
</dependency>
4445
<dependency>
4546
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)