Skip to content

Commit

Permalink
spring-boot-starter-cloud-connectors is not supported by Spring Boot …
Browse files Browse the repository at this point in the history
…anymore
  • Loading branch information
murdos committed May 7, 2020
1 parent 4b6509d commit 2d7a5f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generators/server/templates/build.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ dependencies {
<%_ if (applicationType === 'microservice' || applicationType === 'gateway' || applicationType === 'uaa') { _%>
implementation "org.springframework.cloud:spring-cloud-starter-openfeign"
<%_ } _%>
implementation "org.springframework.boot:spring-boot-starter-cloud-connectors"
implementation "org.springframework.cloud:spring-cloud-spring-service-connector"
implementation "org.springframework.security:spring-security-config"
implementation "org.springframework.security:spring-security-data"
implementation "org.springframework.security:spring-security-web"
Expand Down
4 changes: 2 additions & 2 deletions generators/server/templates/pom.xml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@
</dependency>
<%_ } _%>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-spring-service-connector</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down

0 comments on commit 2d7a5f9

Please sign in to comment.