Skip to content

Commit

Permalink
fix(spring): remove dependency versions that should be inherited. (#1102
Browse files Browse the repository at this point in the history
)

This is the last item missed in #1099.
  • Loading branch information
zhumin8 authored Dec 1, 2022
1 parent 8755403 commit cc068c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,11 @@ static String buildPomString(GapicContext context) {
+ " <dependency>\n"
+ " <groupId>org.springframework.boot</groupId>\n"
+ " <artifactId>spring-boot-starter</artifactId>\n"
+ " <version>2.6.3</version>\n"
+ " </dependency>\n"
+ "\n"
+ " <dependency>\n"
+ " <groupId>com.google.cloud</groupId>\n"
+ " <artifactId>spring-cloud-gcp-core</artifactId>\n"
+ " <version>3.2.1</version>\n"
+ " </dependency>\n"
+ "</dependencies>\n"
+ "\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.6.3</version>
</dependency>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-core</artifactId>
<version>3.2.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit cc068c9

Please sign in to comment.