Skip to content

Commit

Permalink
remove spring web version since it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRushton committed May 8, 2024
1 parent 6c29eb7 commit 5846330
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion service/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down
1 change: 0 additions & 1 deletion service/terraform-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring-boot.version}</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 5846330

Please sign in to comment.