Skip to content

Commit

Permalink
Removes optional dependency from starters
Browse files Browse the repository at this point in the history
Fixes gh-3027
  • Loading branch information
spencergibb committed Nov 1, 2024
1 parent 3f62607 commit 276b1cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions spring-cloud-starter-gateway-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,5 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions spring-cloud-starter-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,5 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit 276b1cc

Please sign in to comment.