Skip to content

Commit

Permalink
spring-petclinic#43 Upgrade to Spring Cloud 2021.0 and Spring Boot 2.…
Browse files Browse the repository at this point in the history
…6.3 : trying to fix CI build
  • Loading branch information
arey committed Feb 7, 2022
1 parent 64f079c commit 03a9a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<groupId***REMOVED***org.springframework.samples</groupId***REMOVED***
<artifactId***REMOVED***spring-petclinic-cloud</artifactId***REMOVED***
<version***REMOVED***2.3.1</version***REMOVED***
<name***REMOVED***${project.artifactId***REMOVED***</name***REMOVED***
<packaging***REMOVED***pom</packaging***REMOVED***

Expand Down
5 changes: 2 additions & 3 deletions spring-petclinic-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@
</build***REMOVED***

<profiles***REMOVED***

<profile***REMOVED***
<id***REMOVED***local</id***REMOVED***
<dependencies***REMOVED***
Expand Down Expand Up @@ -328,14 +327,14 @@


<profile***REMOVED***
<id***REMOVED***kubernetes</id***REMOVED***
<id***REMOVED***k8s</id***REMOVED***
<activation***REMOVED***
<activeByDefault***REMOVED***true</activeByDefault***REMOVED***
</activation***REMOVED***
<dependencies***REMOVED***
<dependency***REMOVED***
<groupId***REMOVED***org.springframework.cloud</groupId***REMOVED***
<artifactId***REMOVED***spring-cloud-starter-kubernetes-client-all</artifactId***REMOVED***
<artifactId***REMOVED***spring-cloud-starter-kubernetes-client-config</artifactId***REMOVED***
</dependency***REMOVED***
</dependencies***REMOVED***
</profile***REMOVED***
Expand Down

0 comments on commit 03a9a49

Please sign in to comment.