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 2bb6148 commit c8b88a6
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>org.springframework.samples</groupId>
<artifactId>spring-petclinic-cloud</artifactId>
<version>2.3.1</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>

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>

<profiles>

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


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

0 comments on commit c8b88a6

Please sign in to comment.