Align with new name for Spring Cloud Connectors' core module
See gh-10758
This commit is contained in:
parent
caf4c4c6dd
commit
30578fa94f
|
@ -2541,7 +2541,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-core</artifactId>
|
||||
<artifactId>spring-cloud-connectors-core</artifactId>
|
||||
<version>${spring-cloud-connectors.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -664,7 +664,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-core</artifactId>
|
||||
<artifactId>spring-cloud-connectors-core</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue