Skip to content

Commit

Permalink
Traditional spring web dependency removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrczarnas committed Oct 5, 2024
1 parent 3f670df commit e4b999f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions dqops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@
</repositories>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<!-- Exclude the Tomcat dependency -->
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
Expand Down

0 comments on commit e4b999f

Please sign in to comment.